summaryrefslogtreecommitdiff
path: root/hw/i386/amd_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-18x86_iommu: Move machine check to x86_iommu_realize()Mohammed Gamal1-11/+2
2017-12-18amd_iommu: avoid needless includes in header filePhilippe Mathieu-Daudé1-1/+4
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-4/+20
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-4/+5
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-7/+17
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu1-2/+2
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-1/+14
2017-05-17iommu: Remove FIXME comment about user_creatable=trueEduardo Habkost1-4/+1
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost1-0/+5
2017-05-10iommu: Don't crash if machine is not PC_MACHINEEduardo Habkost1-1/+14
2017-03-24trace: Avoid abuse of amdvi_mmio_readEric Blake1-2/+1
2016-12-16i386: amd_iommu: fix MMIO register count and accessPrasad J Pandit1-1/+1
2016-10-04hw/iommu: Fix problems reported by Coverity scanDavid Kiarie1-9/+13
2016-09-27intel_iommu, amd_iommu: allow UNMAP notifiersPeter Xu1-3/+7
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu1-2/+4
2016-09-24hw/i386: AMD IOMMU IVRS tableDavid Kiarie1-0/+2
2016-09-24hw/i386: Introduce AMD IOMMUDavid Kiarie1-0/+1200