[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: |
Paolo Bonzini |
|
Subject: |
Re: [RFC PATCH 1/7] x86: Fix the 64-byte boundary enumeration for extended state |
|
Date: |
Tue, 18 Jan 2022 13:37:20 +0100 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 |
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.
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