summaryrefslogtreecommitdiffstats
path: root/hw/i386/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* x86-iommu: Rename QOM type macrosEduardo Habkost2020-09-021-1/+1
* amd_iommu: Use TYPE_AMD_IOMMU_PCI constantEduardo Habkost2020-08-271-1/+1
* amd_iommu: Fix amdvi_realize() error API violationMarkus Armbruster2020-07-021-2/+4
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-151-2/+1Star
* hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commandsWei Huang2020-06-101-9/+10
* hw/i386/amd_iommu.c: Fix corruption of log events passed to guestPeter Maydell2020-03-291-1/+1
* hw/i386/amd_iommu: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-181-7/+7
* hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-1/+2
* memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-7/+10
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+2
* Categorize devices: iommuErnest Esene2019-04-251-0/+2
* update copyright noticeDavid Kiarie2019-03-111-1/+1
* x86-iommu: switch intr_supported to OnOffAuto typePeter Xu2018-12-201-1/+1
* x86_iommu/amd: Add interrupt remap support when VAPIC is enabledSingh, Brijesh2018-11-051-1/+68
* x86_iommu/amd: Add interrupt remap support when VAPIC is not enabledSingh, Brijesh2018-11-051-1/+198
* x86_iommu/amd: Prepare for interrupt remap supportSingh, Brijesh2018-11-051-0/+106
* x86_iommu/amd: make the address space naming consistent with intel-iommuSingh, Brijesh2018-11-051-7/+27
* x86_iommu/amd: remove V=1 check from amdvi_validate_dte()Singh, Brijesh2018-11-051-3/+7
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+1
* x86_iommu: Move machine check to x86_iommu_realize()Mohammed Gamal2018-01-181-11/+2Star
* amd_iommu: avoid needless includes in header filePhilippe Mathieu-Daudé2017-12-181-1/+4
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* 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