On 10/20/21 16:02, Paolo Bonzini wrote: > This removes a parameter from x86_load_linux, and will avoid code > duplication between the linux and multiboot cases once multiboot > starts to support DMA. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > hw/i386/microvm.c | 5 ++++- > hw/i386/pc.c | 5 ++--- > hw/i386/pc_piix.c | 3 ++- > hw/i386/pc_q35.c | 3 ++- > hw/i386/x86.c | 5 +++-- > include/hw/i386/pc.h | 3 --- > include/hw/i386/x86.h | 5 +++-- > 7 files changed, 16 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>