aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/intel_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-05intel_iommu: reset intr_enabled when system resetPeter Xu1-0/+1
2019-02-05intel_iommu: fix operator in vtd_switch_address_spacePeter Xu1-1/+1
2018-12-20x86-iommu: switch intr_supported to OnOffAuto typePeter Xu1-3/+3
2018-12-19intel_iommu: remove "x-" prefix for "aw-bits"Peter Xu1-1/+1
2018-12-19intel_iommu: dma read/write draining supportPeter Xu1-0/+4
2018-12-19intel_iommu: convert invalid traces into error reportsPeter Xu1-15/+43
2018-12-19intel_iommu: dump correct iova when failedPeter Xu1-1/+1
2018-11-05x86_iommu: move vtd_generate_msi_message in common fileSingh, Brijesh1-28/+4
2018-11-05x86_iommu: move the kernel-irqchip check in common codeSingh, Brijesh1-7/+0
2018-11-05intel_iommu: handle invalid ce for shadow syncPeter Xu1-0/+17
2018-11-05intel_iommu: move ce fetching out when sync shadowPeter Xu1-28/+13
2018-11-05intel_iommu: better handling of dmar state switchPeter Xu1-7/+14
2018-11-05intel_iommu: introduce vtd_reset_caches()Peter Xu1-4/+9
2018-08-27intel-iommu: replace more vtd_err_* tracesPeter Xu1-18/+46
2018-08-27intel-iommu: start to use error_report_oncePeter Xu1-28/+37
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell1-1/+1
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell1-3/+3
2018-05-23intel-iommu: rework the page walk logicPeter Xu1-58/+155
2018-05-23intel-iommu: trace domain id during page walkPeter Xu1-6/+10
2018-05-23intel-iommu: pass in address space when page walkPeter Xu1-0/+4
2018-05-23intel-iommu: introduce vtd_page_walk_infoPeter Xu1-32/+52
2018-05-23intel-iommu: only do page walk for MAP notifiersPeter Xu1-5/+39
2018-05-23intel-iommu: add iommu lockPeter Xu1-9/+47
2018-05-23intel-iommu: remove IntelIOMMUNotifierNodePeter Xu1-30/+11
2018-05-23intel-iommu: send PSI always even if across PDEsPeter Xu1-12/+30
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