On Mon, Mar 09, 2026 at 03:50:09PM +0100, Philippe Mathieu-Daudé wrote: > Date: Mon, 9 Mar 2026 15:50:09 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v2 07/10] target/i386/cpu: Remove > X86CPU::intel_pt_auto_level field > X-Mailer: git-send-email 2.53.0 > > The X86CPU::intel_pt_auto_level boolean was only set in the > pc_compat_3_1[] array, via the 'x-intel-pt-auto-level=off' > property. We removed all machines using that array, let's > emove that property and all the code around it. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Thomas Huth <[email protected]> > Message-Id: <[email protected]> > --- > target/i386/cpu.h | 3 --- > target/i386/cpu.c | 10 +--------- > 2 files changed, 1 insertion(+), 12 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
