]> xenbits.xensource.com Git - xen.git/commit
x86/spec-ctrl: Allow the RDRAND/RDSEED features to be hidden
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 10 Jun 2020 17:57:00 +0000 (18:57 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 11 Jun 2020 15:28:04 +0000 (16:28 +0100)
commitd58c48df8c6ca819f5e6e6f1740bb114f24f024f
tree5cdf48e02970f63e5d7f7fc390751ccb2b7b30c4
parent199ae1f15894bd1bdefdf7c3e44688127be3ba19
x86/spec-ctrl: Allow the RDRAND/RDSEED features to be hidden

RDRAND/RDSEED can be hidden using cpuid= to mitigate SRBDS if microcode
isn't available.

This is part of XSA-320 / CVE-2020-0543.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Julien Grall <jgrall@amazon.com>
(cherry picked from commit 7028534d8482d25860c4d1aa8e45f0b911abfc5a)
docs/misc/xen-command-line.pandoc
xen/arch/x86/cpuid.c