qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC v6 06/13] dma/rc4030: Mark all IOMMUTLBEntry as IOMMU_IOTLB_NONE ty


From: Eugenio Pérez
Subject: [RFC v6 06/13] dma/rc4030: Mark all IOMMUTLBEntry as IOMMU_IOTLB_NONE type
Date: Wed, 26 Aug 2020 16:36:44 +0200

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
---
 hw/dma/rc4030.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/dma/rc4030.c b/hw/dma/rc4030.c
index 7eddc9a776..8eee12b1cb 100644
--- a/hw/dma/rc4030.c
+++ b/hw/dma/rc4030.c
@@ -506,6 +506,7 @@ static IOMMUTLBEntry rc4030_dma_translate(IOMMUMemoryRegion 
*iommu, hwaddr addr,
         .translated_addr = 0,
         .addr_mask = DMA_PAGESIZE - 1,
         .perm = IOMMU_NONE,
+        .type = DEV_IOTLB_NONE,
     };
     uint64_t i, entry_address;
     dma_pagetable_entry entry;
-- 
2.18.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]