mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-21 06:13:54 +00:00
i386: Add stibp flag name
The STIBP flag may be supported by the host KVM module, so QEMU can allow it to be configured manually, and it can be exposed to guests when using "-cpu host". No additional migration code is required because the whole contents of spec_ctrl is already migrated in the "cpu/spec_ctrl" section. Backports commit 0e8916582991b9fd0b94850a8444b8b80d0a0955 from qemu
This commit is contained in:
parent
10d7f18674
commit
030aa55c08
1 changed files with 1 additions and 1 deletions
|
|
@ -883,7 +883,7 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
|
|||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, "pconfig", NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, "spec-ctrl", NULL,
|
||||
NULL, NULL, "spec-ctrl", "stibp",
|
||||
NULL, "arch-capabilities", NULL, "ssbd",
|
||||
},
|
||||
.cpuid = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue