[libvirt PATCH 5/8] cpu_map: Add missing feature "sgx-aex-notify"

Tim Wiederhake twiederh at redhat.com
Thu Mar 9 13:20:08 UTC 2023


Introduced in qemu d45f24fe75.

Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
---
 src/cpu_map/x86_features.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
index fc11af0717..9caf0c65ed 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -473,6 +473,9 @@
   <feature name='sgx-kss'>
     <cpuid eax_in='0x12' ecx_in='0x01' eax='0x00000080'/>
   </feature>
+  <feature name='sgx-aex-notify'>
+    <cpuid eax_in='0x12' ecx_in='0x01' eax='0x00000400'/>
+  </feature>
 
   <!-- cpuid level 0x00000014 ecx 0x0 features -->
   <feature name='intel-pt-lip'>
-- 
2.39.2



More information about the libvir-list mailing list