From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coBXk-0007Sl-Pw for qemu-devel@nongnu.org; Wed, 15 Mar 2017 12:12:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coBXf-0003St-PG for qemu-devel@nongnu.org; Wed, 15 Mar 2017 12:12:56 -0400 Received: from indium.canonical.com ([91.189.90.7]:33049) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coBXf-0003Sl-JW for qemu-devel@nongnu.org; Wed, 15 Mar 2017 12:12:51 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian)) id 1coBXe-0008Rk-FR for ; Wed, 15 Mar 2017 16:12:50 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 37E042E80C0 for ; Wed, 15 Mar 2017 16:12:50 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 15 Mar 2017 15:55:14 -0000 From: WhiteWinterWolf <1217339@bugs.launchpad.net> Reply-To: Bug 1217339 <1217339@bugs.launchpad.net> Sender: bounces@canonical.com References: <20130827122907.17435.24292.malonedeb@gac.canonical.com> Message-Id: <20170315155514.23838.43322.malone@gac.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 1217339] Re: SIGQUIT to send ACPI-shutdown to Guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Sorry Thomas, I was not aware of this page. I checked the CODING_STYLE file present in Qemu source before submitting this, maybe it could be useful to include this URL there. Meanwhile, for reference the discussion continues there: https://lists.nongnu.org/archive/html/qemu-devel/2017-03/msg03039.html Regards. -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1217339 Title: SIGQUIT to send ACPI-shutdown to Guest Status in QEMU: New Bug description: When qemu receives SIGQUIT, it should first try to run system_powerdown (giving the guest an ACPI signal to begin the shutdown process), before ending the whole qemu process. At this point there is no way to do a graceful shutdown if you do not have access to the monitor and you do not use any wrapper like libvirt. If, for some reason SIGQUIT would not be accepted as the signal, take any free to use signal, like SIGUSR1. There should be a way to get ACPI shutdown sent to the guest. To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1217339/+subscriptions