mbox series

[V3,0/2] Xen/PCIback: PCI reset using 'reset' SysFS attribute

Message ID 20171207222145.9769-1-Govinda.Tatti@Oracle.COM
Headers show
Series Xen/PCIback: PCI reset using 'reset' SysFS attribute | expand

Message

Govinda Tatti Dec. 7, 2017, 10:21 p.m. UTC
This patch contains Xen pciback driver changes to support PCI reset
(flr/slot/bus) based on SysFS 'reset' attribute. The following Xen
libxl patch depends on these kernel patches.
- Xen/libxl: Perform PCI reset using 'reset' SysFS attribute

Govinda Tatti (2):
  Drivers/PCI: Export pcie_has_flr() interface
  Xen/PCIback: Implement PCI flr/slot/bus reset with 'reset' SysFS
    attribute

 Documentation/ABI/testing/sysfs-driver-pciback |  15 +++
 drivers/pci/pci.c                              |   3 +-
 drivers/xen/xen-pciback/pci_stub.c             | 128 +++++++++++++++++++++++++
 include/linux/pci.h                            |   1 +
 4 files changed, 146 insertions(+), 1 deletion(-)