From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGvVV-0007Lv-45 for qemu-devel@nongnu.org; Mon, 02 May 2011 11:57:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGvVU-0008Vs-28 for qemu-devel@nongnu.org; Mon, 02 May 2011 11:57:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGvVT-0008Vk-Pk for qemu-devel@nongnu.org; Mon, 02 May 2011 11:57:56 -0400 Date: Mon, 2 May 2011 12:57:46 -0300 From: Luiz Capitulino Message-ID: <20110502125746.5ef8bc78@doriath> In-Reply-To: References: <1304116821-18201-1-git-send-email-lcapitulino@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Blue Swirl Cc: laijs@cn.fujitsu.com, qemu-devel@nongnu.org, armbru@redhat.com On Sat, 30 Apr 2011 09:33:15 +0300 Blue Swirl wrote: > 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. I'm not sure I agree with this, because we risky overloading 'inject' the same way we did with the 'change' command. What's 'inject' supposed to do in the future?