Re: [PATCH 2/6] target/i386: add avx10-version property

2024-10-28 Thread Tao Su
On Mon, Oct 28, 2024 at 11:10:45PM +0800, Xiaoyao Li wrote: > On 10/28/2024 10:45 AM, Tao Su wrote: > > Introduce avx10-version property so that avx10 version can be controlled > > by user and cpu model. Per spec, avx10 version can never be 0, the default > > value of avx10-version is set to 0 to d

Re: [PATCH 2/6] target/i386: add avx10-version property

2024-10-28 Thread Xiaoyao Li
On 10/28/2024 10:45 AM, Tao Su wrote: Introduce avx10-version property so that avx10 version can be controlled by user and cpu model. Per spec, avx10 version can never be 0, the default value of avx10-version is set to 0 to determine whether it is specified by user. I think it's better to merge

[PATCH 2/6] target/i386: add avx10-version property

2024-10-27 Thread Tao Su
Introduce avx10-version property so that avx10 version can be controlled by user and cpu model. Per spec, avx10 version can never be 0, the default value of avx10-version is set to 0 to determine whether it is specified by user. Tested-by: Xuelian Guo Signed-off-by: Tao Su --- target/i386/cpu.c