summary refs log tree commit diff stats
path: root/hw/i386/amd_iommu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+1
* | 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/+1
* 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