* [Qemu-devel] [PATCH 1/1] i386: indicate that 'pconfig' feature was removed intentionally
@ 2019-07-19 11:12 Denis V. Lunev
2019-07-19 11:41 ` Paolo Bonzini
0 siblings, 1 reply; 2+ messages in thread
From: Denis V. Lunev @ 2019-07-19 11:12 UTC (permalink / raw)
To: qemu-devel
Cc: Denis V. Lunev, Richard Henderson, Eduardo Habkost, Paolo Bonzini
pconfig feature was added in 5131dc433df and removed in 712f807e196.
This patch mark this feature as known to QEMU and removed by
intentinally. This follows the convention of 9ccb9784b57 and f1a23522b03
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>
---
target/i386/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index 88ba4dad47..b801f56354 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -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",
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] i386: indicate that 'pconfig' feature was removed intentionally
2019-07-19 11:12 [Qemu-devel] [PATCH 1/1] i386: indicate that 'pconfig' feature was removed intentionally Denis V. Lunev
@ 2019-07-19 11:41 ` Paolo Bonzini
0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2019-07-19 11:41 UTC (permalink / raw)
To: Denis V. Lunev, qemu-devel; +Cc: Eduardo Habkost, Richard Henderson
On 19/07/19 13:12, Denis V. Lunev wrote:
> pconfig feature was added in 5131dc433df and removed in 712f807e196.
> This patch mark this feature as known to QEMU and removed by
> intentinally. This follows the convention of 9ccb9784b57 and f1a23522b03
> 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>
> ---
> target/i386/cpu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target/i386/cpu.c b/target/i386/cpu.c
> index 88ba4dad47..b801f56354 100644
> --- a/target/i386/cpu.c
> +++ b/target/i386/cpu.c
> @@ -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",
>
Queued, thanks.
Paolo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-19 11:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-19 11:12 [Qemu-devel] [PATCH 1/1] i386: indicate that 'pconfig' feature was removed intentionally Denis V. Lunev
2019-07-19 11:41 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).