On Fri, May 02, 2025 at 08:56:37PM +0200, Philippe Mathieu-Daudé wrote: > Date: Fri, 2 May 2025 20:56:37 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 05/19] 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. > > 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(-)
Note for myself: fwcfg_dma_enabled is not a property. Reviewed-by: Zhao Liu <zhao1....@intel.com>