Skip to content

Commit

Permalink
i386: indicate that 'pconfig' feature was removed intentionally
Browse files Browse the repository at this point in the history
pconfig feature was added in 5131dc4 and removed in 712f807.
This patch mark this feature as known to QEMU and removed by
intentinally. This follows the convention of 9ccb978 and f1a2352
dealing 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>
  • Loading branch information
Denis V. Lunev authored and bonzini committed Jul 19, 2019
1 parent 21e709a commit 2924ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/i386/cpu.c
Expand Up @@ -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",
Expand Down

0 comments on commit 2924ab0

Please sign in to comment.