qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/3] target/i386: move linuxboot_dma_enabled to X86MachineSta


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 1/3] target/i386: move linuxboot_dma_enabled to X86MachineState
Date: Wed, 20 Oct 2021 21:13:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

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 <pbonzini@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é <philmd@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]