Skip to content

Commit c75c63e

Browse files
docs: state managed reboot supervisor contract
1 parent 806e1c2 commit c75c63e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qemu/launch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (s Spec) Args() []string {
7878
"-device", "vmware-svga",
7979
}
8080
if s.ExitOnReboot {
81-
// macOS warm reset can stall in early boot under KVM; exit so the owner relaunches cold.
81+
// supervisor-owned guest: a reboot request exits QEMU so the owner relaunches it cold.
8282
a = append(a, "-no-reboot")
8383
}
8484
a = append(memBackend, a...) // -object must precede the -machine memory-backend reference

0 commit comments

Comments
 (0)