From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNISi-0001kP-KV for qemu-devel@nongnu.org; Sat, 21 Sep 2013 04:22:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNISb-0007wY-2s for qemu-devel@nongnu.org; Sat, 21 Sep 2013 04:22:44 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:51230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNISa-0007wQ-Pq for qemu-devel@nongnu.org; Sat, 21 Sep 2013 04:22:37 -0400 Message-ID: <523D574D.4070004@rdsoftware.de> Date: Sat, 21 Sep 2013 10:22:37 +0200 From: Erik Rull MIME-Version: 1.0 References: <52342B38.6070606@rdsoftware.de> <52355C2D.8070408@redhat.com> In-Reply-To: <52355C2D.8070408@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] ACPI enabled => qemu process exits when guest shuts down List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: "qemu-devel@nongnu.org" Paolo Bonzini wrote: > 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 Works, thanks a lot! Best regards, Erik