From: Isaku Yamahata <yamahata@valinux.co.jp>
To: qemu-devel@nongnu.org
Cc: yamahata@valinux.co.jp, mst@redhat.com
Subject: [Qemu-devel] [PATCH 0/3] pcie/aer: glue inject aer error into hmp
Date: Wed, 22 Dec 2010 19:54:47 +0900 [thread overview]
Message-ID: <cover.1293015085.git.yamahata@valinux.co.jp> (raw)
This patch series introduces hmp command to inject aer error.
Now fw device path is used to specify pci function.
Isaku Yamahata (3):
build, pci: remove QMP dependency on core PCI code
pci: introduce a parser for fw device path to pci device
pcie/aer: glue aer error injection into qemu monitor
Makefile.objs | 4 +-
Makefile.target | 2 +
hmp-commands.hx | 28 +++++++
hw/pci-stub.c | 50 ++++++++++++
hw/pci.c | 128 ++++++++++++++++++++++++++++++++
hw/pci.h | 2 +
hw/pcie_aer.c | 222 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
sysemu.h | 5 +
8 files changed, 438 insertions(+), 3 deletions(-)
create mode 100644 hw/pci-stub.c
next reply other threads:[~2010-12-22 10:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-22 10:54 Isaku Yamahata [this message]
2010-12-22 10:54 ` [Qemu-devel] [PATCH 1/3] build, pci: remove QMP dependency on core PCI code Isaku Yamahata
2010-12-22 11:06 ` [Qemu-devel] " Michael S. Tsirkin
2010-12-22 10:54 ` [Qemu-devel] [PATCH 2/3] pci: introduce a parser for fw device path to pci device Isaku Yamahata
2010-12-22 11:04 ` [Qemu-devel] " Michael S. Tsirkin
2010-12-22 11:36 ` Isaku Yamahata
2010-12-22 12:03 ` Michael S. Tsirkin
2010-12-24 1:57 ` Isaku Yamahata
2010-12-24 8:30 ` Michael S. Tsirkin
2010-12-22 10:54 ` [Qemu-devel] [PATCH 3/3] pcie/aer: glue aer error injection into qemu monitor Isaku Yamahata
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=cover.1293015085.git.yamahata@valinux.co.jp \
--to=yamahata@valinux.co.jp \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).