Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information