On 07/03/2026 16.26, Philippe Mathieu-Daudé wrote:
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]> --- include/hw/i386/intel_iommu.h | 1 - hw/i386/intel_iommu.c | 11 +---------- 2 files changed, 1 insertion(+), 11 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
