From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z34n8-000331-OI for qemu-devel@nongnu.org; Thu, 11 Jun 2015 11:53:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z34n4-0000Mc-E6 for qemu-devel@nongnu.org; Thu, 11 Jun 2015 11:53:18 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:43755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z34n4-0000Kt-43 for qemu-devel@nongnu.org; Thu, 11 Jun 2015 11:53:14 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 11 Jun 2015 16:53:11 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 7E3242190046 for ; Thu, 11 Jun 2015 16:52:48 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t5BFr9Px25559112 for ; Thu, 11 Jun 2015 15:53:09 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 t5BFr8fK029520 for ; Thu, 11 Jun 2015 09:53:09 -0600 From: Christian Borntraeger Date: Thu, 11 Jun 2015 17:53:27 +0200 Message-Id: <1434038013-28990-1-git-send-email-borntraeger@de.ibm.com> Subject: [Qemu-devel] [PATCH 0/6] s390x/watchdog: add diag288 based watchdog List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Cornelia Huck , Christian Borntraeger , Jens Freimann , Alexander Graf , Xu Wang This is the reworked patch set for the s390 diag288 watchdog. The previous version was posted bny Cornelia in this thread: https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg01950.html This patch set should address all review comments. If there are no blockers, pull request is planned for next week. Mao Chuan Li (1): watchdog: Add new Virtual Watchdog action INJECT-NMI Xu Wang (5): watchdog: change option wording to allow for more watchdogs s390x/watchdog: introduce diag288 watchdog device s390x/kvm: diag288 instruction interception and handling s390x/watchdog: diag288 migration support nmi: Implement inject_nmi() for non-monitor context use default-configs/s390x-softmmu.mak | 1 + hw/core/nmi.c | 20 +++++++ hw/watchdog/Makefile.objs | 1 + hw/watchdog/watchdog.c | 10 ++++ hw/watchdog/wdt_diag288.c | 122 ++++++++++++++++++++++++++++++++++++++ include/hw/nmi.h | 1 + include/hw/watchdog/wdt_diag288.h | 36 +++++++++++ qapi-schema.json | 6 +- qemu-options.hx | 26 +++++--- target-s390x/cpu.h | 1 + target-s390x/kvm.c | 18 ++++++ target-s390x/misc_helper.c | 29 +++++++++ 12 files changed, 261 insertions(+), 10 deletions(-) create mode 100644 hw/watchdog/wdt_diag288.c create mode 100644 include/hw/watchdog/wdt_diag288.h -- 2.3.0