On Thu, May 09, 2024 at 07:00:40PM +0200, Paolo Bonzini wrote: > Date: Thu, 9 May 2024 19:00:40 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 09/13] i386: pc: remove unnecessary MachineClass overrides > X-Mailer: git-send-email 2.45.0 > > There is no need to override these fields of MachineClass because they are > already set to the right value in the superclass. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > include/hw/i386/x86.h | 4 ---- > hw/i386/pc.c | 3 --- > hw/i386/x86.c | 6 +++--- > 3 files changed, 3 insertions(+), 10 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>