On Mon, Mar 09, 2026 at 03:50:04PM +0100, Philippe Mathieu-Daudé wrote: > Date: Mon, 9 Mar 2026 15:50:04 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v2 02/10] hw/i386/pc: Remove PCMachineClass::pvh_enabled > field > X-Mailer: git-send-email 2.53.0 > > The PCMachineClass::pvh_enabled boolean was only used by > the pc-q35-3.1 and pc-i440fx-3.1 machines, which got removed. > Remove it. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Thomas Huth <[email protected]> > Message-Id: <[email protected]> > --- > include/hw/i386/pc.h | 3 --- > hw/i386/pc.c | 6 ++---- > hw/i386/x86-common.c | 3 +-- > 3 files changed, 3 insertions(+), 9 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
