[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 1/7] x86: Fix the 64-byte boundary enumeration for extend
|
From: |
Yang Zhong |
|
Subject: |
Re: [RFC PATCH 1/7] x86: Fix the 64-byte boundary enumeration for extended state |
|
Date: |
Fri, 21 Jan 2022 15:14:38 +0800 |
|
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Jan 18, 2022 at 01:37:20PM +0100, Paolo Bonzini wrote:
> On 1/11/22 03:22, Yang Zhong wrote:
> > Thanks Kevin, I will update this in next version.
>
> Also:
>
> The extended state subleaves (EAX=0Dh, ECX=n, n>1).ECX[1]
> indicate whether the extended state component locates
> on the next 64-byte boundary following the preceding state
> component when the compacted format of an XSAVE area is
> used.
>
> Right now, they are all zero because no supported component
> needed the bit to be set, but the upcoming AMX feature will
> use it. Fix the subleaves value according to KVM's supported
> cpuid.
>
Thanks Paolo, I will update this in new version.
Yang
> Paolo
[RFC PATCH 2/7] x86: Add AMX XTILECFG and XTILEDATA components, Yang Zhong, 2022/01/07
[RFC PATCH 3/7] x86: Grant AMX permission for guest, Yang Zhong, 2022/01/07