From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkDXZ-0005ef-Us for qemu-devel@nongnu.org; Mon, 20 Apr 2015 11:23:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkDXW-00014j-HT for qemu-devel@nongnu.org; Mon, 20 Apr 2015 11:23:17 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:47947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkDXW-00014P-7M for qemu-devel@nongnu.org; Mon, 20 Apr 2015 11:23:14 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 20 Apr 2015 16:23:12 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 5E03917D8059 for ; Mon, 20 Apr 2015 16:23:48 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t3KFN9WP10813766 for ; Mon, 20 Apr 2015 15:23:10 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t3KFN9FM022199 for ; Mon, 20 Apr 2015 09:23:09 -0600 Date: Mon, 20 Apr 2015 17:23:06 +0200 From: Cornelia Huck Message-ID: <20150420172306.2ef8c318.cornelia.huck@de.ibm.com> In-Reply-To: <5530FC5A.50203@redhat.com> References: <1429257161-29597-1-git-send-email-cornelia.huck@de.ibm.com> <1429257161-29597-7-git-send-email-cornelia.huck@de.ibm.com> <5530FC5A.50203@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/6] watchdog: Add new Virtual Watchdog action INJECT-NMI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: agraf@suse.de, qemu-devel@nongnu.org, armbru@redhat.com, mdroth@linux.vnet.ibm.com, lcapitulino@redhat.com, borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, Mao Chuan Li On Fri, 17 Apr 2015 06:28:10 -0600 Eric Blake wrote: > On 04/17/2015 01:52 AM, Cornelia Huck wrote: > > From: Mao Chuan Li > > > > This patch allows QEMU to inject a NMI into a guest when the > > watchdog expires. > > > > Signed-off-by: Mao Chuan Li > > Reviewed-by: David Hildenbrand > > Signed-off-by: Cornelia Huck > > --- > > hw/watchdog/watchdog.c | 10 ++++++++++ > > qapi-schema.json | 6 +++++- > > 2 files changed, 15 insertions(+), 1 deletion(-) > > > > > +++ b/qapi-schema.json > > @@ -3606,10 +3606,14 @@ > > # > > # @none: nothing is done > > # > > +# @inject-nmi: a non-maskable interrupt is injected into the first VCPU (all > > +# VCPUS on x86) > > Needs a '(since 2.4)' designation. > Will add.