
Quoting Matthias Bolte (matthias.bolte@googlemail.com):
2011/2/15 Serge E. Hallyn <serge.hallyn@canonical.com>:
Hi, as per the message after the tests fail, I'm reporting this on the list. Hopefully someone has seen this before. I've not yet tried this with the latest git snapshot. With 0.8.7, I get:
TEST: qemuxml2argvtest ........................................ 40 ........................................ 80 .............................!.!!!!! 116 FAIL
-serge
I don't have ARM or PPC at hand to test, so I can't really tell why these tests fail.
Could you rerun this test with more verbose output like this
cd /path/to/libvirt cd tests LIBVIRT_LOG_OUTPUTS=3:stderr VIR_TEST_DEBUG=2 \ ./qemuxml2argvtest > qemuxml2argvtest.log 2>&1
and attach the qemuxml2argvtest.log.
Matthias
Thanks, Matthias. Here is the output (with 'OK' lines trimmed): TEST: qemuxml2argvtest QEMU driver capabilities: <capabilities> <host> <cpu> <arch>armv7l</arch> <model>core2duo</model> <vendor>Intel</vendor> <topology sockets='1' cores='2' threads='1'/> <feature name='lahf_lm'/> <feature name='xtpr'/> <feature name='cx16'/> <feature name='tm2'/> <feature name='est'/> <feature name='vmx'/> <feature name='ds_cpl'/> <feature name='pbe'/> <feature name='tm'/> <feature name='ht'/> <feature name='ss'/> <feature name='acpi'/> <feature name='ds'/> </cpu> </host> <guest> <os_type>hvm</os_type> <arch name='i686'> <wordsize>32</wordsize> <emulator>/usr/bin/qemu</emulator> <machine>pc</machine> <machine>isapc</machine> <domain type='qemu'> </domain> </arch> </guest> <guest> <os_type>hvm</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/bin/qemu-system-x86_64</emulator> <machine>pc-0.11</machine> <machine canonical='pc-0.11'>pc</machine> <machine>pc-0.10</machine> <machine>isapc</machine> <domain type='qemu'> </domain> <domain type='kvm'> <emulator>/usr/bin/kvm</emulator> <machine>pc</machine> <machine>isapc</machine> </domain> </arch> </guest> <guest> <os_type>xen</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/bin/xenner</emulator> <machine>xenner</machine> <domain type='kvm'> <emulator>/usr/bin/kvm</emulator> </domain> </arch> </guest> </capabilities> 3) QEMU XML-2-ARGV machine-aliases2 ... 13:35:12.002: 8839: error : qemuBuildCommandLine:2550 : unsupported configuration: the QEMU binary /usr/bin/kvm does not support kvm OK 9) QEMU XML-2-ARGV bootloader ... 13:35:12.065: 8839: error : qemuBuildCommandLine:2550 : unsupported configuration: the QEMU binary /usr/bin/xenner does not support kvm OK 52) QEMU XML-2-ARGV input-xen ... 13:35:12.304: 8839: error : qemuBuildCommandLine:2550 : unsupported configuration: the QEMU binary /usr/bin/xenner does not support kvm OK 110) QEMU XML-2-ARGV cpu-topology2 ... 13:35:12.620: 8839: error : qemuBuildCpuArgStr:2300 : unsupported configuration: CPU specification not supported by hypervisor libvir: QEMU error : unsupported configuration: CPU specification not supported by hypervisor FAILED 111) QEMU XML-2-ARGV cpu-topology3 ... OK 112) QEMU XML-2-ARGV cpu-minimum1 ... 13:35:12.642: 8839: error : qemuBuildCpuArgStr:2300 : unsupported configuration: CPU specification not supported by hypervisor libvir: QEMU error : unsupported configuration: CPU specification not supported by hypervisor FAILED 113) QEMU XML-2-ARGV cpu-minimum2 ... 13:35:12.653: 8839: error : qemuBuildCpuArgStr:2300 : unsupported configuration: CPU specification not supported by hypervisor libvir: QEMU error : unsupported configuration: CPU specification not supported by hypervisor FAILED 114) QEMU XML-2-ARGV cpu-exact1 ... 13:35:12.665: 8839: error : qemuBuildCpuArgStr:2300 : unsupported configuration: CPU specification not supported by hypervisor libvir: QEMU error : unsupported configuration: CPU specification not supported by hypervisor FAILED 115) QEMU XML-2-ARGV cpu-exact2 ... 13:35:12.677: 8839: error : qemuBuildCpuArgStr:2300 : unsupported configuration: CPU specification not supported by hypervisor libvir: QEMU error : unsupported configuration: CPU specification not supported by hypervisor FAILED before cpu-strict1 116) QEMU XML-2-ARGV cpu-strict1 ... 13:35:12.689: 8839: error : qemuBuildCpuArgStr:2300 : unsupported configuration: CPU specification not supported by hypervisor libvir: QEMU error : unsupported configuration: CPU specification not supported by hypervisor FAILED after cpu-strict1