mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
This commit adds `stop_on_boot` to `Vm` so that the VM stops before starting on boot requested. This change is required to keep the target VM stopped before a debugger attached as the user expected. Signed-off-by: Akira Moroo <retrage01@gmail.com>