Re: [libvirt] [PATCH 16/17] qemu: Introduce qemuDomainDeviceDefValidateControllerUSB

2017-12-05 Thread Ján Tomko
On Mon, Dec 04, 2017 at 08:39:06PM -0500, John Ferlan wrote: Move the USB controller validation checs out of qemu_command and *checks into the proper qemu_domain validation helper. We will start slowly and also modity the xml2argv test to change *modify from a RUN to PARSE failure check

[libvirt] [PATCH 16/17] qemu: Introduce qemuDomainDeviceDefValidateControllerUSB

2017-12-04 Thread John Ferlan
Move the USB controller validation checs out of qemu_command and into the proper qemu_domain validation helper. We will start slowly and also modity the xml2argv test to change from a RUN to PARSE failure check when the QEMU_CAPS_PIIX3_USB_UHCI is removed. Signed-off-by: John Ferlan