On Mon, Mar 09, 2026 at 03:50:05PM +0100, Philippe Mathieu-Daudé wrote: > Date: Mon, 9 Mar 2026 15:50:05 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v2 03/10] hw/i386/x86: Remove @pvh_enabled argument in > x86_load_linux() > X-Mailer: git-send-email 2.53.0 > > x86_load_linux()'s @pvh_enabled is now always %true: remove it. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Thomas Huth <[email protected]> > Message-Id: <[email protected]> > --- > include/hw/i386/microvm.h | 2 +- > include/hw/i386/x86.h | 3 +-- > hw/i386/microvm.c | 2 +- > hw/i386/nitro_enclave.c | 2 +- > hw/i386/pc.c | 4 ++-- > hw/i386/x86-common.c | 3 +-- > 6 files changed, 7 insertions(+), 9 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
