Re: [PATCH 09/13] i386: pc: remove unnecessary MachineClass overrides

2024-05-10 Thread Zhao Liu
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 > Subject: [PATCH 09/13] i386: pc: remove unnecessary MachineClass overrides > X-Mailer: git-send-email 2.45.0 > > There is no need to overri

[PATCH 09/13] i386: pc: remove unnecessary MachineClass overrides

2024-05-09 Thread Paolo Bonzini
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 --- include/hw/i386/x86.h | 4 hw/i386/pc.c | 3 --- hw/i386/x86.c | 6 +++--- 3 files changed, 3 insertions(+), 10 dele