mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-10 21:15:35 +00:00
target/i386: define md-clear bit
md-clear is a new CPUID bit which is set when microcode provides the mechanism to invoke a flush of various exploitable CPU buffers by invoking the VERW instruction. Backports commit b2ae52101fca7f9547ac2f388085dbc58f8fe1c0 from qemu
This commit is contained in:
parent
4a1b8d64bd
commit
a4f2517f46
|
@ -879,7 +879,7 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
|
|||
.feat_names = {
|
||||
NULL, NULL, "avx512-4vnniw", "avx512-4fmaps",
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, "md-clear", NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
|
Loading…
Reference in a new issue