On Thu, May 08, 2025 at 03:35:42PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 8 May 2025 15:35:42 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v4 19/27] target/i386/cpu: Remove > CPUX86State::full_cpuid_auto_level field > X-Mailer: git-send-email 2.47.1 > > The CPUX86State::full_cpuid_auto_level boolean was only > disabled for the pc-q35-2.7 and pc-i440fx-2.7 machines, > which got removed. Being now always %true, we can remove > it and simplify x86_cpu_expand_features(). > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > target/i386/cpu.h | 3 -- > target/i386/cpu.c | 106 ++++++++++++++++++++++------------------------ > 2 files changed, 51 insertions(+), 58 deletions(-)
This property is a fix, so, Reviewed-by: Zhao Liu <zhao1....@intel.com>