Re: [libvirt] [PATCH 2/2] qemu: use virDomainPCIAddressSetAllMulti() to set multi when needed

2017-01-10 Thread Andrea Bolognani
On Tue, 2017-01-10 at 03:23 -0500, Laine Stump wrote: > If there are multiple devices assigned to the different functions of a > single PCI slot, they will not work properly if the device at function > 0 doesn't have its "multi" attribute turned on, so it makes sense for > libvirt to turn it on

[libvirt] [PATCH 2/2] qemu: use virDomainPCIAddressSetAllMulti() to set multi when needed

2017-01-10 Thread Laine Stump
If there are multiple devices assigned to the different functions of a single PCI slot, they will not work properly if the device at function 0 doesn't have its "multi" attribute turned on, so it makes sense for libvirt to turn it on during PCI address assignment. Just in case a future change in