From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QG3kG-0007D1-OW for qemu-devel@nongnu.org; Sat, 30 Apr 2011 02:33:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QG3kF-0007JE-Mi for qemu-devel@nongnu.org; Sat, 30 Apr 2011 02:33:36 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:36302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QG3kF-0007J1-KY for qemu-devel@nongnu.org; Sat, 30 Apr 2011 02:33:35 -0400 Received: by qyk36 with SMTP id 36so674976qyk.4 for ; Fri, 29 Apr 2011 23:33:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1304116821-18201-1-git-send-email-lcapitulino@redhat.com> References: <1304116821-18201-1-git-send-email-lcapitulino@redhat.com> From: Blue Swirl Date: Sat, 30 Apr 2011 09:33:15 +0300 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 0/3]: QMP: Introduce inject-nmi command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: laijs@cn.fujitsu.com, qemu-devel@nongnu.org, armbru@redhat.com On Sat, Apr 30, 2011 at 1:40 AM, Luiz Capitulino wrote: > This series introduces the inject-nmi command for QMP, which sends an > NMI to _all_ guest's CPUs. > > Also note that this series changes the human monitor nmi command to use > the QMP implementation, which means that it now has a DIFFERENT behavior. > Please, check patch 3/3 for details. As discussed earlier, please change the QMP version for future expandability so that instead of single command 'inject-nmi', 'inject' takes parameter 'nmi'. HMP command 'nmi' can remain for now, but 'inject' should be added.