From: Avi Kivity <avi@redhat.com>
To: Andre Przywara <andre.przywara@amd.com>
Cc: "kvm@vger.kernel.org" <kvm@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/4] x86: Fix misnamed AMD CPUID feature bit
Date: Sun, 05 Sep 2010 18:53:17 +0300 [thread overview]
Message-ID: <4C83BCED.6020905@redhat.com> (raw)
In-Reply-To: <4C83B939.60005@amd.com>
On 09/05/2010 06:37 PM, Andre Przywara wrote:
>>> diff --git a/arch/x86/include/asm/cpufeature.h
>>> b/arch/x86/include/asm/cpufeature.h
>>> index 781a50b..c9c73d8 100644
>>> --- a/arch/x86/include/asm/cpufeature.h
>>> +++ b/arch/x86/include/asm/cpufeature.h
>>> @@ -152,7 +152,7 @@
>>> #define X86_FEATURE_3DNOWPREFETCH (6*32+ 8) /* 3DNow prefetch
>>> instructions */
>>> #define X86_FEATURE_OSVW (6*32+ 9) /* OS Visible Workaround */
>>> #define X86_FEATURE_IBS (6*32+10) /* Instruction Based
>>> Sampling */
>>> -#define X86_FEATURE_SSE5 (6*32+11) /* SSE-5 */
>>> +#define X86_FEATURE_XOP (6*32+11) /* extended AVX
>>> instructions */
>>> #define X86_FEATURE_SKINIT (6*32+12) /* SKINIT/STGI
>>> instructions */
>>> #define X86_FEATURE_WDT (6*32+13) /* Watchdog timer */
>>> #define X86_FEATURE_NODEID_MSR (6*32+19) /* NodeId MSR */
>>
>> Even with the -stable update, there may be distributions which have
>> kernels with the old name. That means userspace would need to look
>> for both names if it wants to be sure.
>
> CPUs having XOP will not be available before next year, and since XOP
> is using the same register set as AVX, it cannot be used without
> proper XSAVE/XRESTORE support. I am not sure when exactly XSAVE was
> introduced in the kernel, but I think this limits the usability of
> older kernels for XOP.
> I see that there is a faint possibility of causing trouble, but I
> don't see any real alternative.
Perhaps it reduces trouble, since userspace can't conclude anything from
seeing the sse5 or xop flag. It needs to use a cpuid osxsave; xgetbv;
cpuid xop to be sure it can actually use the instructions.
All that remains is user confusion, but I see no real alternative either.
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2010-09-05 15:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1283506069-1096-1-git-send-email-andre.przywara@amd.com>
[not found] ` <1283506069-1096-2-git-send-email-andre.przywara@amd.com>
[not found] ` <4C834FCA.4020207@redhat.com>
2010-09-05 15:37 ` [PATCH 1/4] x86: Fix misnamed AMD CPUID feature bit Andre Przywara
2010-09-05 15:53 ` Avi Kivity [this message]
[not found] ` <1283506069-1096-4-git-send-email-andre.przywara@amd.com>
[not found] ` <4C8350C5.7050302@redhat.com>
2010-09-06 12:05 ` [PATCH 3/4] x86: Fix allowed CPUID bits for KVM guests Andre Przywara
2010-09-06 12:14 ` Avi Kivity
2010-09-06 13:14 [PATCH 0/4 -v2] x86: update AMD CPUID bits Andre Przywara
2010-09-06 13:14 ` [PATCH 1/4] x86: Fix misnamed AMD CPUID feature bit Andre Przywara
-- strict thread matches above, loose matches on Subject: below --
2010-09-03 8:03 [PATCH 0/4] x86: update AMD CPUID bits Andre Przywara
2010-09-03 8:03 ` [PATCH 1/4] x86: Fix misnamed AMD CPUID feature bit Andre Przywara
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C83BCED.6020905@redhat.com \
--to=avi@redhat.com \
--cc=andre.przywara@amd.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox