Skip to content

refactor: Use pid-file to keep track of qemu process

Niels Möller requested to merge nisse/qemu-pid-file into main

Use qemu's -pidfile option to create pid file, and automatically delete on on process exit. Also add qemu -no-reboot option, to make it exit on reboot or panic, and add missing shutdown command to u-root initramfs.

Merge request reports