Il 14/09/2013 11:24, Erik Rull ha scritto: > Hi all, > > I tried a guest OS that is ACPI capable with enabled ACPI in qemu (+kvm) > and qemu quits when the guest OS was shut down (and the "guest PC" > should be powered off). Well, from the guest point of view, this > behavior seems to be okay, but I would like to keep qemu running to have > e.g. a qemu console possibility to restart (power on) the guest again. > > Is there a possiblity to configure this behavior?
Yes, see the "-no-shutdown" option. Paolo