All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] vfio-pci: pass the aer error to guest, part2
@ 2016-02-17 10:43 Cao jin
  2016-02-17 10:43 ` [Qemu-devel] [PATCH 01/10] vfio: extract vfio_get_hot_reset_info as a single function Cao jin
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Cao jin @ 2016-02-17 10:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: chen.fan.fnst, izumi.taku, alex.williamson, mst

From: Chen Fan <chen.fan.fnst@cn.fujitsu.com>

this is the part 2 of supporting vfio device with aer enabled, the part 1
has been sent out. the code based on v16 series patchset.

v16 -> this:
   main code changed on the 7/10 and 8/10 patches. others patches only
   fix some trivial comments or codes sugguested by Marcel.

Chen Fan (10):
  vfio: extract vfio_get_hot_reset_info as a single function
  vfio: squeeze out vfio_pci_do_hot_reset for support bus reset
  vfio: add pcie extended capability support
  vfio: add aer support for vfio device
  vfio: add check host bus reset is support or not
  add check reset mechanism when hotplug vfio device
  pci: introduce pci bus pre reset
  vfio: introduce last reset sequence id
  vfio-pci: pass the aer error to guest
  vfio: add 'aer' property to expose aercap

 hw/core/qdev.c           |   4 +-
 hw/pci/pci.c             |  54 +++++
 hw/pci/pci_bridge.c      |   5 +-
 hw/vfio/pci.c            | 610 ++++++++++++++++++++++++++++++++++++++++++-----
 hw/vfio/pci.h            |   9 +
 include/hw/pci/pci_bus.h |   9 +
 include/hw/qdev-core.h   |   3 +
 7 files changed, 628 insertions(+), 66 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-02-17 15:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 10:43 [Qemu-devel] [PATCH 00/10] vfio-pci: pass the aer error to guest, part2 Cao jin
2016-02-17 10:43 ` [Qemu-devel] [PATCH 01/10] vfio: extract vfio_get_hot_reset_info as a single function Cao jin
2016-02-17 10:43 ` [Qemu-devel] [PATCH 02/10] vfio: squeeze out vfio_pci_do_hot_reset for support bus reset Cao jin
2016-02-17 10:43 ` [Qemu-devel] [PATCH 03/10] vfio: add pcie extended capability support Cao jin
2016-02-17 10:43 ` [Qemu-devel] [PATCH 04/10] vfio: add aer support for vfio device Cao jin
2016-02-17 10:43 ` [Qemu-devel] [PATCH 05/10] vfio: add check host bus reset is support or not Cao jin
2016-02-17 10:43 ` [Qemu-devel] [PATCH 06/10] add check reset mechanism when hotplug vfio device Cao jin
2016-02-17 15:55   ` Michael S. Tsirkin
2016-02-17 10:43 ` [Qemu-devel] [PATCH 07/10] pci: introduce pci bus pre reset Cao jin
2016-02-17 15:52   ` Michael S. Tsirkin
2016-02-17 10:43 ` [Qemu-devel] [PATCH 08/10] vfio: introduce last reset sequence id Cao jin
2016-02-17 15:56   ` Michael S. Tsirkin
2016-02-17 10:43 ` [Qemu-devel] [PATCH 09/10] vfio-pci: pass the aer error to guest Cao jin

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.