[PATCH 0/2] PCI: pci_unignore_hotplug()

2015-03-06 Thread Alex Deucher
On Fri, Mar 6, 2015 at 1:49 PM, Bjorn Helgaas wrote: > On Tue, Feb 24, 2015 at 03:23:27PM -0500, Alex Deucher wrote: >> On Tue, Feb 24, 2015 at 3:12 PM, Alex Williamson >> wrote: >> > I'd kinda like to use pci_ignore_hotplug() for devices in use by a >> > user via vfio-pci, but the interface seem

[PATCH 0/2] PCI: pci_unignore_hotplug()

2015-03-06 Thread Bjorn Helgaas
On Tue, Feb 24, 2015 at 03:23:27PM -0500, Alex Deucher wrote: > On Tue, Feb 24, 2015 at 3:12 PM, Alex Williamson > wrote: > > I'd kinda like to use pci_ignore_hotplug() for devices in use by a > > user via vfio-pci, but the interface seems only partially implemented > > since we can only set ignor

[PATCH 0/2] PCI: pci_unignore_hotplug()

2015-02-24 Thread Alex Deucher
On Tue, Feb 24, 2015 at 3:12 PM, Alex Williamson wrote: > I'd kinda like to use pci_ignore_hotplug() for devices in use by a > user via vfio-pci, but the interface seems only partially implemented > since we can only set ignore_hotplug and not clear it. This adds the > capability to clear the fla

[PATCH 0/2] PCI: pci_unignore_hotplug()

2015-02-24 Thread Alex Williamson
I'd kinda like to use pci_ignore_hotplug() for devices in use by a user via vfio-pci, but the interface seems only partially implemented since we can only set ignore_hotplug and not clear it. This adds the capability to clear the flag and applies it as seems to be appropriate to the existing users