Re: [Qemu-devel] Hotplug vs. multifunction regression

2014-02-17 Thread Alex Williamson
[cc +igor, +mst] Appears that it's no longer possible to use multifunction devices at PCIe at all due to hotplug being an integral part of device realization now. Thanks, Alex On Sun, 2014-02-16 at 15:57 +, Nigel Kukard wrote: Hi guys, Starting from the patch series in 9f117d41 the

Re: [Qemu-devel] Hotplug vs. multifunction regression

2014-02-17 Thread Michael S. Tsirkin
On Mon, Feb 17, 2014 at 07:10:51AM -0700, Alex Williamson wrote: [cc +igor, +mst] Appears that it's no longer possible to use multifunction devices at PCIe at all due to hotplug being an integral part of device realization now. Thanks, Alex Yes, Igor just fixed it. On Sun, 2014-02-16

[Qemu-devel] Hotplug vs. multifunction regression

2014-02-16 Thread Nigel Kukard
Hi guys, Starting from the patch series in 9f117d41 the below error is observed... (reverting to the patch right before it works fine a1483f88) Here is the error: qemu-system-x86_64: hw/pci/pcie.c:240: pcie_cap_slot_hotplug_common: Assertion `((pci_dev-devfn) 0x07) == 0' failed. Here is the