From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFwMf-0007Rv-OU for qemu-devel@nongnu.org; Fri, 29 Apr 2011 18:40:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFwMP-0007lD-Qp for qemu-devel@nongnu.org; Fri, 29 Apr 2011 18:40:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFwMP-0007l9-Cw for qemu-devel@nongnu.org; Fri, 29 Apr 2011 18:40:29 -0400 From: Luiz Capitulino Date: Fri, 29 Apr 2011 19:40:18 -0300 Message-Id: <1304116821-18201-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 0/3]: QMP: Introduce inject-nmi command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, laijs@cn.fujitsu.com 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.