Skip to content

tsc / aarch64 / minvim / balloon

Pre-release
Pre-release
Compare
Choose a tag to compare
@eyberg eyberg released this 08 Apr 23:55
· 1188 commits to master since this release
PC platform vm_exit(): fix handling of reboot_on_exit flag

The PC platform code that handles a VM exit should reference the
root_fs global variable (defined in kernel/init.c), which holds a
pointer to the root filesystem, instead of a static variable that
is never set.