On Thu, May 08, 2025 at 03:35:30PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 8 May 2025 15:35:30 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v4 07/27] hw/i386/x86: Remove > X86MachineClass::fwcfg_dma_enabled field > X-Mailer: git-send-email 2.47.1 > > The X86MachineClass::fwcfg_dma_enabled boolean was only used > by the pc-q35-2.6 and pc-i440fx-2.6 machines, which got > removed. Remove it and simplify. > > 'multiboot.bin' isn't used anymore, we'll remove it in the > next commit. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > include/hw/i386/x86.h | 2 -- > hw/i386/microvm.c | 3 --- > hw/i386/multiboot.c | 7 +------ > hw/i386/x86-common.c | 3 +-- > hw/i386/x86.c | 2 -- > 5 files changed, 2 insertions(+), 15 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>