From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VL6OV-0005pD-HY for qemu-devel@nongnu.org; Sun, 15 Sep 2013 03:05:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VL6ON-00047Z-40 for qemu-devel@nongnu.org; Sun, 15 Sep 2013 03:05:19 -0400 Received: from mail-ee0-x22e.google.com ([2a00:1450:4013:c00::22e]:43983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VL6OM-00047U-Tr for qemu-devel@nongnu.org; Sun, 15 Sep 2013 03:05:11 -0400 Received: by mail-ee0-f46.google.com with SMTP id c13so1368268eek.33 for ; Sun, 15 Sep 2013 00:05:10 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <52355C2D.8070408@redhat.com> Date: Sun, 15 Sep 2013 09:05:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <52342B38.6070606@rdsoftware.de> In-Reply-To: <52342B38.6070606@rdsoftware.de> Content-Type: text/plain; charset=ISO-8859-1 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: Erik Rull Cc: "qemu-devel@nongnu.org" 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