mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
3944aba1df
While "x86" is a CPU sub driver name, it is not a recognized name of any architecture known to libvirt. Let's use "x86_64" prefix which can be used with virArch APIs. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
78 lines
1.3 KiB
JSON
78 lines
1.3 KiB
JSON
{
|
|
"return": [
|
|
{
|
|
"cpuid-register": "EAX",
|
|
"cpuid-input-ecx": 1,
|
|
"cpuid-input-eax": 13,
|
|
"features": 0
|
|
},
|
|
{
|
|
"cpuid-register": "EDX",
|
|
"cpuid-input-eax": 2147483658,
|
|
"features": 0
|
|
},
|
|
{
|
|
"cpuid-register": "EAX",
|
|
"cpuid-input-eax": 1073741825,
|
|
"features": 16777467
|
|
},
|
|
{
|
|
"cpuid-register": "EDX",
|
|
"cpuid-input-eax": 3221225473,
|
|
"features": 0
|
|
},
|
|
{
|
|
"cpuid-register": "EDX",
|
|
"cpuid-input-eax": 2147483655,
|
|
"features": 0
|
|
},
|
|
{
|
|
"cpuid-register": "ECX",
|
|
"cpuid-input-eax": 2147483649,
|
|
"features": 1
|
|
},
|
|
{
|
|
"cpuid-register": "EDX",
|
|
"cpuid-input-eax": 2147483649,
|
|
"features": 537921536
|
|
},
|
|
{
|
|
"cpuid-register": "EBX",
|
|
"cpuid-input-ecx": 0,
|
|
"cpuid-input-eax": 7,
|
|
"features": 2
|
|
},
|
|
{
|
|
"cpuid-register": "ECX",
|
|
"cpuid-input-eax": 1,
|
|
"features": 2166366721
|
|
},
|
|
{
|
|
"cpuid-register": "EDX",
|
|
"cpuid-input-eax": 1,
|
|
"features": 260832255
|
|
}
|
|
],
|
|
"id": "feature-words"
|
|
}
|
|
|
|
{
|
|
"return": 6,
|
|
"id": "family"
|
|
}
|
|
|
|
{
|
|
"return": 15,
|
|
"id": "model"
|
|
}
|
|
|
|
{
|
|
"return": 11,
|
|
"id": "stepping"
|
|
}
|
|
|
|
{
|
|
"return": "Intel(R) Core(TM)2 Duo CPU E6850 @ 3.00GHz",
|
|
"id": "model-id"
|
|
}
|