qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] intel_iommu: Remove an unused state field
@ 2025-10-27  7:52 CLEMENT MATHIEU--DRIF
  2025-10-27 10:38 ` Philippe Mathieu-Daudé
  2025-10-27 19:14 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: CLEMENT MATHIEU--DRIF @ 2025-10-27  7:52 UTC (permalink / raw)
  To: qemu-devel@nongnu.org
  Cc: mst@redhat.com, zhenzhong.duan@intel.com, kevin.tian@intel.com,
	yi.l.liu@intel.com, CLEMENT MATHIEU--DRIF

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 <clement.mathieu--drif@eviden.com>
---
 include/hw/i386/intel_iommu.h | 1 -
 1 file changed, 1 deletion(-)

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 */
 
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] intel_iommu: Remove an unused state field
  2025-10-27  7:52 [PATCH] intel_iommu: Remove an unused state field CLEMENT MATHIEU--DRIF
@ 2025-10-27 10:38 ` Philippe Mathieu-Daudé
  2025-10-27 19:14 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-10-27 10:38 UTC (permalink / raw)
  To: CLEMENT MATHIEU--DRIF, qemu-devel@nongnu.org
  Cc: mst@redhat.com, zhenzhong.duan@intel.com, kevin.tian@intel.com,
	yi.l.liu@intel.com

On 27/10/25 08:52, CLEMENT MATHIEU--DRIF wrote:
> 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 <clement.mathieu--drif@eviden.com>
> ---
>   include/hw/i386/intel_iommu.h | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] intel_iommu: Remove an unused state field
  2025-10-27  7:52 [PATCH] intel_iommu: Remove an unused state field CLEMENT MATHIEU--DRIF
  2025-10-27 10:38 ` Philippe Mathieu-Daudé
@ 2025-10-27 19:14 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-10-27 19:14 UTC (permalink / raw)
  To: CLEMENT MATHIEU--DRIF, qemu-devel@nongnu.org
  Cc: mst@redhat.com, zhenzhong.duan@intel.com, kevin.tian@intel.com,
	yi.l.liu@intel.com

On 27/10/25 08:52, CLEMENT MATHIEU--DRIF wrote:
> 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 <clement.mathieu--drif@eviden.com>
> ---
>   include/hw/i386/intel_iommu.h | 1 -
>   1 file changed, 1 deletion(-)

Queued, thanks!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-10-27 19:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27  7:52 [PATCH] intel_iommu: Remove an unused state field CLEMENT MATHIEU--DRIF
2025-10-27 10:38 ` Philippe Mathieu-Daudé
2025-10-27 19:14 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).