summaryrefslogtreecommitdiff
path: root/hw/i386/intel_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-01intel-iommu: Accept 64-bit writes to FEADDRJan Kiszka1-2/+9
2018-01-18x86_iommu: Move machine check to x86_iommu_realize()Mohammed Gamal1-11/+2
2018-01-18intel-iommu: Extend address width to 48 bitsPrasad Singamsetty1-42/+59
2018-01-18intel-iommu: Redefine macros to enable supporting 48 bit address widthPrasad Singamsetty1-23/+31
2017-12-22intel_iommu: fix error param in stringPeter Xu1-1/+1
2017-12-22intel_iommu: remove X86_IOMMU_PCI_DEVFN_MAXPeter Xu1-5/+5
2017-09-08intel_iommu: fix missing BQL in pt fast pathPeter Xu1-0/+15
2017-08-02intel_iommu: use access_flags for iotlbPeter Xu1-8/+7
2017-08-02intel_iommu: fix iova for ptPeter Xu1-2/+2
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-5/+20
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-8/+9
2017-07-03intel_iommu: fix migration breakage on mr switchPeter Xu1-0/+15
2017-07-03intel_iommu: relax iq tail check on VTD_GCMD_QIE enableLadi Prosek1-14/+19
2017-06-16intel_iommu: cleanup vtd_interrupt_remap_msi()Peter Xu1-7/+5
2017-06-16intel_iommu: cleanup vtd_{do_}iommu_translate()Peter Xu1-24/+42
2017-06-16intel_iommu: switching the rest DPRINTF to tracePeter Xu1-245/+110
2017-05-25intel_iommu: support passthrough (PT)Peter Xu1-59/+172
2017-05-25intel_iommu: allow dev-iotlb context entry conditionallyPeter Xu1-13/+36
2017-05-25intel_iommu: use IOMMU_ACCESS_FLAG()Peter Xu1-1/+1
2017-05-25intel_iommu: provide vtd_ce_get_type()Peter Xu1-1/+6
2017-05-25intel_iommu: renaming context entry helpersPeter Xu1-12/+12
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-2/+12
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-2/+12
2017-04-20intel_iommu: enable remote IOTLBPeter Xu1-13/+178
2017-04-20intel_iommu: allow dynamic switch of IOMMU regionPeter Xu1-5/+76
2017-04-20intel_iommu: provide its own replay() callbackPeter Xu1-5/+177
2017-04-20intel_iommu: use the correct memory region for device IOTLB notificationJason Wang1-1/+1
2017-02-17intel_iommu: vtd_slpt_level_shift check levelPeter Xu1-0/+1
2017-02-17intel_iommu: convert dbg macros to trace for transPeter Xu1-45/+24
2017-02-17intel_iommu: convert dbg macros to traces for invPeter Xu1-57/+38
2017-02-17intel_iommu: renaming gpa to iova where properPeter Xu1-22/+22
2017-02-17intel_iommu: simplify irq region translationPeter Xu1-22/+6
2017-02-17intel_iommu: add "caching-mode" optionAviv Ben-David1-0/+5
2017-02-01intel_iommu: fix and simplify size calculation in process_device_iotlb_desc()Jason Wang1-1/+9
2017-01-10intel_iommu: support device iotlb descriptorJason Wang1-5/+78
2017-01-10intel_iommu: allocate new key when creating new address spaceJason Wang1-2/+3
2017-01-10intel_iommu: name vtd address space with devfnJason Wang1-1/+3
2017-01-10intel_iommu: allow migrationPeter Xu1-1/+21
2016-11-30intel_iommu: fix incorrect device invalidatePeter Xu1-0/+1
2016-11-15intel_iommu: fix incorrect assertPeter Xu1-1/+1
2016-11-15intel_iommu: fix several incorrect endianess and bit fieldsPeter Xu1-1/+1
2016-11-15intel_iommu: fixing source id during IOTLB hash key calculationJason Wang1-1/+1
2016-10-17intel_iommu: reject broken EIMRadim Krčmář1-1/+15
2016-10-17intel_iommu: add OnOffAuto intr_eim as "eim" propertyRadim Krčmář1-3/+21
2016-10-17intel_iommu: redo configuraton check in realizeRadim Krčmář1-8/+18
2016-10-17intel_iommu: pass whole remapped addresses to apicRadim Krčmář1-12/+9
2016-10-10intel-iommu: Check IOAPIC's Trigger Mode against the one in IRTEFeng Wu1-0/+12