Re: [PATCH] pci: Add probe functions for bus and slot reset

2013-08-15 Thread Bjorn Helgaas
On Wed, Aug 14, 2013 at 2:06 PM, Alex Williamson wrote: > Users of pci_reset_bus() and pci_reset_slot() need a way to probe > whether the bus or slot supports reset. Add trivial helper functions > and export them as vfio-pci will make use of these. > > Signed-off-by: Alex Williamson Merged to t

Re: [PATCH] pci: Add probe functions for bus and slot reset

2013-08-14 Thread Alex Williamson
On Wed, 2013-08-14 at 14:24 -0600, Bjorn Helgaas wrote: > On Wed, Aug 14, 2013 at 2:06 PM, Alex Williamson > wrote: > > Users of pci_reset_bus() and pci_reset_slot() need a way to probe > > whether the bus or slot supports reset. Add trivial helper functions > > and export them as vfio-pci will m

Re: [PATCH] pci: Add probe functions for bus and slot reset

2013-08-14 Thread Bjorn Helgaas
On Wed, Aug 14, 2013 at 2:06 PM, Alex Williamson wrote: > Users of pci_reset_bus() and pci_reset_slot() need a way to probe > whether the bus or slot supports reset. Add trivial helper functions > and export them as vfio-pci will make use of these. > > Signed-off-by: Alex Williamson > --- > > Th

[PATCH] pci: Add probe functions for bus and slot reset

2013-08-14 Thread Alex Williamson
Users of pci_reset_bus() and pci_reset_slot() need a way to probe whether the bus or slot supports reset. Add trivial helper functions and export them as vfio-pci will make use of these. Signed-off-by: Alex Williamson --- This is logically patch 10/9 for v5 pci: bus and slot reset interfaces. I