mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
qemu_capabilities: Introduce QEMU_CAPS_OBJECT_MEMORY_FILE_DISCARD
This capability tracks if memory-backend-file has discard-data attribute or not. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
8a94501e8c
commit
72c1770aa0
@ -479,6 +479,7 @@ VIR_ENUM_IMPL(virQEMUCaps, QEMU_CAPS_LAST,
|
||||
|
||||
/* 295 */
|
||||
"qom-list-properties",
|
||||
"memory-backend-file.discard-data",
|
||||
);
|
||||
|
||||
|
||||
@ -1375,6 +1376,15 @@ static virQEMUCapsObjectTypeProps virQEMUCapsDeviceProps[] = {
|
||||
QEMU_CAPS_DEVICE_VIRTIO_GPU_CCW },
|
||||
};
|
||||
|
||||
static struct virQEMUCapsStringFlags virQEMUCapsObjectPropsMemoryBackendFile[] = {
|
||||
{ "discard-data", QEMU_CAPS_OBJECT_MEMORY_FILE_DISCARD },
|
||||
};
|
||||
|
||||
static virQEMUCapsObjectTypeProps virQEMUCapsObjectProps[] = {
|
||||
{ "memory-backend-file", virQEMUCapsObjectPropsMemoryBackendFile,
|
||||
ARRAY_CARDINALITY(virQEMUCapsObjectPropsMemoryBackendFile),
|
||||
QEMU_CAPS_OBJECT_MEMORY_FILE },
|
||||
};
|
||||
|
||||
static void
|
||||
virQEMUCapsProcessStringFlags(virQEMUCapsPtr qemuCaps,
|
||||
@ -2132,6 +2142,14 @@ virQEMUCapsProbeQMPDevices(virQEMUCapsPtr qemuCaps,
|
||||
qemuMonitorGetDeviceProps) < 0)
|
||||
return -1;
|
||||
|
||||
if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_QOM_LIST_PROPERTIES) &&
|
||||
virQEMUCapsProbeQMPGenericProps(qemuCaps,
|
||||
mon,
|
||||
virQEMUCapsObjectProps,
|
||||
ARRAY_CARDINALITY(virQEMUCapsObjectProps),
|
||||
qemuMonitorGetObjectProps) < 0)
|
||||
return -1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -463,6 +463,7 @@ typedef enum { /* virQEMUCapsFlags grouping marker for syntax-check */
|
||||
|
||||
/* 295 */
|
||||
QEMU_CAPS_QOM_LIST_PROPERTIES, /* qom-list-properties monitor command */
|
||||
QEMU_CAPS_OBJECT_MEMORY_FILE_DISCARD, /* -object memory-backend-file,discard-data */
|
||||
|
||||
QEMU_CAPS_LAST /* this must always be the last item */
|
||||
} virQEMUCapsFlags;
|
||||
|
@ -5275,6 +5275,60 @@
|
||||
"id": "libvirt-35"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
{
|
||||
"name": "policy",
|
||||
"type": "HostMemPolicy"
|
||||
},
|
||||
{
|
||||
"name": "dump",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "share",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "prealloc",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "size",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "host-nodes",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "id",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "merge",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "align",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "mem-path",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "discard-data",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-36"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
{
|
||||
@ -5569,7 +5623,7 @@
|
||||
"cpu-max": 1
|
||||
}
|
||||
],
|
||||
"id": "libvirt-36"
|
||||
"id": "libvirt-37"
|
||||
}
|
||||
|
||||
{
|
||||
@ -5745,20 +5799,20 @@
|
||||
"static": false
|
||||
}
|
||||
],
|
||||
"id": "libvirt-37"
|
||||
"id": "libvirt-38"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
],
|
||||
"id": "libvirt-38"
|
||||
"id": "libvirt-39"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
"emulator"
|
||||
],
|
||||
"id": "libvirt-39"
|
||||
"id": "libvirt-40"
|
||||
}
|
||||
|
||||
{
|
||||
@ -6919,7 +6973,7 @@
|
||||
"option": "drive"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-40"
|
||||
"id": "libvirt-41"
|
||||
}
|
||||
|
||||
{
|
||||
@ -6981,7 +7035,7 @@
|
||||
"capability": "dirty-bitmaps"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-41"
|
||||
"id": "libvirt-42"
|
||||
}
|
||||
|
||||
{
|
||||
@ -18349,7 +18403,7 @@
|
||||
"meta-type": "object"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-42"
|
||||
"id": "libvirt-43"
|
||||
}
|
||||
|
||||
{
|
||||
@ -18365,7 +18419,7 @@
|
||||
"kernel": false
|
||||
}
|
||||
],
|
||||
"id": "libvirt-43"
|
||||
"id": "libvirt-44"
|
||||
}
|
||||
|
||||
{
|
||||
|
@ -160,9 +160,10 @@
|
||||
<flag name='nbd-tls'/>
|
||||
<flag name='pr-manager-helper'/>
|
||||
<flag name='qom-list-properties'/>
|
||||
<flag name='memory-backend-file.discard-data'/>
|
||||
<version>2011090</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>342346</microcodeVersion>
|
||||
<microcodeVersion>343099</microcodeVersion>
|
||||
<package>v2.12.0-rc0</package>
|
||||
<arch>aarch64</arch>
|
||||
<cpu type='kvm' name='pxa262'/>
|
||||
|
@ -5322,6 +5322,60 @@
|
||||
"id": "libvirt-36"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
{
|
||||
"name": "policy",
|
||||
"type": "HostMemPolicy"
|
||||
},
|
||||
{
|
||||
"name": "dump",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "share",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "prealloc",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "size",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "host-nodes",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "id",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "merge",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "align",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "mem-path",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "discard-data",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-37"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
{
|
||||
@ -5457,7 +5511,7 @@
|
||||
"cpu-max": 1
|
||||
}
|
||||
],
|
||||
"id": "libvirt-37"
|
||||
"id": "libvirt-38"
|
||||
}
|
||||
|
||||
{
|
||||
@ -7653,20 +7707,20 @@
|
||||
"static": false
|
||||
}
|
||||
],
|
||||
"id": "libvirt-38"
|
||||
"id": "libvirt-39"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
],
|
||||
"id": "libvirt-39"
|
||||
"id": "libvirt-40"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
"emulator"
|
||||
],
|
||||
"id": "libvirt-40"
|
||||
"id": "libvirt-41"
|
||||
}
|
||||
|
||||
{
|
||||
@ -8822,7 +8876,7 @@
|
||||
"option": "drive"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-41"
|
||||
"id": "libvirt-42"
|
||||
}
|
||||
|
||||
{
|
||||
@ -8884,7 +8938,7 @@
|
||||
"capability": "dirty-bitmaps"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-42"
|
||||
"id": "libvirt-43"
|
||||
}
|
||||
|
||||
{
|
||||
@ -20252,7 +20306,7 @@
|
||||
"meta-type": "object"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-43"
|
||||
"id": "libvirt-44"
|
||||
}
|
||||
|
||||
{
|
||||
|
@ -157,9 +157,10 @@
|
||||
<flag name='nbd-tls'/>
|
||||
<flag name='pr-manager-helper'/>
|
||||
<flag name='qom-list-properties'/>
|
||||
<flag name='memory-backend-file.discard-data'/>
|
||||
<version>2011090</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>419215</microcodeVersion>
|
||||
<microcodeVersion>419968</microcodeVersion>
|
||||
<package>v2.12.0-rc0</package>
|
||||
<arch>ppc64</arch>
|
||||
<cpu type='kvm' name='default'/>
|
||||
|
@ -3614,6 +3614,60 @@
|
||||
"id": "libvirt-34"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
{
|
||||
"name": "policy",
|
||||
"type": "HostMemPolicy"
|
||||
},
|
||||
{
|
||||
"name": "dump",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "share",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "prealloc",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "size",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "host-nodes",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "id",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "merge",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "align",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "mem-path",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "discard-data",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-35"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
{
|
||||
@ -3669,7 +3723,7 @@
|
||||
"alias": "s390-ccw-virtio"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-35"
|
||||
"id": "libvirt-36"
|
||||
}
|
||||
|
||||
{
|
||||
@ -6324,20 +6378,20 @@
|
||||
"migration-safe": true
|
||||
}
|
||||
],
|
||||
"id": "libvirt-36"
|
||||
"id": "libvirt-37"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
],
|
||||
"id": "libvirt-37"
|
||||
"id": "libvirt-38"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
"emulator"
|
||||
],
|
||||
"id": "libvirt-38"
|
||||
"id": "libvirt-39"
|
||||
}
|
||||
|
||||
{
|
||||
@ -7493,7 +7547,7 @@
|
||||
"option": "drive"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-39"
|
||||
"id": "libvirt-40"
|
||||
}
|
||||
|
||||
{
|
||||
@ -7555,7 +7609,7 @@
|
||||
"capability": "dirty-bitmaps"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-40"
|
||||
"id": "libvirt-41"
|
||||
}
|
||||
|
||||
{
|
||||
@ -18923,11 +18977,11 @@
|
||||
"meta-type": "object"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-41"
|
||||
"id": "libvirt-42"
|
||||
}
|
||||
|
||||
{
|
||||
"id": "libvirt-42",
|
||||
"id": "libvirt-43",
|
||||
"error": {
|
||||
"class": "GenericError",
|
||||
"desc": "The CPU definition 'max' is unknown."
|
||||
|
@ -122,6 +122,7 @@
|
||||
<flag name='nbd-tls'/>
|
||||
<flag name='pr-manager-helper'/>
|
||||
<flag name='qom-list-properties'/>
|
||||
<flag name='memory-backend-file.discard-data'/>
|
||||
<version>2011090</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>0</microcodeVersion>
|
||||
|
@ -4605,6 +4605,60 @@
|
||||
"id": "libvirt-39"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
{
|
||||
"name": "policy",
|
||||
"type": "HostMemPolicy"
|
||||
},
|
||||
{
|
||||
"name": "dump",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "share",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "prealloc",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "size",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "host-nodes",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "id",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "merge",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "align",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "mem-path",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "discard-data",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-40"
|
||||
}
|
||||
|
||||
{
|
||||
"return": [
|
||||
{
|
||||
@ -4801,7 +4855,7 @@
|
||||
"cpu-max": 255
|
||||
}
|
||||
],
|
||||
"id": "libvirt-40"
|
||||
"id": "libvirt-41"
|
||||
}
|
||||
|
||||
{
|
||||
@ -5315,7 +5369,7 @@
|
||||
"migration-safe": true
|
||||
}
|
||||
],
|
||||
"id": "libvirt-41"
|
||||
"id": "libvirt-42"
|
||||
}
|
||||
|
||||
{
|
||||
@ -5323,7 +5377,7 @@
|
||||
"tpm-crb",
|
||||
"tpm-tis"
|
||||
],
|
||||
"id": "libvirt-42"
|
||||
"id": "libvirt-43"
|
||||
}
|
||||
|
||||
{
|
||||
@ -5331,7 +5385,7 @@
|
||||
"passthrough",
|
||||
"emulator"
|
||||
],
|
||||
"id": "libvirt-43"
|
||||
"id": "libvirt-44"
|
||||
}
|
||||
|
||||
{
|
||||
@ -6618,7 +6672,7 @@
|
||||
"option": "drive"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-44"
|
||||
"id": "libvirt-45"
|
||||
}
|
||||
|
||||
{
|
||||
@ -6680,7 +6734,7 @@
|
||||
"capability": "dirty-bitmaps"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-45"
|
||||
"id": "libvirt-46"
|
||||
}
|
||||
|
||||
{
|
||||
@ -18048,196 +18102,6 @@
|
||||
"meta-type": "object"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-46"
|
||||
}
|
||||
|
||||
{
|
||||
"return": {
|
||||
"model": {
|
||||
"name": "base",
|
||||
"props": {
|
||||
"cmov": true,
|
||||
"ia64": false,
|
||||
"aes": true,
|
||||
"mmx": true,
|
||||
"rdpid": false,
|
||||
"arat": true,
|
||||
"gfni": false,
|
||||
"pause-filter": false,
|
||||
"xsavec": false,
|
||||
"intel-pt": false,
|
||||
"osxsave": false,
|
||||
"kvm-asyncpf": true,
|
||||
"perfctr-core": false,
|
||||
"mpx": false,
|
||||
"pbe": false,
|
||||
"avx512cd": false,
|
||||
"decodeassists": false,
|
||||
"sse4.1": true,
|
||||
"family": 6,
|
||||
"avx512f": false,
|
||||
"msr": true,
|
||||
"mce": true,
|
||||
"mca": true,
|
||||
"xcrypt": false,
|
||||
"min-level": 13,
|
||||
"xgetbv1": false,
|
||||
"cid": false,
|
||||
"ds": false,
|
||||
"fxsr": true,
|
||||
"xsaveopt": true,
|
||||
"xtpr": false,
|
||||
"avx512vl": false,
|
||||
"avx512-vpopcntdq": false,
|
||||
"phe": false,
|
||||
"extapic": false,
|
||||
"3dnowprefetch": false,
|
||||
"avx512vbmi2": false,
|
||||
"cr8legacy": false,
|
||||
"xcrypt-en": false,
|
||||
"pn": false,
|
||||
"dca": false,
|
||||
"vendor": "GenuineIntel",
|
||||
"pku": false,
|
||||
"smx": false,
|
||||
"cmp-legacy": false,
|
||||
"avx512-4fmaps": false,
|
||||
"vmcb-clean": false,
|
||||
"hle": false,
|
||||
"3dnowext": false,
|
||||
"npt": false,
|
||||
"clwb": false,
|
||||
"lbrv": false,
|
||||
"adx": false,
|
||||
"ss": true,
|
||||
"pni": true,
|
||||
"svm-lock": false,
|
||||
"smep": true,
|
||||
"smap": false,
|
||||
"pfthreshold": false,
|
||||
"x2apic": true,
|
||||
"avx512vbmi": false,
|
||||
"avx512vnni": false,
|
||||
"flushbyasid": false,
|
||||
"f16c": true,
|
||||
"ace2-en": false,
|
||||
"pae": true,
|
||||
"pat": true,
|
||||
"sse": true,
|
||||
"phe-en": false,
|
||||
"kvm-nopiodelay": true,
|
||||
"tm": false,
|
||||
"kvmclock-stable-bit": true,
|
||||
"hypervisor": true,
|
||||
"pcommit": false,
|
||||
"syscall": true,
|
||||
"avx512dq": false,
|
||||
"svm": false,
|
||||
"invtsc": false,
|
||||
"sse2": true,
|
||||
"est": false,
|
||||
"avx512ifma": false,
|
||||
"tm2": false,
|
||||
"kvm-pv-eoi": true,
|
||||
"cx8": true,
|
||||
"kvm-mmu": false,
|
||||
"sse4.2": true,
|
||||
"pge": true,
|
||||
"avx512bitalg": false,
|
||||
"pdcm": false,
|
||||
"model": 63,
|
||||
"movbe": true,
|
||||
"nrip-save": false,
|
||||
"ssse3": true,
|
||||
"sse4a": false,
|
||||
"invpcid": true,
|
||||
"pdpe1gb": true,
|
||||
"tsc-deadline": true,
|
||||
"fma": true,
|
||||
"cx16": true,
|
||||
"de": true,
|
||||
"stepping": 2,
|
||||
"xsave": true,
|
||||
"clflush": true,
|
||||
"skinit": false,
|
||||
"tsc": true,
|
||||
"tce": false,
|
||||
"fpu": true,
|
||||
"ds-cpl": false,
|
||||
"ibs": false,
|
||||
"fma4": false,
|
||||
"la57": false,
|
||||
"osvw": false,
|
||||
"apic": true,
|
||||
"pmm": false,
|
||||
"spec-ctrl": false,
|
||||
"tsc-adjust": true,
|
||||
"kvm-steal-time": true,
|
||||
"kvmclock": true,
|
||||
"lwp": false,
|
||||
"xop": false,
|
||||
"ibpb": false,
|
||||
"avx": true,
|
||||
"ospke": false,
|
||||
"acpi": false,
|
||||
"avx512bw": false,
|
||||
"ace2": false,
|
||||
"fsgsbase": true,
|
||||
"ht": false,
|
||||
"nx": true,
|
||||
"pclmulqdq": true,
|
||||
"mmxext": false,
|
||||
"popcnt": true,
|
||||
"vaes": false,
|
||||
"xsaves": false,
|
||||
"lm": true,
|
||||
"umip": false,
|
||||
"pse": true,
|
||||
"avx2": true,
|
||||
"sep": true,
|
||||
"nodeid-msr": false,
|
||||
"misalignsse": false,
|
||||
"min-xlevel": 2147483656,
|
||||
"bmi1": true,
|
||||
"bmi2": true,
|
||||
"kvm-pv-unhalt": true,
|
||||
"tsc-scale": false,
|
||||
"topoext": false,
|
||||
"clflushopt": false,
|
||||
"monitor": false,
|
||||
"avx512er": false,
|
||||
"pmm-en": false,
|
||||
"pcid": true,
|
||||
"3dnow": false,
|
||||
"erms": true,
|
||||
"lahf-lm": true,
|
||||
"vpclmulqdq": false,
|
||||
"fxsr-opt": false,
|
||||
"xstore": false,
|
||||
"rtm": false,
|
||||
"kvm-hint-dedicated": true,
|
||||
"lmce": true,
|
||||
"perfctr-nb": false,
|
||||
"rdrand": true,
|
||||
"rdseed": false,
|
||||
"avx512-4vnniw": false,
|
||||
"vme": true,
|
||||
"vmx": false,
|
||||
"dtes64": false,
|
||||
"mtrr": true,
|
||||
"rdtscp": true,
|
||||
"pse36": true,
|
||||
"kvm-pv-tlb-flush": false,
|
||||
"tbm": false,
|
||||
"wdt": false,
|
||||
"model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
|
||||
"sha-ni": false,
|
||||
"abm": true,
|
||||
"avx512pf": false,
|
||||
"xstore-en": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "libvirt-47"
|
||||
}
|
||||
|
||||
@ -18246,9 +18110,6 @@
|
||||
"model": {
|
||||
"name": "base",
|
||||
"props": {
|
||||
"phys-bits": 0,
|
||||
"core-id": -1,
|
||||
"xlevel": 2147483656,
|
||||
"cmov": true,
|
||||
"ia64": false,
|
||||
"aes": true,
|
||||
@ -18260,34 +18121,22 @@
|
||||
"xsavec": false,
|
||||
"intel-pt": false,
|
||||
"osxsave": false,
|
||||
"tsc-frequency": 0,
|
||||
"xd": true,
|
||||
"hv-vendor-id": "",
|
||||
"kvm-asyncpf": true,
|
||||
"kvm_asyncpf": true,
|
||||
"perfctr_core": false,
|
||||
"perfctr-core": false,
|
||||
"mpx": false,
|
||||
"pbe": false,
|
||||
"decodeassists": false,
|
||||
"avx512cd": false,
|
||||
"sse4_1": true,
|
||||
"decodeassists": false,
|
||||
"sse4.1": true,
|
||||
"sse4-1": true,
|
||||
"family": 6,
|
||||
"vmware-cpuid-freq": true,
|
||||
"avx512f": false,
|
||||
"msr": true,
|
||||
"mce": true,
|
||||
"mca": true,
|
||||
"hv-runtime": false,
|
||||
"xcrypt": false,
|
||||
"thread-id": -1,
|
||||
"min-level": 13,
|
||||
"xgetbv1": false,
|
||||
"cid": false,
|
||||
"hv-relaxed": false,
|
||||
"hv-crash": false,
|
||||
"ds": false,
|
||||
"fxsr": true,
|
||||
"xsaveopt": true,
|
||||
@ -18299,83 +18148,60 @@
|
||||
"3dnowprefetch": false,
|
||||
"avx512vbmi2": false,
|
||||
"cr8legacy": false,
|
||||
"cpuid-0xb": true,
|
||||
"xcrypt-en": false,
|
||||
"kvm_pv_eoi": true,
|
||||
"apic-id": 4294967295,
|
||||
"pn": false,
|
||||
"dca": false,
|
||||
"vendor": "GenuineIntel",
|
||||
"pku": false,
|
||||
"smx": false,
|
||||
"cmp_legacy": false,
|
||||
"cmp-legacy": false,
|
||||
"node-id": -1,
|
||||
"avx512-4fmaps": false,
|
||||
"vmcb_clean": false,
|
||||
"vmcb-clean": false,
|
||||
"3dnowext": false,
|
||||
"hle": false,
|
||||
"3dnowext": false,
|
||||
"npt": false,
|
||||
"memory": "/machine/unattached/system[0]",
|
||||
"clwb": false,
|
||||
"lbrv": false,
|
||||
"adx": false,
|
||||
"ss": true,
|
||||
"pni": true,
|
||||
"svm_lock": false,
|
||||
"svm-lock": false,
|
||||
"pfthreshold": false,
|
||||
"smep": true,
|
||||
"smap": false,
|
||||
"pfthreshold": false,
|
||||
"x2apic": true,
|
||||
"avx512vbmi": false,
|
||||
"avx512vnni": false,
|
||||
"hv-stimer": false,
|
||||
"i64": true,
|
||||
"flushbyasid": false,
|
||||
"f16c": true,
|
||||
"ace2-en": false,
|
||||
"pat": true,
|
||||
"pae": true,
|
||||
"pat": true,
|
||||
"sse": true,
|
||||
"phe-en": false,
|
||||
"kvm_nopiodelay": true,
|
||||
"kvm-nopiodelay": true,
|
||||
"tm": false,
|
||||
"kvmclock-stable-bit": true,
|
||||
"hypervisor": true,
|
||||
"socket-id": -1,
|
||||
"pcommit": false,
|
||||
"syscall": true,
|
||||
"level": 13,
|
||||
"avx512dq": false,
|
||||
"svm": false,
|
||||
"full-cpuid-auto-level": true,
|
||||
"hv-reset": false,
|
||||
"invtsc": false,
|
||||
"sse3": true,
|
||||
"sse2": true,
|
||||
"est": false,
|
||||
"avx512ifma": false,
|
||||
"tm2": false,
|
||||
"kvm-pv-eoi": true,
|
||||
"cx8": true,
|
||||
"kvm_mmu": false,
|
||||
"kvm-mmu": false,
|
||||
"sse4_2": true,
|
||||
"sse4.2": true,
|
||||
"sse4-2": true,
|
||||
"pge": true,
|
||||
"fill-mtrr-mask": true,
|
||||
"avx512bitalg": false,
|
||||
"nodeid_msr": false,
|
||||
"pdcm": false,
|
||||
"movbe": true,
|
||||
"model": 63,
|
||||
"nrip_save": false,
|
||||
"movbe": true,
|
||||
"nrip-save": false,
|
||||
"kvm_pv_unhalt": true,
|
||||
"ssse3": true,
|
||||
"sse4a": false,
|
||||
"invpcid": true,
|
||||
@ -18384,7 +18210,6 @@
|
||||
"fma": true,
|
||||
"cx16": true,
|
||||
"de": true,
|
||||
"enforce": false,
|
||||
"stepping": 2,
|
||||
"xsave": true,
|
||||
"clflush": true,
|
||||
@ -18392,66 +18217,47 @@
|
||||
"tsc": true,
|
||||
"tce": false,
|
||||
"fpu": true,
|
||||
"ibs": false,
|
||||
"ds_cpl": false,
|
||||
"ds-cpl": false,
|
||||
"host-phys-bits": false,
|
||||
"ibs": false,
|
||||
"fma4": false,
|
||||
"la57": false,
|
||||
"osvw": false,
|
||||
"check": true,
|
||||
"hv-spinlocks": -1,
|
||||
"pmu": false,
|
||||
"pmm": false,
|
||||
"apic": true,
|
||||
"pmm": false,
|
||||
"spec-ctrl": false,
|
||||
"min-xlevel2": 0,
|
||||
"tsc-adjust": true,
|
||||
"tsc_adjust": true,
|
||||
"kvm-steal-time": true,
|
||||
"kvm_steal_time": true,
|
||||
"kvmclock": true,
|
||||
"l3-cache": true,
|
||||
"lwp": false,
|
||||
"ibpb": false,
|
||||
"xop": false,
|
||||
"ibpb": false,
|
||||
"avx": true,
|
||||
"ospke": false,
|
||||
"ace2": false,
|
||||
"avx512bw": false,
|
||||
"acpi": false,
|
||||
"hv-vapic": false,
|
||||
"avx512bw": false,
|
||||
"ace2": false,
|
||||
"fsgsbase": true,
|
||||
"ht": false,
|
||||
"nx": true,
|
||||
"pclmulqdq": true,
|
||||
"mmxext": false,
|
||||
"vaes": false,
|
||||
"popcnt": true,
|
||||
"vaes": false,
|
||||
"xsaves": false,
|
||||
"tcg-cpuid": true,
|
||||
"lm": true,
|
||||
"umip": false,
|
||||
"pse": true,
|
||||
"avx2": true,
|
||||
"sep": true,
|
||||
"pclmuldq": true,
|
||||
"x-hv-max-vps": -1,
|
||||
"nodeid-msr": false,
|
||||
"kvm": true,
|
||||
"misalignsse": false,
|
||||
"min-xlevel": 2147483656,
|
||||
"kvm-pv-unhalt": true,
|
||||
"bmi2": true,
|
||||
"bmi1": true,
|
||||
"realized": false,
|
||||
"tsc_scale": false,
|
||||
"bmi2": true,
|
||||
"kvm-pv-unhalt": true,
|
||||
"tsc-scale": false,
|
||||
"topoext": false,
|
||||
"hv-vpindex": false,
|
||||
"xlevel2": 0,
|
||||
"clflushopt": false,
|
||||
"kvm-no-smi-migration": false,
|
||||
"monitor": false,
|
||||
"avx512er": false,
|
||||
"pmm-en": false,
|
||||
@ -18459,24 +18265,18 @@
|
||||
"3dnow": false,
|
||||
"erms": true,
|
||||
"lahf-lm": true,
|
||||
"lahf_lm": true,
|
||||
"vpclmulqdq": false,
|
||||
"fxsr-opt": false,
|
||||
"hv-synic": false,
|
||||
"xstore": false,
|
||||
"fxsr_opt": false,
|
||||
"kvm-hint-dedicated": true,
|
||||
"rtm": false,
|
||||
"kvm-hint-dedicated": true,
|
||||
"lmce": true,
|
||||
"hv-time": false,
|
||||
"perfctr-nb": false,
|
||||
"perfctr_nb": false,
|
||||
"ffxsr": false,
|
||||
"rdrand": true,
|
||||
"rdseed": false,
|
||||
"avx512-4vnniw": false,
|
||||
"vmx": false,
|
||||
"vme": true,
|
||||
"vmx": false,
|
||||
"dtes64": false,
|
||||
"mtrr": true,
|
||||
"rdtscp": true,
|
||||
@ -18484,9 +18284,8 @@
|
||||
"kvm-pv-tlb-flush": false,
|
||||
"tbm": false,
|
||||
"wdt": false,
|
||||
"pause_filter": false,
|
||||
"sha-ni": false,
|
||||
"model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
|
||||
"sha-ni": false,
|
||||
"abm": true,
|
||||
"avx512pf": false,
|
||||
"xstore-en": false
|
||||
@ -18496,6 +18295,261 @@
|
||||
"id": "libvirt-48"
|
||||
}
|
||||
|
||||
{
|
||||
"return": {
|
||||
"model": {
|
||||
"name": "base",
|
||||
"props": {
|
||||
"phys-bits": 0,
|
||||
"core-id": -1,
|
||||
"xlevel": 2147483656,
|
||||
"cmov": true,
|
||||
"ia64": false,
|
||||
"aes": true,
|
||||
"mmx": true,
|
||||
"rdpid": false,
|
||||
"arat": true,
|
||||
"gfni": false,
|
||||
"pause-filter": false,
|
||||
"xsavec": false,
|
||||
"intel-pt": false,
|
||||
"osxsave": false,
|
||||
"tsc-frequency": 0,
|
||||
"xd": true,
|
||||
"hv-vendor-id": "",
|
||||
"kvm-asyncpf": true,
|
||||
"kvm_asyncpf": true,
|
||||
"perfctr_core": false,
|
||||
"perfctr-core": false,
|
||||
"mpx": false,
|
||||
"pbe": false,
|
||||
"decodeassists": false,
|
||||
"avx512cd": false,
|
||||
"sse4_1": true,
|
||||
"sse4.1": true,
|
||||
"sse4-1": true,
|
||||
"family": 6,
|
||||
"vmware-cpuid-freq": true,
|
||||
"avx512f": false,
|
||||
"msr": true,
|
||||
"mce": true,
|
||||
"mca": true,
|
||||
"hv-runtime": false,
|
||||
"xcrypt": false,
|
||||
"thread-id": -1,
|
||||
"min-level": 13,
|
||||
"xgetbv1": false,
|
||||
"cid": false,
|
||||
"hv-relaxed": false,
|
||||
"hv-crash": false,
|
||||
"ds": false,
|
||||
"fxsr": true,
|
||||
"xsaveopt": true,
|
||||
"xtpr": false,
|
||||
"avx512vl": false,
|
||||
"avx512-vpopcntdq": false,
|
||||
"phe": false,
|
||||
"extapic": false,
|
||||
"3dnowprefetch": false,
|
||||
"avx512vbmi2": false,
|
||||
"cr8legacy": false,
|
||||
"cpuid-0xb": true,
|
||||
"xcrypt-en": false,
|
||||
"kvm_pv_eoi": true,
|
||||
"apic-id": 4294967295,
|
||||
"pn": false,
|
||||
"dca": false,
|
||||
"vendor": "GenuineIntel",
|
||||
"pku": false,
|
||||
"smx": false,
|
||||
"cmp_legacy": false,
|
||||
"cmp-legacy": false,
|
||||
"node-id": -1,
|
||||
"avx512-4fmaps": false,
|
||||
"vmcb_clean": false,
|
||||
"vmcb-clean": false,
|
||||
"3dnowext": false,
|
||||
"hle": false,
|
||||
"npt": false,
|
||||
"memory": "/machine/unattached/system[0]",
|
||||
"clwb": false,
|
||||
"lbrv": false,
|
||||
"adx": false,
|
||||
"ss": true,
|
||||
"pni": true,
|
||||
"svm_lock": false,
|
||||
"svm-lock": false,
|
||||
"pfthreshold": false,
|
||||
"smep": true,
|
||||
"smap": false,
|
||||
"x2apic": true,
|
||||
"avx512vbmi": false,
|
||||
"avx512vnni": false,
|
||||
"hv-stimer": false,
|
||||
"i64": true,
|
||||
"flushbyasid": false,
|
||||
"f16c": true,
|
||||
"ace2-en": false,
|
||||
"pat": true,
|
||||
"pae": true,
|
||||
"sse": true,
|
||||
"phe-en": false,
|
||||
"kvm_nopiodelay": true,
|
||||
"kvm-nopiodelay": true,
|
||||
"tm": false,
|
||||
"kvmclock-stable-bit": true,
|
||||
"hypervisor": true,
|
||||
"socket-id": -1,
|
||||
"pcommit": false,
|
||||
"syscall": true,
|
||||
"level": 13,
|
||||
"avx512dq": false,
|
||||
"svm": false,
|
||||
"full-cpuid-auto-level": true,
|
||||
"hv-reset": false,
|
||||
"invtsc": false,
|
||||
"sse3": true,
|
||||
"sse2": true,
|
||||
"est": false,
|
||||
"avx512ifma": false,
|
||||
"tm2": false,
|
||||
"kvm-pv-eoi": true,
|
||||
"cx8": true,
|
||||
"kvm_mmu": false,
|
||||
"kvm-mmu": false,
|
||||
"sse4_2": true,
|
||||
"sse4.2": true,
|
||||
"sse4-2": true,
|
||||
"pge": true,
|
||||
"fill-mtrr-mask": true,
|
||||
"avx512bitalg": false,
|
||||
"nodeid_msr": false,
|
||||
"pdcm": false,
|
||||
"movbe": true,
|
||||
"model": 63,
|
||||
"nrip_save": false,
|
||||
"nrip-save": false,
|
||||
"kvm_pv_unhalt": true,
|
||||
"ssse3": true,
|
||||
"sse4a": false,
|
||||
"invpcid": true,
|
||||
"pdpe1gb": true,
|
||||
"tsc-deadline": true,
|
||||
"fma": true,
|
||||
"cx16": true,
|
||||
"de": true,
|
||||
"enforce": false,
|
||||
"stepping": 2,
|
||||
"xsave": true,
|
||||
"clflush": true,
|
||||
"skinit": false,
|
||||
"tsc": true,
|
||||
"tce": false,
|
||||
"fpu": true,
|
||||
"ibs": false,
|
||||
"ds_cpl": false,
|
||||
"ds-cpl": false,
|
||||
"host-phys-bits": false,
|
||||
"fma4": false,
|
||||
"la57": false,
|
||||
"osvw": false,
|
||||
"check": true,
|
||||
"hv-spinlocks": -1,
|
||||
"pmu": false,
|
||||
"pmm": false,
|
||||
"apic": true,
|
||||
"spec-ctrl": false,
|
||||
"min-xlevel2": 0,
|
||||
"tsc-adjust": true,
|
||||
"tsc_adjust": true,
|
||||
"kvm-steal-time": true,
|
||||
"kvm_steal_time": true,
|
||||
"kvmclock": true,
|
||||
"l3-cache": true,
|
||||
"lwp": false,
|
||||
"ibpb": false,
|
||||
"xop": false,
|
||||
"avx": true,
|
||||
"ospke": false,
|
||||
"ace2": false,
|
||||
"avx512bw": false,
|
||||
"acpi": false,
|
||||
"hv-vapic": false,
|
||||
"fsgsbase": true,
|
||||
"ht": false,
|
||||
"nx": true,
|
||||
"pclmulqdq": true,
|
||||
"mmxext": false,
|
||||
"vaes": false,
|
||||
"popcnt": true,
|
||||
"xsaves": false,
|
||||
"tcg-cpuid": true,
|
||||
"lm": true,
|
||||
"umip": false,
|
||||
"pse": true,
|
||||
"avx2": true,
|
||||
"sep": true,
|
||||
"pclmuldq": true,
|
||||
"x-hv-max-vps": -1,
|
||||
"nodeid-msr": false,
|
||||
"kvm": true,
|
||||
"misalignsse": false,
|
||||
"min-xlevel": 2147483656,
|
||||
"kvm-pv-unhalt": true,
|
||||
"bmi2": true,
|
||||
"bmi1": true,
|
||||
"realized": false,
|
||||
"tsc_scale": false,
|
||||
"tsc-scale": false,
|
||||
"topoext": false,
|
||||
"hv-vpindex": false,
|
||||
"xlevel2": 0,
|
||||
"clflushopt": false,
|
||||
"kvm-no-smi-migration": false,
|
||||
"monitor": false,
|
||||
"avx512er": false,
|
||||
"pmm-en": false,
|
||||
"pcid": true,
|
||||
"3dnow": false,
|
||||
"erms": true,
|
||||
"lahf-lm": true,
|
||||
"lahf_lm": true,
|
||||
"vpclmulqdq": false,
|
||||
"fxsr-opt": false,
|
||||
"hv-synic": false,
|
||||
"xstore": false,
|
||||
"fxsr_opt": false,
|
||||
"kvm-hint-dedicated": true,
|
||||
"rtm": false,
|
||||
"lmce": true,
|
||||
"hv-time": false,
|
||||
"perfctr-nb": false,
|
||||
"perfctr_nb": false,
|
||||
"ffxsr": false,
|
||||
"rdrand": true,
|
||||
"rdseed": false,
|
||||
"avx512-4vnniw": false,
|
||||
"vmx": false,
|
||||
"vme": true,
|
||||
"dtes64": false,
|
||||
"mtrr": true,
|
||||
"rdtscp": true,
|
||||
"pse36": true,
|
||||
"kvm-pv-tlb-flush": false,
|
||||
"tbm": false,
|
||||
"wdt": false,
|
||||
"pause_filter": false,
|
||||
"sha-ni": false,
|
||||
"model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
|
||||
"abm": true,
|
||||
"avx512pf": false,
|
||||
"xstore-en": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "libvirt-49"
|
||||
}
|
||||
|
||||
{
|
||||
"return": {
|
||||
"model": {
|
||||
@ -18683,7 +18737,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "libvirt-49"
|
||||
"id": "libvirt-50"
|
||||
}
|
||||
|
||||
{
|
||||
@ -18938,7 +18992,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "libvirt-50"
|
||||
"id": "libvirt-51"
|
||||
}
|
||||
|
||||
{
|
||||
|
@ -198,9 +198,10 @@
|
||||
<flag name='tpm-crb'/>
|
||||
<flag name='pr-manager-helper'/>
|
||||
<flag name='qom-list-properties'/>
|
||||
<flag name='memory-backend-file.discard-data'/>
|
||||
<version>2011090</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>390060</microcodeVersion>
|
||||
<microcodeVersion>390813</microcodeVersion>
|
||||
<package>v2.12.0-rc0</package>
|
||||
<arch>x86_64</arch>
|
||||
<hostCPU type='kvm' model='base' migratability='yes'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user