[libvirt PATCH 08/15] cpu_map: Add missing feature "fb-clear"

Tim Wiederhake posted 15 patches 1 year, 4 months ago
There is a newer version of this series
[libvirt PATCH 08/15] cpu_map: Add missing feature "fb-clear"
Posted by Tim Wiederhake 1 year, 4 months ago
Signed-off-by: Tim Wiederhake <twiederh@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 5309ea00ec..c0f6a3c6d0 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -735,6 +735,9 @@
   <feature name='taa-no'>
     <msr index='0x10a' edx='0x00000000' eax='0x00000100'/>
   </feature>
+  <feature name='fb-clear'>
+    <msr index='0x10a' edx='0x00000000' eax='0x00020000'/>
+  </feature>
 
   <!-- IA32_CORE_CAPABILITIES features -->
   <feature name='split-lock-detect'>
-- 
2.39.2