
5 Dec
2017
5 Dec
'17
3:19 p.m.
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 when the QEMU_CAPS_PIIX3_USB_UHCI is removed.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/qemu/qemu_command.c | 6 ------ src/qemu/qemu_domain.c | 18 +++++++++++++++++- tests/qemuxml2argvtest.c | 8 ++++---- 3 files changed, 21 insertions(+), 11 deletions(-)
Jan