On Tue, May 06, 2025 at 04:38:56PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:38:56 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 10/19] hw/i386/x86: Remove X86MachineClass::save_tsc_khz > field > X-Mailer: git-send-email 2.47.1 > > The X86MachineClass::save_tsc_khz boolean was only used > by the pc-q35-2.5 and pc-i440fx-2.5 machines, which got > removed. Remove it and simplify tsc_khz_needed(). > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > Reviewed-by: Thomas Huth <th...@redhat.com> > --- > include/hw/i386/x86.h | 5 ----- > hw/i386/x86.c | 1 - > target/i386/machine.c | 5 ++--- > 3 files changed, 2 insertions(+), 9 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>