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(-) -- 2.9.5