From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMWcK-0007g7-Cw for qemu-devel@nongnu.org; Fri, 12 Oct 2012 00:12:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMWcJ-0002w3-EL for qemu-devel@nongnu.org; Fri, 12 Oct 2012 00:12:56 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:56784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMWcJ-0002vz-6H for qemu-devel@nongnu.org; Fri, 12 Oct 2012 00:12:55 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 12 Oct 2012 05:12:51 +0100 Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q9C4Cgch44826796 for ; Fri, 12 Oct 2012 04:12:42 GMT Received: from d06av06.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q9C4Cmr0001782 for ; Thu, 11 Oct 2012 22:12:48 -0600 Message-ID: <507798BF.60800@de.ibm.com> Date: Fri, 12 Oct 2012 06:12:47 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1349163209-19712-1-git-send-email-jfrei@linux.vnet.ibm.com> <1349163209-19712-5-git-send-email-jfrei@linux.vnet.ibm.com> <56E47479-7480-48C9-84B3-96A960155CEA@suse.de> In-Reply-To: <56E47479-7480-48C9-84B3-96A960155CEA@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/5] s390: sclp signal quiesce support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Cornelia Huck , Jens Freimann , Heinz Graalfs , qemu-devel , Einar Lueck On 12/10/12 02:36, Alexander Graf wrote: > > On 02.10.2012, at 09:33, Jens Freimann wrote: > >> From: Heinz Graalfs >> >> This implements the sclp signal quiesce event via the SCLP Event >> Facility. >> This allows to gracefully shutdown a guest by using system_powerdown >> notifiers. It creates a service interrupt that will trigger a >> Read Event Data command from the guest. This code will then add an >> event that is interpreted by linux guests as ctrl-alt-del. > > Doesn't ctrl-alt-del usually reboot the machine, not shut it down? On my 390 systems it seems to shutdown, at least that happens on lpar and z/VM as well as under KVM.