summaryrefslogtreecommitdiffstats
path: root/hw/i386/intel_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* intel_iommu: fix incorrect device invalidatePeter Xu2016-11-301-0/+1
* intel_iommu: fix incorrect assertPeter Xu2016-11-151-1/+1
* intel_iommu: fix several incorrect endianess and bit fieldsPeter Xu2016-11-151-1/+1
* intel_iommu: fixing source id during IOTLB hash key calculationJason Wang2016-11-151-1/+1
* intel_iommu: reject broken EIMRadim Krčmář2016-10-171-1/+15
* intel_iommu: add OnOffAuto intr_eim as "eim" propertyRadim Krčmář2016-10-171-3/+21
* intel_iommu: redo configuraton check in realizeRadim Krčmář2016-10-171-8/+18
* intel_iommu: pass whole remapped addresses to apicRadim Krčmář2016-10-171-12/+9Star
* intel-iommu: Check IOAPIC's Trigger Mode against the one in IRTEFeng Wu2016-10-101-0/+12
* intel_iommu, amd_iommu: allow UNMAP notifiersPeter Xu2016-09-271-4/+8
* memory: introduce IOMMUOps.notify_flag_changedPeter Xu2016-09-271-2/+4
* hw/i386: AMD IOMMU IVRS tableDavid Kiarie2016-09-241-0/+1
* intel_iommu: avoid unnamed fieldsMichael S. Tsirkin2016-07-211-21/+21
* intel_iommu: disallow kernel-irqchip=on with IRPeter Xu2016-07-211-0/+11
* intel_iommu: support all masks in interrupt entry cache invalidationRadim Krčmář2016-07-211-1/+1
* intel_iommu: add SID validation for IRPeter Xu2016-07-211-11/+58
* intel_iommu: Add support for Extended Interrupt ModeJan Kiszka2016-07-211-7/+9
* x86-iommu: introduce IEC notifiersPeter Xu2016-07-211-7/+29
* intel_iommu: add support for split irqchipPeter Xu2016-07-211-0/+7
* q35: ioapic: add support for emulated IOAPIC IRPeter Xu2016-07-211-1/+5
* intel_iommu: get rid of {0} initializersMichael S. Tsirkin2016-07-211-3/+3
* intel_iommu: Add support for PCI MSI remapPeter Xu2016-07-201-0/+239
* intel_iommu: handle interrupt remap enablePeter Xu2016-07-201-0/+20
* intel_iommu: define interrupt remap table addr registerPeter Xu2016-07-201-1/+51
* intel_iommu: set IR bit for ECAP registerPeter Xu2016-07-201-0/+6
* intel_iommu: allow queued invalidation for IRPeter Xu2016-07-201-0/+9
* intel_iommu: rename VTD_PCI_DEVFN_MAX to x86-iommuPeter Xu2016-07-201-4/+7
* x86-iommu: introduce parent classPeter Xu2016-07-201-2/+3
* hw/iommu: enable iommu with -deviceMarcel Apfelbaum2016-07-041-0/+16
* intel_iommu: Throw hw_error on notify_startedAlex Williamson2016-06-301-0/+12
* intel_iommu: large page supportJason Wang2016-02-061-22/+54
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* intel_iommu: Add support for translation for devices behind bridgesKnut Omang2015-10-181-16/+73
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-1/+2
* exec: RCUify AddressSpaceDispatchPaolo Bonzini2015-02-161-0/+3
* intel-iommu: add IOTLB using hash tableLe Tan2014-08-281-5/+208
* intel-iommu: add context-cache to cache context-entryLe Tan2014-08-281-28/+160
* intel-iommu: add supports for queued invalidation interfaceLe Tan2014-08-281-1/+372
* intel-iommu: introduce Intel IOMMU (VT-d) emulationLe Tan2014-08-281-0/+1257