Re: [PATCH v2 0/8] Add AVX10.1 CPUID support and GraniteRapids-v2 model

2024-10-30 Thread Tao Su
On Wed, Oct 30, 2024 at 09:35:43AM +0100, Paolo Bonzini wrote: > Il mer 30 ott 2024, 04:23 Tao Su ha scritto: > > > > I don't have a Granite Rapids machine, so please test! :) > > > > I test it on Granite Rapids and all meet expection with my minor changes on > > patch4 :) > > > > Thanks, can yo

Re: [PATCH v2 0/8] Add AVX10.1 CPUID support and GraniteRapids-v2 model

2024-10-30 Thread Paolo Bonzini
Il mer 30 ott 2024, 04:23 Tao Su ha scritto: > > I don't have a Granite Rapids machine, so please test! :) > > I test it on Granite Rapids and all meet expection with my minor changes on > patch4 :) > Thanks, can you send v3? Paolo > > > Paolo > > > > Paolo Bonzini (3): > > target/i386: cpu:

Re: [PATCH v2 0/8] Add AVX10.1 CPUID support and GraniteRapids-v2 model

2024-10-29 Thread Tao Su
On Tue, Oct 29, 2024 at 04:18:50PM +0100, Paolo Bonzini wrote: > Most of the patches here are from Tao Su's v1. The main issue in his > version were two: > > - overlooking kvm_cpu_xsave_init(), which currently looks at ExtSaveArea. > This would get a bit ugly for extended save states that are e

[PATCH v2 0/8] Add AVX10.1 CPUID support and GraniteRapids-v2 model

2024-10-29 Thread Paolo Bonzini
Most of the patches here are from Tao Su's v1. The main issue in his version were two: - overlooking kvm_cpu_xsave_init(), which currently looks at ExtSaveArea. This would get a bit ugly for extended save states that are enabled by both AVX512 and AVX10. Patches 1-2 change kvm_cpu_xsave_init