From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoBBr-0006Mp-Q5 for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:27:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoBBl-0004gC-Jt for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:27:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoBBl-0004g2-Bg for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:27:33 -0400 Message-ID: <4FFAB20E.3020409@redhat.com> Date: Mon, 09 Jul 2012 12:27:26 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1341399884-2135-1-git-send-email-chouteau@adacore.com> <4FFAB01B.2050504@adacore.com> In-Reply-To: <4FFAB01B.2050504@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V2] Use clean shutdown request for ctrl-a x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabien Chouteau Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, qemu-devel@nongnu.org, pbonzini@redhat.com Am 09.07.2012 12:19, schrieb Fabien Chouteau: > Any comment? > > On 07/04/2012 01:04 PM, Fabien Chouteau wrote: >> The goal is to make ctrl-a x to close Qemu in a clean way. The current >> exit(0) skips a lot of cleanup/close functions, for example in block >> drivers. >> >> Signed-off-by: Fabien Chouteau Reviewed-by: Kevin Wolf