Re: [libvirt] [PATCH v5 13/16] qemu: Move PCI more command checks to controller def validate

2018-01-28 Thread Michal Privoznik
On 01/06/2018 12:47 AM, John Ferlan wrote: > Excluding the qemuCaps checks, move the remainder of the checks > that validate whether the PCI definition is valid or not into > qemuDomainControllerDefValidatePCI. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_command.c | 101

[libvirt] [PATCH v5 13/16] qemu: Move PCI more command checks to controller def validate

2018-01-05 Thread John Ferlan
Excluding the qemuCaps checks, move the remainder of the checks that validate whether the PCI definition is valid or not into qemuDomainControllerDefValidatePCI. Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 101 --- src/qemu/qemu_domain.c | 139 ++