mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-08 09:10:45 -07:00
i386: indicate that 'pconfig' feature was removed intentionally
pconfig feature was added in5131dc433dand removed in712f807e19. This patch mark this feature as known to QEMU and removed by intentinally. This follows the convention of9ccb9784b5andf1a23522b0dealing with 'osxsave' and 'ospke'. Signed-off-by: Denis V. Lunev <den@openvz.org> CC: Paolo Bonzini <pbonzini@redhat.com> CC: Richard Henderson <rth@twiddle.net> CC: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20190719111222.14943-1-den@openvz.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
21e709aa07
commit
2924ab02c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1083,7 +1083,7 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
|
|||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, "md-clear", NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, NULL /* pconfig */, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, "spec-ctrl", "stibp",
|
||||
NULL, "arch-capabilities", "core-capability", "ssbd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue