On Tue, May 06, 2025 at 04:38:50PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:38:50 +0200 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v3 04/19] target/i386/cpu: Remove X86CPU::check_cpuid field > X-Mailer: git-send-email 2.47.1 > > The X86CPU::check_cpuid boolean was only set in the > pc_compat_2_4[] array, via the 'check=off' property. > We removed all machines using that array, lets remove > that CPU property and simplify x86_cpu_realizefn(). > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Daniel P. Berrangé <[email protected]> > --- > target/i386/cpu.h | 1 - > target/i386/cpu.c | 3 +-- > 2 files changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
