eabdullin
2daa9ba65a
- qemu: domain: Check arch in qemuDomainMakeCPUMigratable - conf: cpu: Introduce virCPUDefListFeatures - qemu: domain: Drop added features from migratable CPU - Add vmx-* features to Broadwell* - Add vmx-* features to Cascadelake* - Add vmx-* features to Conroe - Add vmx-* features to Cooperlake - Add vmx-* features to core2duo - Add vmx-* features to Haswell* - Add vmx-* features to Icelake* - Add vmx-* features to IvyBridge* - Add vmx-* features to kvm* - Add vmx-* features to Nehalem* - Add vmx-* features to Penryn - Add vmx-* features to SandyBridge* - Add vmx-* features to SapphireRapids - Add vmx-* features to Skylake* - Add vmx-* features to Snowridge - Add vmx-* features to Westmere* - qemu: virtiofs: do not crash if cgroups are missing - qemu: virtiofs: set correct label when creating the socket - qemu: virtiofs: error out if getting the group or user name fails
99 lines
4.7 KiB
Diff
99 lines
4.7 KiB
Diff
From 64e3c1138a81b98f14e5f1aa1e8e2bb85cfdd1e5 Mon Sep 17 00:00:00 2001
|
|
From: Jiri Denemark <jdenemar@redhat.com>
|
|
Date: Thu, 7 Mar 2024 14:05:53 +0100
|
|
Subject: [PATCH] Add vmx-* features to Snowridge
|
|
|
|
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
|
|
---
|
|
src/cpu_map/x86_Snowridge.xml | 76 +++++++++++++++++++++++++++++++++++
|
|
1 file changed, 76 insertions(+)
|
|
|
|
diff --git a/src/cpu_map/x86_Snowridge.xml b/src/cpu_map/x86_Snowridge.xml
|
|
index 383a24d367c..bc410bd8f80 100644
|
|
--- a/src/cpu_map/x86_Snowridge.xml
|
|
+++ b/src/cpu_map/x86_Snowridge.xml
|
|
@@ -62,6 +62,82 @@
|
|
<feature name='tsc-deadline'/>
|
|
<feature name='umip'/>
|
|
<feature name='vme'/>
|
|
+ <feature name='vmx-activity-hlt' added='yes'/>
|
|
+ <feature name='vmx-apicv-register' added='yes'/>
|
|
+ <feature name='vmx-apicv-vid' added='yes'/>
|
|
+ <feature name='vmx-apicv-x2apic' added='yes'/>
|
|
+ <feature name='vmx-apicv-xapic' added='yes'/>
|
|
+ <feature name='vmx-cr3-load-noexit' added='yes'/>
|
|
+ <feature name='vmx-cr3-store-noexit' added='yes'/>
|
|
+ <feature name='vmx-cr8-load-exit' added='yes'/>
|
|
+ <feature name='vmx-cr8-store-exit' added='yes'/>
|
|
+ <feature name='vmx-desc-exit' added='yes'/>
|
|
+ <feature name='vmx-entry-ia32e-mode' added='yes'/>
|
|
+ <feature name='vmx-entry-load-efer' added='yes'/>
|
|
+ <feature name='vmx-entry-load-pat' added='yes'/>
|
|
+ <feature name='vmx-entry-load-perf-global-ctrl' added='yes'/>
|
|
+ <feature name='vmx-entry-noload-debugctl' added='yes'/>
|
|
+ <feature name='vmx-ept' added='yes'/>
|
|
+ <feature name='vmx-ept-1gb' added='yes'/>
|
|
+ <feature name='vmx-ept-2mb' added='yes'/>
|
|
+ <feature name='vmx-ept-execonly' added='yes'/>
|
|
+ <feature name='vmx-ept-wb' added='yes'/>
|
|
+ <feature name='vmx-eptad' added='yes'/>
|
|
+ <feature name='vmx-eptp-switching' added='yes'/>
|
|
+ <feature name='vmx-exit-ack-intr' added='yes'/>
|
|
+ <feature name='vmx-exit-load-efer' added='yes'/>
|
|
+ <feature name='vmx-exit-load-pat' added='yes'/>
|
|
+ <feature name='vmx-exit-load-perf-global-ctrl' added='yes'/>
|
|
+ <feature name='vmx-exit-nosave-debugctl' added='yes'/>
|
|
+ <feature name='vmx-exit-save-efer' added='yes'/>
|
|
+ <feature name='vmx-exit-save-pat' added='yes'/>
|
|
+ <feature name='vmx-exit-save-preemption-timer' added='yes'/>
|
|
+ <feature name='vmx-flexpriority' added='yes'/>
|
|
+ <feature name='vmx-hlt-exit' added='yes'/>
|
|
+ <feature name='vmx-ins-outs' added='yes'/>
|
|
+ <feature name='vmx-intr-exit' added='yes'/>
|
|
+ <feature name='vmx-invept' added='yes'/>
|
|
+ <feature name='vmx-invept-all-context' added='yes'/>
|
|
+ <feature name='vmx-invept-single-context' added='yes'/>
|
|
+ <feature name='vmx-invlpg-exit' added='yes'/>
|
|
+ <feature name='vmx-invpcid-exit' added='yes'/>
|
|
+ <feature name='vmx-invvpid' added='yes'/>
|
|
+ <feature name='vmx-invvpid-all-context' added='yes'/>
|
|
+ <feature name='vmx-invvpid-single-addr' added='yes'/>
|
|
+ <feature name='vmx-invvpid-single-context' added='yes'/>
|
|
+ <feature name='vmx-invvpid-single-context-noglobals' added='yes'/>
|
|
+ <feature name='vmx-io-bitmap' added='yes'/>
|
|
+ <feature name='vmx-io-exit' added='yes'/>
|
|
+ <feature name='vmx-monitor-exit' added='yes'/>
|
|
+ <feature name='vmx-movdr-exit' added='yes'/>
|
|
+ <feature name='vmx-msr-bitmap' added='yes'/>
|
|
+ <feature name='vmx-mtf' added='yes'/>
|
|
+ <feature name='vmx-mwait-exit' added='yes'/>
|
|
+ <feature name='vmx-nmi-exit' added='yes'/>
|
|
+ <feature name='vmx-page-walk-4' added='yes'/>
|
|
+ <feature name='vmx-pause-exit' added='yes'/>
|
|
+ <feature name='vmx-pml' added='yes'/>
|
|
+ <feature name='vmx-posted-intr' added='yes'/>
|
|
+ <feature name='vmx-preemption-timer' added='yes'/>
|
|
+ <feature name='vmx-rdpmc-exit' added='yes'/>
|
|
+ <feature name='vmx-rdrand-exit' added='yes'/>
|
|
+ <feature name='vmx-rdseed-exit' added='yes'/>
|
|
+ <feature name='vmx-rdtsc-exit' added='yes'/>
|
|
+ <feature name='vmx-rdtscp-exit' added='yes'/>
|
|
+ <feature name='vmx-secondary-ctls' added='yes'/>
|
|
+ <feature name='vmx-shadow-vmcs' added='yes'/>
|
|
+ <feature name='vmx-store-lma' added='yes'/>
|
|
+ <feature name='vmx-true-ctls' added='yes'/>
|
|
+ <feature name='vmx-tsc-offset' added='yes'/>
|
|
+ <feature name='vmx-unrestricted-guest' added='yes'/>
|
|
+ <feature name='vmx-vintr-pending' added='yes'/>
|
|
+ <feature name='vmx-vmfunc' added='yes'/>
|
|
+ <feature name='vmx-vmwrite-vmexit-fields' added='yes'/>
|
|
+ <feature name='vmx-vnmi' added='yes'/>
|
|
+ <feature name='vmx-vnmi-pending' added='yes'/>
|
|
+ <feature name='vmx-vpid' added='yes'/>
|
|
+ <feature name='vmx-wbinvd-exit' added='yes'/>
|
|
+ <feature name='vmx-xsaves' added='yes'/>
|
|
<feature name='x2apic'/>
|
|
<feature name='xgetbv1'/>
|
|
<feature name='xsave'/>
|