qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [patch v3 0/9] vfio-pci: pass the aer error to guest, part2
@ 2016-03-15  1:35 Cao jin
  2016-03-15  1:35 ` [Qemu-devel] [patch v3 1/9] vfio: extract vfio_get_hot_reset_info as a single function Cao jin
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Cao jin @ 2016-03-15  1:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: chen.fan.fnst, izumi.taku, alex.williamson, mst

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

v2-v3:
   1. fix patch 4/9, 5/9 as Alex sugguestion.
   2. patches 5/9 ~ 8/9 are made to force limiting that all vfio functions
      are combined in the same way as on the host.

v1-v2:
   1. limit all devices on same bus in guest are on same bus in host in patch 5/11.
   2. patch 05/11 ~ 09/11 has been changed.

Chen Fan (9):
  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
  vfio: add check aer functionality for hotplug device
  vfio: vote the function 0 to do host bus reset when aer occurred
  vfio-pci: pass the aer error to guest
  vfio: add 'aer' property to expose aercap

 hw/pci/pci.c             |   2 +
 hw/vfio/pci.c            | 631 ++++++++++++++++++++++++++++++++++++++++++-----
 hw/vfio/pci.h            |   5 +
 include/hw/pci/pci_bus.h |   2 +
 4 files changed, 577 insertions(+), 63 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-03-18  1:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15  1:35 [Qemu-devel] [patch v3 0/9] vfio-pci: pass the aer error to guest, part2 Cao jin
2016-03-15  1:35 ` [Qemu-devel] [patch v3 1/9] vfio: extract vfio_get_hot_reset_info as a single function Cao jin
2016-03-15  1:35 ` [Qemu-devel] [patch v3 2/9] vfio: squeeze out vfio_pci_do_hot_reset for support bus reset Cao jin
2016-03-15  1:35 ` [Qemu-devel] [patch v3 3/9] vfio: add pcie extended capability support Cao jin
2016-03-15  1:35 ` [Qemu-devel] [patch v3 4/9] vfio: add aer support for vfio device Cao jin
2016-03-15  1:35 ` [Qemu-devel] [patch v3 5/9] vfio: add check host bus reset is support or not Cao jin
2016-03-15 18:19   ` Alex Williamson
2016-03-15  1:35 ` [Qemu-devel] [patch v3 6/9] vfio: add check aer functionality for hotplug device Cao jin
2016-03-15 18:36   ` Alex Williamson
2016-03-15  1:35 ` [Qemu-devel] [patch v3 7/9] vfio: vote the function 0 to do host bus reset when aer occurred Cao jin
2016-03-15 20:38   ` Alex Williamson
2016-03-18  1:15     ` Chen Fan
2016-03-15  1:35 ` [Qemu-devel] [patch v3 8/9] vfio-pci: pass the aer error to guest Cao jin
2016-03-15  1:35 ` [Qemu-devel] [patch v3 9/9] vfio: add 'aer' property to expose aercap Cao jin

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).