summaryrefslogtreecommitdiff
path: root/src/cpu_map
diff options
context:
space:
mode:
authorTim Wiederhake <twiederh@redhat.com>2021-02-22 13:20:07 +0100
committerJiri Denemark <jdenemar@redhat.com>2021-03-01 20:09:46 +0100
commit9f156b6e5116c10c7ca095cb065774c5f9a35131 (patch)
tree5eb6de8a0cc1f38a1060964eb90cfa46e42efbf5 /src/cpu_map
parente52150d2cc4d215cbe46230e13116a06f3472d74 (diff)
downloadlibvirt-9f156b6e5116c10c7ca095cb065774c5f9a35131.tar.gz
cpu_map/sync_qemu_i386.py: Add mapping for ibrs
This was added to qemu in commit 623972ceae091b31331ae4a1dc94fe5cbb891937. Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Diffstat (limited to 'src/cpu_map')
-rwxr-xr-xsrc/cpu_map/sync_qemu_i386.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu_map/sync_qemu_i386.py b/src/cpu_map/sync_qemu_i386.py
index 2a16e48520..02e6724f65 100755
--- a/src/cpu_map/sync_qemu_i386.py
+++ b/src/cpu_map/sync_qemu_i386.py
@@ -76,6 +76,7 @@ def translate_feature(name):
"CPUID_8000_0008_EBX_AMD_SSBD": "amd-ssbd",
"CPUID_8000_0008_EBX_CLZERO": "clzero",
"CPUID_8000_0008_EBX_IBPB": "ibpb",
+ "CPUID_8000_0008_EBX_IBRS": "ibrs",
"CPUID_8000_0008_EBX_STIBP": "amd-stibp",
"CPUID_8000_0008_EBX_WBNOINVD": "wbnoinvd",
"CPUID_8000_0008_EBX_XSAVEERPTR": "xsaveerptr",