summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Schwartke <hendrik@os-t.de>2012-06-28 12:21:17 +0200
committerMichal Privoznik <mprivozn@redhat.com>2012-07-03 12:06:38 +0200
commita3389319baeff68975bbee22ce65036158e55729 (patch)
treee61bbe8eb1729d2e1881918f284ef7ecd7e5c5d8 /tests/testutilsqemu.c
parentqemu: add rbd to whitelist of migration-safe formats (diff)
downloadlibvirt-a3389319baeff68975bbee22ce65036158e55729.tar.gz
libvirt-a3389319baeff68975bbee22ce65036158e55729.tar.bz2
libvirt-a3389319baeff68975bbee22ce65036158e55729.zip
Added the attribute vendor_id to the cpu model
Introducing the attribute vendor_id to force the CPUID instruction in a kvm guest to return the specified vendor.
Diffstat (limited to 'tests/testutilsqemu.c')
-rw-r--r--tests/testutilsqemu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testutilsqemu.c b/tests/testutilsqemu.c
index 8d5a3bff3..8b7cb3300 100644
--- a/tests/testutilsqemu.c
+++ b/tests/testutilsqemu.c
@@ -116,6 +116,7 @@ virCapsPtr testQemuCapsInit(void) {
0, /* match */
(char *) "x86_64", /* arch */
(char *) "core2duo", /* model */
+ NULL, /* vendor_id */
0, /* fallback */
(char *) "Intel", /* vendor */
1, /* sockets */