mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 05:25:11 +00:00
i386: define the AMD 'virt-ssbd' CPUID feature bit (CVE-2018-3639)
AMD Zen expose the Intel equivalant to Speculative Store Bypass Disable via the 0x80000008_EBX[25] CPUID feature bit. This needs to be exposed to guest OS to allow them to protect against CVE-2018-3639. Backports commit 403503b162ffc33fb64cfefdf7b880acf41772cd from qemu
This commit is contained in:
parent
860411e045
commit
a08dcb8aa6
|
@ -734,7 +734,7 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
|
|||
"ibpb", NULL, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, "virt-ssbd", NULL, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
},
|
||||
0x80000008,
|
||||
|
|
Loading…
Reference in a new issue