]> xenbits.xensource.com Git - libvirt.git/commitdiff
cpu_map/sync_qemu_i386.py: Add mapping for ibrs
authorTim Wiederhake <twiederh@redhat.com>
Mon, 22 Feb 2021 12:20:07 +0000 (13:20 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 1 Mar 2021 19:09:46 +0000 (20:09 +0100)
This was added to qemu in commit 623972ceae091b31331ae4a1dc94fe5cbb891937.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu_map/sync_qemu_i386.py

index 2a16e48520fd851851c144ab9068c70eb19f5030..02e6724f65bf8c35a3ef019a337523bfab0b5f4d 100755 (executable)
@@ -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",