On Fri, Jun 27, 2025 at 11:51:25AM +0800, Zhao Liu wrote: > Hi, > > Since the previsor unified cache model series has already introduced a > new compat property "x-vendor-cpuid-only-v2", it's a chance to once > again consolidate more vendor-specific CPUIDs. > > I also checked the CPUID leaves currently supported by Intel & AMD and > found that since the previous "x-vendor-cpuid-only," AMD has already > cleaned up the Intel-specific CPUIDs quite well. > > As for Intel, the only cleanup needed is for the "extended function > CPUID" leaves (0x80000000~0x80000008). That's what this series does. > > This series is based on: > > <20250626083105.2581859-1-zhao1....@intel.com> > > Or you can find the code at: > > https://gitlab.com/zhao.liu/qemu/-/tree/cache-model-v2.6-rebase-06-23-2025
For the whole series, Reviewed-by: Tao Su <tao1...@linux.intel.com> > > Thanks and Best Regards, > Zhao > --- > Zhao Liu (4): > i386/cpu: Mark EBX/ECX/EDX in CPUID 0x80000000 leaf as reserved for > Intel > i386/cpu: Mark CPUID 0x80000007[EBX] as reserved for Intel > i386/cpu: Mark ECX/EDX in CPUID 0x80000008 leaf as reserved for Intel > i386/cpu: Reorder CPUID leaves in cpu_x86_cpuid() > > target/i386/cpu.c | 83 ++++++++++++++++++++++++++++------------------- > 1 file changed, 49 insertions(+), 34 deletions(-) > > -- > 2.34.1 > >