]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add a test for host-model CPU with CMT feature
authorJiri Denemark <jdenemar@redhat.com>
Tue, 9 Aug 2016 13:03:20 +0000 (15:03 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 10 Aug 2016 12:25:24 +0000 (14:25 +0200)
commit58ba240df89a7dd7bff16ebb65d9aadd49fb8bbb
tree49983839766d3b3e1eeb618dfc3fc6a0330cd995
parent1ac897a15da11d1bfca2642bce3b0beaad32bcf1
tests: Add a test for host-model CPU with CMT feature

The generated command line wouldn't work since QEMU doesn't know what
'cmt' is. The following patch will fix this issue.

https://bugzilla.redhat.com/show_bug.cgi?id=1355857

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-model-cmt.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-model-cmt.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/testutilsqemu.c