summaryrefslogtreecommitdiffstats
path: root/hw/i386/intel_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* intel-iommu: Accept 64-bit writes to FEADDRJan Kiszka2018-03-011-2/+9
* x86_iommu: Move machine check to x86_iommu_realize()Mohammed Gamal2018-01-181-11/+2Star
* intel-iommu: Extend address width to 48 bitsPrasad Singamsetty2018-01-181-42/+59
* intel-iommu: Redefine macros to enable supporting 48 bit address widthPrasad Singamsetty2018-01-181-23/+31
* intel_iommu: fix error param in stringPeter Xu2017-12-221-1/+1
* intel_iommu: remove X86_IOMMU_PCI_DEVFN_MAXPeter Xu2017-12-221-5/+5
* intel_iommu: fix missing BQL in pt fast pathPeter Xu2017-09-081-0/+15
* intel_iommu: use access_flags for iotlbPeter Xu2017-08-011-8/+7Star
* intel_iommu: fix iova for ptPeter Xu2017-08-011-2/+2
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-5/+20
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-8/+9
* intel_iommu: fix migration breakage on mr switchPeter Xu2017-07-031-0/+15
* intel_iommu: relax iq tail check on VTD_GCMD_QIE enableLadi Prosek2017-07-031-14/+19
* intel_iommu: cleanup vtd_interrupt_remap_msi()Peter Xu2017-06-161-7/+5Star
* intel_iommu: cleanup vtd_{do_}iommu_translate()Peter Xu2017-06-161-24/+42
* intel_iommu: switching the rest DPRINTF to tracePeter Xu2017-06-161-245/+110Star
* intel_iommu: support passthrough (PT)Peter Xu2017-05-251-59/+172
* intel_iommu: allow dev-iotlb context entry conditionallyPeter Xu2017-05-251-13/+36
* intel_iommu: use IOMMU_ACCESS_FLAG()Peter Xu2017-05-251-1/+1
* intel_iommu: provide vtd_ce_get_type()Peter Xu2017-05-251-1/+6
* intel_iommu: renaming context entry helpersPeter Xu2017-05-251-12/+12
* 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-2/+12
|\
| * iommu: Don't crash if machine is not PC_MACHINEEduardo Habkost2017-05-101-2/+12
* | 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
|/
* intel_iommu: enable remote IOTLBPeter Xu2017-04-201-13/+178
* intel_iommu: allow dynamic switch of IOMMU regionPeter Xu2017-04-201-5/+76
* intel_iommu: provide its own replay() callbackPeter Xu2017-04-201-5/+177
* intel_iommu: use the correct memory region for device IOTLB notificationJason Wang2017-04-201-1/+1
* intel_iommu: vtd_slpt_level_shift check levelPeter Xu2017-02-171-0/+1
* intel_iommu: convert dbg macros to trace for transPeter Xu2017-02-171-45/+24Star
* intel_iommu: convert dbg macros to traces for invPeter Xu2017-02-171-57/+38Star
* intel_iommu: renaming gpa to iova where properPeter Xu2017-02-171-22/+22
* intel_iommu: simplify irq region translationPeter Xu2017-02-171-22/+6Star
* intel_iommu: add "caching-mode" optionAviv Ben-David2017-02-171-0/+5
* intel_iommu: fix and simplify size calculation in process_device_iotlb_desc()Jason Wang2017-02-011-1/+9
* intel_iommu: support device iotlb descriptorJason Wang2017-01-101-5/+78
* intel_iommu: allocate new key when creating new address spaceJason Wang2017-01-101-2/+3
* intel_iommu: name vtd address space with devfnJason Wang2017-01-101-1/+3
* intel_iommu: allow migrationPeter Xu2017-01-101-1/+21
* 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