summaryrefslogtreecommitdiffstats
path: root/hw/i386/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-4/+20
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-4/+5
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-7/+17
* memory: tune last param of iommu_ops.translate()Peter Xu2017-05-251-2/+2
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-181-1/+14
|\
| * iommu: Don't crash if machine is not PC_MACHINEEduardo Habkost2017-05-101-1/+14
* | iommu: Remove FIXME comment about user_creatable=trueEduardo Habkost2017-05-171-4/+1Star
* | sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost2017-05-171-0/+5
|/
* trace: Avoid abuse of amdvi_mmio_readEric Blake2017-03-241-2/+1Star
* i386: amd_iommu: fix MMIO register count and accessPrasad J Pandit2016-12-161-1/+1
* hw/iommu: Fix problems reported by Coverity scanDavid Kiarie2016-10-041-9/+13
* intel_iommu, amd_iommu: allow UNMAP notifiersPeter Xu2016-09-271-3/+7
* memory: introduce IOMMUOps.notify_flag_changedPeter Xu2016-09-271-2/+4
* hw/i386: AMD IOMMU IVRS tableDavid Kiarie2016-09-241-0/+2
* hw/i386: Introduce AMD IOMMUDavid Kiarie2016-09-241-0/+1200