aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/intel_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-08intel_iommu: Skip page walking on device iotlb invalidationsEugenio Pérez1-0/+4
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez1-1/+1
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez1-39/+49
2020-12-08memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez1-2/+2
2020-10-30intel_iommu: Fix two misuse of "0x%u" printsPeter Xu1-2/+2
2020-09-02x86-iommu: Rename QOM type macrosEduardo Habkost1-1/+1
2020-09-01hw: Remove superfluous breaksLiao Pingfang1-1/+0
2020-07-24error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-3/+3
2020-07-22intel_iommu: Use correct shift for 256 bits qi descriptorLiu Yi L1-1/+6
2020-07-07intel_iommu: "aw-bits" error message still refers to "x-aw-bits"Menno Lageman1-1/+1
2020-03-16hw/i386/intel_iommu: Fix out-of-bounds access on guest IRTJan Kiszka1-0/+6
2020-03-08hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logicPhilippe Mathieu-Daudé1-15/+17
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-06intel_iommu: add present bit check for pasid table entriesLiu Yi L1-19/+73
2020-01-06intel_iommu: a fix to vtd_find_as_from_bus_num()Liu Yi L1-0/+1
2020-01-05intel_iommu: fix bug to read DMAR_RTADDR_REGYi Sun1-4/+3
2019-11-25intel_iommu: TM field should not be in reserved bitsQi, Yadong1-3/+6
2019-11-25intel_iommu: refine SL-PEs reserved fields checkingQi, Yadong1-17/+20
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini1-1/+2
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger1-3/+5
2019-09-16intel_iommu: Remove the caching-mode check during flag changePeter Xu1-4/+0
2019-09-16intel_iommu: Sanity check vfio-pci config on machine init donePeter Xu1-3/+36
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-07-05intel_iommu: Fix unexpected unmaps during global unmapPeter Xu1-26/+41
2019-07-05intel_iommu: Fix incorrect "end" for vtd_address_space_unmapYan Zhao1-2/+2
2019-04-25Categorize devices: iommuErnest Esene1-0/+2
2019-04-02intel_iommu: Drop extended root fieldPeter Xu1-4/+2
2019-04-02intel_iommu: Fix root_scalable migration breakagePeter Xu1-4/+20
2019-04-02intel_iommu: Correct caching-mode error messageAlex Williamson1-1/+1
2019-03-20intel-iommu: optimize nodmar memory regionsPeter Xu1-33/+58
2019-03-12intel_iommu: add scalable-mode option to make scalable mode workYi Sun1-0/+25
2019-03-12intel_iommu: add 256 bits qi_desc supportLiu, Yi L1-11/+29
2019-03-12intel_iommu: scalable mode emulationLiu, Yi L1-92/+402
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