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
51 lines
2.1 KiB
Diff
51 lines
2.1 KiB
Diff
From c6fadbb2807c80bd2b812eebd932eb4a34067ccd Mon Sep 17 00:00:00 2001
|
|
From: Jiri Denemark <jdenemar@redhat.com>
|
|
Date: Thu, 7 Mar 2024 14:05:20 +0100
|
|
Subject: [PATCH] Add vmx-* features to Penryn
|
|
|
|
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
|
|
---
|
|
src/cpu_map/x86_Penryn.xml | 29 +++++++++++++++++++++++++++++
|
|
1 file changed, 29 insertions(+)
|
|
|
|
diff --git a/src/cpu_map/x86_Penryn.xml b/src/cpu_map/x86_Penryn.xml
|
|
index 29d4cd635b8..b31f96fa431 100644
|
|
--- a/src/cpu_map/x86_Penryn.xml
|
|
+++ b/src/cpu_map/x86_Penryn.xml
|
|
@@ -33,5 +33,34 @@
|
|
<feature name='ssse3'/>
|
|
<feature name='syscall'/>
|
|
<feature name='tsc'/>
|
|
+ <feature name='vmx-activity-hlt' added='yes'/>
|
|
+ <feature name='vmx-apicv-xapic' added='yes'/>
|
|
+ <feature name='vmx-cr8-load-exit' added='yes'/>
|
|
+ <feature name='vmx-cr8-store-exit' added='yes'/>
|
|
+ <feature name='vmx-entry-ia32e-mode' added='yes'/>
|
|
+ <feature name='vmx-entry-load-perf-global-ctrl' added='yes'/>
|
|
+ <feature name='vmx-exit-ack-intr' added='yes'/>
|
|
+ <feature name='vmx-exit-load-perf-global-ctrl' 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-invlpg-exit' 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-mwait-exit' added='yes'/>
|
|
+ <feature name='vmx-nmi-exit' added='yes'/>
|
|
+ <feature name='vmx-pause-exit' added='yes'/>
|
|
+ <feature name='vmx-rdpmc-exit' added='yes'/>
|
|
+ <feature name='vmx-rdtsc-exit' added='yes'/>
|
|
+ <feature name='vmx-secondary-ctls' added='yes'/>
|
|
+ <feature name='vmx-tsc-offset' added='yes'/>
|
|
+ <feature name='vmx-vintr-pending' added='yes'/>
|
|
+ <feature name='vmx-vnmi' added='yes'/>
|
|
+ <feature name='vmx-vnmi-pending' added='yes'/>
|
|
+ <feature name='vmx-wbinvd-exit' added='yes'/>
|
|
</model>
|
|
</cpus>
|