Re: [libvirt] [PATCH V2 7/7] qemuDomainDeviceDefPostParse: add USB controller model check

2016-08-02 Thread Cedric Bosdonnat
On Wed, 2016-06-15 at 14:00 +0800, Chunyan Liu wrote: > To sync with virDomainControllerModelUSB, we add two models > in qemuControllerModelUSB 'qusb1' and 'qusb2', but those > models are not supported in qemu driver. So add check in > device post parse to report errors if 'qusb1' and 'qusb2' > are

[libvirt] [PATCH V2 7/7] qemuDomainDeviceDefPostParse: add USB controller model check

2016-06-14 Thread Chunyan Liu
To sync with virDomainControllerModelUSB, we add two models in qemuControllerModelUSB 'qusb1' and 'qusb2', but those models are not supported in qemu driver. So add check in device post parse to report errors if 'qusb1' and 'qusb2' are specified. Signed-off-by: Chunyan Liu --- src/qemu/qemu_doma