Re: [libvirt] [PATCH] qemu_command.c: allow hostdev to be attached to PCIe bus

2015-03-19 Thread Laine Stump
On 03/19/2015 01:42 PM, Steven Walter wrote: Presently attaching a host device to the pcie-root controller fails, even if the host device is actually a PCIe device. With this change, the attachment succeeds, QEMU is happy, and the guest correctly sees the host device as a child of the PCIe

[libvirt] [PATCH] qemu_command.c: allow hostdev to be attached to PCIe bus

2015-03-19 Thread Steven Walter
Presently attaching a host device to the pcie-root controller fails, even if the host device is actually a PCIe device. With this change, the attachment succeeds, QEMU is happy, and the guest correctly sees the host device as a child of the PCIe root. --- src/qemu/qemu_command.c | 7 +++ 1