[PATCH] cpu_map: Add missing feature "bhi-no"

Tim Wiederhake posted 1 patch 10 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250207143945.20199-1-twiederh@redhat.com
src/cpu_map/x86_features.xml | 3 +++
1 file changed, 3 insertions(+)
[PATCH] cpu_map: Add missing feature "bhi-no"
Posted by Tim Wiederhake 10 months, 1 week ago
Introduced in qemu commit b611931d4f70b9a3e49e39c405c63b3b5e9c0df1.

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 d06d60e230..08519a37bf 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -873,6 +873,9 @@
   <feature name='fb-clear'>
     <msr index='0x0000010a' edx='0x00000000' eax='0x00020000'/>
   </feature>
+  <feature name='bhi-no'>
+    <msr index='0x0000010a' edx='0x00000000' eax='0x00100000'/>
+  </feature>
   <feature name='pbrsb-no'>
     <msr index='0x0000010a' edx='0x00000000' eax='0x01000000'/>
   </feature>
-- 
2.48.1
Re: [PATCH] cpu_map: Add missing feature "bhi-no"
Posted by Michal Prívozník 10 months, 1 week ago
On 2/7/25 15:39, Tim Wiederhake wrote:
> Introduced in qemu commit b611931d4f70b9a3e49e39c405c63b3b5e9c0df1.
> 
> Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
> ---
>  src/cpu_map/x86_features.xml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Michal