From: CLEMENT MATHIEU--DRIF Date: Mon, 27 Oct 2025 07:52:57 +0000 (+0000) Subject: hw/i386/intel_iommu: Remove an unused state field X-Git-Tag: v10.2.0-rc1~41^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3114ec3e69a60db602205b3fe69e62ebccfbf0ad;p=thirdparty%2Fqemu.git hw/i386/intel_iommu: Remove an unused state field dma_translation has been moved to x86-iommu and is no longer referenced. Fixes: b6b49c2cd6c2 (intel-iommu: Move dma_translation to x86-iommu) Signed-off-by: Clement Mathieu--Drif Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20251027075232.95262-1-clement.mathieu--drif@eviden.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/include/hw/i386/intel_iommu.h b/include/hw/i386/intel_iommu.h index 47730ac3c7..b2f1ef9595 100644 --- a/include/hw/i386/intel_iommu.h +++ b/include/hw/i386/intel_iommu.h @@ -307,7 +307,6 @@ struct IntelIOMMUState { bool buggy_eim; /* Force buggy EIM unless eim=off */ uint8_t aw_bits; /* Host/IOVA address width (in bits) */ bool dma_drain; /* Whether DMA r/w draining enabled */ - bool dma_translation; /* Whether DMA translation supported */ bool pasid; /* Whether to support PASID */ bool fs1gp; /* First Stage 1-GByte Page Support */