summaryrefslogtreecommitdiffstats
path: root/hw/arm/smmuv3.c
Commit message (Expand)AuthorAgeFilesLines
* hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé2020-02-201-6/+4Star
* hw/arm/smmuv3: Report F_STE_FETCH fault address in correct word positionSimon Veith2019-12-201-1/+1
* hw/arm/smmuv3: Align stream table base address to table sizeSimon Veith2019-12-201-4/+14
* hw/arm/smmuv3: Check stream IDs against actual table LOG2SIZESimon Veith2019-12-201-2/+6
* hw/arm/smmuv3: Apply address mask to linear strtab base addressSimon Veith2019-12-201-1/+1
* memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-8/+10
* hw/arm/smmuv3: Remove spurious error messages on IOVA invalidationsEric Auger2019-09-031-8/+11
* hw/arm/smmuv3: Log a guest error when decoding an invalid STEEric Auger2019-09-031-0/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/arm/smmuv3: Fix decoding of ID register rangePeter Maydell2019-06-131-1/+1
* hw/arm/smmuv3: Remove SMMUNotifierNodeEric Auger2019-04-291-21/+7Star
* hw/arm/smmuv3: fix eventq recording and IRQ triggerringEric Auger2018-09-251-1/+1
* arm/smmuv3: Fix missing VMSD terminatorDr. David Alan Gilbert2018-07-301-0/+1
* hw/arm/smmuv3: Add notifications on invalidationEric Auger2018-06-261-2/+97
* hw/arm/smmuv3: IOTLB emulationEric Auger2018-06-261-4/+94
* hw/arm/smmuv3: Cache/invalidate config dataEric Auger2018-06-261-5/+130
* hw/arm/smmuv3: Fix translate error handlingJia He2018-06-261-29/+65
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+1
* hw/arm/smmuv3: Fix Coverity issue in smmuv3_record_eventEric Auger2018-05-181-1/+1
* hw/arm/smmuv3: Abort on vfio or vhost caseEric Auger2018-05-041-0/+11
* hw/arm/smmuv3: Implement translate callbackEric Auger2018-05-041-0/+358
* hw/arm/smmuv3: Event queue recording helperEric Auger2018-05-041-4/+100
* hw/arm/smmuv3: Implement MMIO write operationsEric Auger2018-05-041-5/+165
* hw/arm/smmuv3: Queue helpersEric Auger2018-05-041-0/+136
* hw/arm/smmuv3: Wired IRQ and GERROR helpersEric Auger2018-05-041-0/+64
* hw/arm/smmuv3: SkeletonPrem Mallappa2018-05-041-0/+366