From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52340 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7wvr-0001DT-BF for qemu-devel@nongnu.org; Thu, 07 Apr 2011 17:40:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7wvq-00076b-FK for qemu-devel@nongnu.org; Thu, 07 Apr 2011 17:40:03 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:37341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7wvq-00075W-Bm for qemu-devel@nongnu.org; Thu, 07 Apr 2011 17:40:02 -0400 Received: by gwb19 with SMTP id 19so1254353gwb.4 for ; Thu, 07 Apr 2011 14:40:01 -0700 (PDT) Message-ID: <4D9E2F2E.8070203@codemonkey.ws> Date: Thu, 07 Apr 2011 16:39:58 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/2 V7] qemu,qmp: add inject-nmi qmp command References: <4D99C22C.4070401@codemonkey.ws> <20110406144723.45333682@doriath> <4D9CAAF9.7000509@codemonkey.ws> <20110406150818.56707b9b@doriath> <4D9CAE4B.7080305@siemens.com> <20110406160020.373cb5a2@doriath> <4D9CC044.2000705@codemonkey.ws> <4D9E0352.2050204@codemonkey.ws> <20110407185108.GE7100@redhat.com> In-Reply-To: <20110407185108.GE7100@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: Peter Maydell , Lai Jiangshan , Jiangshan , kvm@vger.kernel.org, Jan Kiszka , qemu-devel@nongnu.org, Markus Armbruster , Avi Kivity , Luiz Capitulino On 04/07/2011 01:51 PM, Gleb Natapov wrote: > NMI does not have to generate crash dump on every guest we support. > Actually even for windows guest it does not generate one without > tweaking registry. For all I know there is a guest that checks mail when > NMI arrives. And for all we know, a guest can respond to an ACPI poweroff event by tweeting the star spangled banner but we still call the corresponding QMP command system_poweroff. Regards, Anthony Liguori