Re: [libvirt] [PATCH v3 02/11] conf: fix fromConfig argument to virDomainPCIAddressValidate()

2016-12-23 Thread Andrea Bolognani
On Mon, 2016-12-19 at 10:25 -0500, Laine Stump wrote: > fromConfig should be true if the caller want s/want/wants/ ACK --  Andrea Bolognani / Red Hat / Virtualization -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH v3 02/11] conf: fix fromConfig argument to virDomainPCIAddressValidate()

2016-12-19 Thread Laine Stump
fromConfig should be true if the caller want virDomainPCIAddressValidate() to loosen restrictions on its interpretation of the pciConnectFlags. In particular, either PCI_DEVICE or PCIE_DEVICE will be counted as equivalent to both, and HOTPLUG will be ignored. In a few cases where libvirt was