From: Paolo Bonzini <pbonzini@redhat.com>
To: Hu Tao <hutao@cn.fujitsu.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
Gleb Natapov <gleb@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
Jan Kiszka <jan.kiszka@siemens.com>,
qemu-devel <qemu-devel@nongnu.org>,
Markus Armbruster <armbru@redhat.com>,
Blue Swirl <blauwirbel@gmail.com>,
Orit Wasserman <owasserm@redhat.com>,
Juan Quintela <quintela@redhat.com>,
Alexander Graf <agraf@suse.de>,
Christian Borntraeger <borntraeger@de.ibm.com>,
Andrew Jones <drjones@redhat.com>,
Alex Williamson <alex.williamson@redhat.com>,
Sasha Levin <levinsasha928@gmail.com>,
Stefan Hajnoczi <stefanha@redhat.com>,
Luiz Capitulino <lcapitulino@redhat.com>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
Anthony Liguori <aliguori@us.ibm.com>,
Marcelo Tosatti <mtosatti@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v18 0/7] Add pvpanic device to deal with guest panic event
Date: Wed, 10 Apr 2013 10:06:05 +0200 [thread overview]
Message-ID: <51651D6D.5000506@redhat.com> (raw)
In-Reply-To: <cover.1365564298.git.hutao@cn.fujitsu.com>
Il 10/04/2013 05:33, Hu Tao ha scritto:
> This series introduces a new simulated device, pvpanic, to notify
> qemu when guest panic event happens.
>
> Along with this series, there are two patches to add seabios ACPI
> driver and kernel ACPI driver for the device, respectively.
>
> Tested with:
>
> - qemu(kvm)/qemu(tcg)
> - qemu piix/q35
> - default ioport/custom ioport
>
> Changes from v17:
>
> - create pvpanic device by default for machine 1.5
> - rebase on top of latest git tree(hw directories changed a lot)
> - integrate Christian's patch for s390
>
> v17: https://lists.gnu.org/archive/html/qemu-devel/2013-04/msg01028.html
>
>
> Christian Borntraeger (1):
> Wire up disabled wait a panicked event on s390
>
> Hu Tao (6):
> add a new runstate: RUN_STATE_GUEST_PANICKED
> add a new qevent: QEVENT_GUEST_PANICKED
> introduce a new qom device to deal with panicked event
> pvpanic: pass configurable ioport to seabios
> pvpanic: add document of pvpanic
> pvpanic: create pvpanic by default for machine 1.5
>
> QMP/qmp-events.txt | 14 +++++
> docs/specs/pvpanic.txt | 37 +++++++++++++
> hw/i386/pc_piix.c | 16 +++++-
> hw/i386/pc_q35.c | 15 ++++-
> hw/misc/Makefile.objs | 2 +
> hw/misc/pvpanic.c | 137 ++++++++++++++++++++++++++++++++++++++++++++++
> hw/nvram/fw_cfg.c | 8 ++-
> include/hw/i386/pc.h | 3 +
> include/hw/nvram/fw_cfg.h | 2 +
> include/monitor/monitor.h | 1 +
> include/sysemu/sysemu.h | 1 +
> monitor.c | 1 +
> qapi-schema.json | 5 +-
> qmp.c | 3 +-
> target-s390x/kvm.c | 17 +++++-
> vl.c | 13 ++++-
> 16 files changed, 263 insertions(+), 12 deletions(-)
> create mode 100644 docs/specs/pvpanic.txt
> create mode 100644 hw/misc/pvpanic.c
>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
prev parent reply other threads:[~2013-04-10 8:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-10 3:33 [Qemu-devel] [PATCH v18 0/7] Add pvpanic device to deal with guest panic event Hu Tao
2013-04-10 3:33 ` [Qemu-devel] [PATCH v18 1/7] add a new runstate: RUN_STATE_GUEST_PANICKED Hu Tao
2013-04-10 3:33 ` [Qemu-devel] [PATCH v18 2/7] add a new qevent: QEVENT_GUEST_PANICKED Hu Tao
2013-04-10 3:33 ` [Qemu-devel] [PATCH v18 3/7] introduce a new qom device to deal with panicked event Hu Tao
2013-04-10 11:54 ` Markus Armbruster
2013-04-11 6:39 ` Hu Tao
2013-04-11 8:52 ` Markus Armbruster
2013-04-15 6:54 ` Hu Tao
2013-04-10 3:33 ` [Qemu-devel] [PATCH v18 4/7] pvpanic: pass configurable ioport to seabios Hu Tao
2013-04-10 3:33 ` [Qemu-devel] [PATCH v18 5/7] pvpanic: add document of pvpanic Hu Tao
2013-04-11 8:52 ` Markus Armbruster
2013-04-10 3:33 ` [Qemu-devel] [PATCH v18 6/7] pvpanic: create pvpanic by default for machine 1.5 Hu Tao
2013-04-10 3:33 ` [Qemu-devel] [PATCH v18 7/7] Wire up disabled wait a panicked event on s390 Hu Tao
2013-04-10 8:06 ` Paolo Bonzini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51651D6D.5000506@redhat.com \
--to=pbonzini@redhat.com \
--cc=agraf@suse.de \
--cc=alex.williamson@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=armbru@redhat.com \
--cc=blauwirbel@gmail.com \
--cc=borntraeger@de.ibm.com \
--cc=drjones@redhat.com \
--cc=gleb@redhat.com \
--cc=hutao@cn.fujitsu.com \
--cc=jan.kiszka@siemens.com \
--cc=kamezawa.hiroyu@jp.fujitsu.com \
--cc=lcapitulino@redhat.com \
--cc=levinsasha928@gmail.com \
--cc=mst@redhat.com \
--cc=mtosatti@redhat.com \
--cc=owasserm@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.