]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Fix specifying char devs for PPC
authorOlivia Yin <Hong-Hua.Yin@freescale.com>
Tue, 27 May 2014 05:44:14 +0000 (13:44 +0800)
committerJán Tomko <jtomko@redhat.com>
Tue, 27 May 2014 06:48:57 +0000 (08:48 +0200)
commitfd0f22ed414e114664f4140306834bedd19f52c9
tree18be7630182247f76834be62b8637902e4d7554d
parent61b1c681e0c7ed8b896f2da36b4aba0309950f31
qemu: Fix specifying char devs for PPC

QEMU ppce500 board uses the legacy -serial option.

Other PPC boards don't give any way to explicitly wire in a -chardev
except pseries which uses -device spapr-vty with -chardev.

Add test case for -serial option for ppce500

Signed-off-by: Olivia Yin <Hong-Hua.Yin@freescale.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_capabilities.c
tests/qemuxml2argvdata/qemuxml2argv-ppce500-serial.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-ppce500-serial.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c