]> xenbits.xensource.com Git - libvirt.git/commit
Set legacy USB option with default for ppc64.
authorLi Zhang <zhlcindy@linux.vnet.ibm.com>
Fri, 19 Apr 2013 10:26:36 +0000 (11:26 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 19 Apr 2013 10:30:49 +0000 (11:30 +0100)
commit88c6159ca763a3cc507e553f849a3bf1b12f73b3
treed872e454cae03435e7db44c5cf28b5aa6ecbf0bd
parent4327df7eee75c5bec485703eb5b5f439f2fd371f
Set legacy USB option with default for ppc64.

Currently, -device xxx still doesn't work well for ppc64 platform.
It's better use legacy USB option with default for ppc64.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-pseries-usb-default.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-pseries-usb-default.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-pseries-usb-multi.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-pseries-usb-multi.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c