On Mon, Mar 09, 2026 at 03:50:08PM +0100, Philippe Mathieu-Daudé wrote: > Date: Mon, 9 Mar 2026 15:50:08 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v2 06/10] hw/i386/iommu: Remove IntelIOMMUState::dma_drain > field > X-Mailer: git-send-email 2.53.0 > > The IntelIOMMUState::dma_drain boolean was only set in > the pc_compat_3_1[] array, via the 'dma-drain=off' property. > We removed all machines using that array, lets remove that > property and all the code around it. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Thomas Huth <[email protected]> > Message-Id: <[email protected]> > --- > include/hw/i386/intel_iommu.h | 1 - > hw/i386/intel_iommu.c | 11 +---------- > 2 files changed, 1 insertion(+), 11 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
