Skip to content
Snippets Groups Projects
Commit 07aaced4 authored by Jiri Denemark's avatar Jiri Denemark
Browse files

cpu_map: Add TAA_NO bit for IA32_ARCH_CAPABILITIES MSR


CVE-2019-11135

CPUs with TAA_NO bit of IA32_ARCH_CAPABILITIES MSR set to 1 are not
vulnerable to TSX Asynchronous Abort and passing this bit to a guest
may avoid unnecessary mitigations.

Signed-off-by: default avatarJiri Denemark <jdenemar@redhat.com>
Reviewed-by: default avatarJán Tomko <jtomko@redhat.com>
parent 9851a0f3
No related branches found
No related tags found
No related merge requests found
......@@ -502,4 +502,7 @@
<feature name='mds-no'>
<msr index='0x10a' edx='0x00000000' eax='0x00000020'/>
</feature>
<feature name='taa-no'>
<msr index='0x10a' edx='0x00000000' eax='0x00000100'/>
</feature>
</cpus>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment