All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] pcie/aer: glue inject aer error into hmp
@ 2010-12-22 10:54 Isaku Yamahata
  2010-12-22 10:54 ` [Qemu-devel] [PATCH 1/3] build, pci: remove QMP dependency on core PCI code Isaku Yamahata
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Isaku Yamahata @ 2010-12-22 10:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: yamahata, mst

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-12-24  8:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22 10:54 [Qemu-devel] [PATCH 0/3] pcie/aer: glue inject aer error into hmp Isaku Yamahata
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

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.