qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 Resend 00/11] vfio-pci: pass the aer error to gue


From: Cao jin
Subject: [Qemu-devel] [PATCH v2 Resend 00/11] vfio-pci: pass the aer error to guest, part2
Date: Mon, 7 Mar 2016 11:22:53 +0800

From: Chen Fan <address@hidden>

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 (11):
  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
  pci: add a is_valid_func callback to check device if complete
  vfio: add check aer functionality for hotplug device
  pci: introduce pci bus pre reset
  vfio: vote a device to do host bus reset
  vfio-pci: pass the aer error to guest
  vfio: add 'aer' property to expose aercap

 hw/core/qdev.c           |   4 +-
 hw/pci/pci.c             |  50 ++++
 hw/pci/pci_bridge.c      |   5 +-
 hw/vfio/pci.c            | 638 ++++++++++++++++++++++++++++++++++++++++++-----
 hw/vfio/pci.h            |   5 +
 include/hw/pci/pci.h     |   1 +
 include/hw/pci/pci_bus.h |   5 +
 include/hw/qdev-core.h   |   3 +
 8 files changed, 645 insertions(+), 66 deletions(-)

-- 
1.9.3






reply via email to

[Prev in Thread] Current Thread [Next in Thread]