mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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.
This commit is contained in:
committed by
Michal Privoznik
parent
78290b1641
commit
a3389319ba
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user