mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
3afde0756f
The qemu monitor supports retrieval of actual CPUID bits presented to the guest using QMP monitor. Add APIs to extract these information and tests for them. Signed-off-by: Peter Krempa <pkrempa@redhat.com>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"return": [
|
|
{
|
|
"cpuid-register": "EDX",
|
|
"cpuid-input-eax": 2147483658,
|
|
"features": 0
|
|
},
|
|
{
|
|
"cpuid-register": "EAX",
|
|
"cpuid-input-eax": 1073741825,
|
|
"features": 16777275
|
|
},
|
|
{
|
|
"cpuid-register": "EDX",
|
|
"cpuid-input-eax": 3221225473,
|
|
"features": 0
|
|
},
|
|
{
|
|
"cpuid-register": "ECX",
|
|
"cpuid-input-eax": 2147483649,
|
|
"features": 1
|
|
},
|
|
{
|
|
"cpuid-register": "EDX",
|
|
"cpuid-input-eax": 2147483649,
|
|
"features": 672139264
|
|
},
|
|
{
|
|
"cpuid-register": "EBX",
|
|
"cpuid-input-ecx": 0,
|
|
"cpuid-input-eax": 7,
|
|
"features": 0
|
|
},
|
|
{
|
|
"cpuid-register": "ECX",
|
|
"cpuid-input-eax": 1,
|
|
"features": 2545558051
|
|
},
|
|
{
|
|
"cpuid-register": "EDX",
|
|
"cpuid-input-eax": 1,
|
|
"features": 126614525
|
|
}
|
|
],
|
|
"id": "libvirt-6"
|
|
}
|