Re: [libvirt] [PATCH v5 08/16] qemu: Introduce qemuDomainDeviceDefValidateControllerPCI

2018-01-28 Thread Michal Privoznik
On 01/06/2018 12:47 AM, John Ferlan wrote: > Move PCI validation checks out of qemu_command into the proper > qemu_domain validation helper. > > Since there's a lot to move, we'll start slow by replicating the > pcie-root and pci-root avoidance from qemuBuildSkipController and > the first switch f

[libvirt] [PATCH v5 08/16] qemu: Introduce qemuDomainDeviceDefValidateControllerPCI

2018-01-05 Thread John Ferlan
Move PCI validation checks out of qemu_command into the proper qemu_domain validation helper. Since there's a lot to move, we'll start slow by replicating the pcie-root and pci-root avoidance from qemuBuildSkipController and the first switch found in qemuBuildControllerDevStr. Signed-off-by: John