From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52081 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q84e9-0005Mq-By for qemu-devel@nongnu.org; Fri, 08 Apr 2011 01:54:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q84e8-0000C9-EI for qemu-devel@nongnu.org; Fri, 08 Apr 2011 01:54:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q84e8-0000Bw-3h for qemu-devel@nongnu.org; Fri, 08 Apr 2011 01:54:16 -0400 Date: Fri, 8 Apr 2011 08:54:01 +0300 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH 2/2 V7] qemu,qmp: add inject-nmi qmp command Message-ID: <20110408055401.GA25354@redhat.com> References: <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> <4D9E2F2E.8070203@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D9E2F2E.8070203@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , Lai Jiangshan , Jiangshan , kvm@vger.kernel.org, Jan Kiszka , qemu-devel@nongnu.org, Markus Armbruster , Avi Kivity , Luiz Capitulino On Thu, Apr 07, 2011 at 04:39:58PM -0500, Anthony Liguori wrote: > 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. > Correct :) But at least system_poweroff implements ACPI poweroff as defined by ACPI spec. NMI is not designed as core dump event and is not used as such by majority of the guests. -- Gleb.