All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v11 0/5] *** SUBJECT HERE ***
@ 2010-12-24  3:14 Isaku Yamahata
  2010-12-24  3:14 ` [Qemu-devel] [PATCH v11 1/5] qdev: export qdev_find_recursive() for later use Isaku Yamahata
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Isaku Yamahata @ 2010-12-24  3:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: yamahata, mst

*** BLURB HERE ***

Isaku Yamahata (5):
  qdev: export qdev_find_recursive() for later use
  pci: introduce a helper function to convert qdev id to PCIDevice
  pcie/aer: glue aer error injection into qemu monitor
  pci: introduce a parser for fw device path to pci device
  pcie/aer: use fw device path as fallback for aer injection command

 hmp-commands.hx |   30 +++++++
 hw/pci-stub.c   |   13 +++
 hw/pci.c        |  164 +++++++++++++++++++++++++++++++++++++++
 hw/pci.h        |    3 +
 hw/pcie_aer.c   |  227 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/qdev.c       |    2 +-
 hw/qdev.h       |    2 +
 sysemu.h        |    5 +
 8 files changed, 445 insertions(+), 1 deletions(-)

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-24  3:14 [Qemu-devel] [PATCH v11 0/5] *** SUBJECT HERE *** Isaku Yamahata
2010-12-24  3:14 ` [Qemu-devel] [PATCH v11 1/5] qdev: export qdev_find_recursive() for later use Isaku Yamahata
2010-12-24  3:14 ` [Qemu-devel] [PATCH v11 2/5] pci: introduce a helper function to convert qdev id to PCIDevice Isaku Yamahata
2010-12-24  3:14 ` [Qemu-devel] [PATCH v11 3/5] pcie/aer: glue aer error injection into qemu monitor Isaku Yamahata
2010-12-24  3:14 ` [Qemu-devel] [PATCH v11 4/5] pci: introduce a parser for fw device path to pci device Isaku Yamahata
2010-12-24  3:14 ` [Qemu-devel] [PATCH v11 5/5] pcie/aer: use fw device path as fallback for aer injection command Isaku Yamahata
2010-12-24  8:36 ` [Qemu-devel] Re: [PATCH v11 0/5] pcie/aer: glue inject aer error into hmp Michael S. Tsirkin

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.