summary refs log tree commit diff stats
path: root/hw/i386/intel_iommu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-231-48/+102
|\
| * intel-iommu: Report interrupt remapping faults, fix return valueDavid Woodhouse2023-10-221-48/+102
* | hw/i386/intel_iommu: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé2023-10-191-3/+2
|/
* intel_iommu: Fix shadow local variables on "size"Peter Xu2023-09-291-4/+4
* i386: spelling fixesMichael Tokarev2023-09-201-2/+2
* target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé2023-09-071-1/+1
* hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()Thomas Huth2023-08-031-1/+1
* hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth2023-08-031-8/+8
* hw/i386/intel_iommu: Fix trivial endianness problemsThomas Huth2023-08-031-0/+5
* intel_iommu: Fix address space unmapZhenzhong Duan2023-06-261-1/+1
* intel_iommu: Fix flag check in replayZhenzhong Duan2023-06-261-1/+1
* intel_iommu: Fix a potential issue in VFIO dirty page syncZhenzhong Duan2023-06-261-6/+3
* intel_iommu: refine iotlb hash calculationJason Wang2023-04-241-4/+5
* Revert "memory: Optimize replay of guest mapping"Peter Maydell2023-04-051-1/+1
* intel-iommu: send UNMAP notifications for domain or global inv descPeter Xu2023-03-021-5/+9
* intel-iommu: fail DEVIOTLB_UNMAP without dt modeJason Wang2023-03-021-0/+8
* intel-iommu: fail MAP notifier without caching modeJason Wang2023-03-021-0/+7
* memory: Optimize replay of guest mappingZhenzhong Duan2023-03-021-1/+1
* KVM: remove support for kernel-irqchip=offPaolo Bonzini2023-01-061-2/+2
* intel-iommu: PASID supportJason Wang2022-11-071-101/+317
* intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a functionJason Wang2022-11-071-14/+28
* intel-iommu: drop VTDBusJason Wang2022-11-071-118/+116
* intel-iommu: don't warn guest errors when getting rid2pasid entryJason Wang2022-11-071-6/+6
* Revert "intel_iommu: Fix irqchip / X2APIC configuration checks"Peter Xu2022-10-091-0/+5
* util: accept iova_tree_remove_parameter by valueEugenio Pérez2022-09-021-3/+3
* intel-iommu: update iq_dw during post loadJason Wang2022-05-161-6/+15
* intel-iommu: update root_scalable before switching as during post_loadJason Wang2022-05-161-7/+7
* intel-iommu: block output address in interrupt address rangeJason Wang2022-05-161-1/+26
* intel-iommu: remove VTD_FR_RESERVED_ERRJason Wang2022-05-161-6/+0
* intel_iommu: Fix irqchip / X2APIC configuration checksDavid Woodhouse2022-05-161-6/+1
* intel_iommu: Only allow interrupt remapping to be enabled if it's supportedDavid Woodhouse2022-05-161-1/+3
* intel_iommu: Support IR-only mode without DMA translationDavid Woodhouse2022-05-161-4/+10
* intel-iommu: correct the value used for error_setg_errno()Jason Wang2022-05-131-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* intel_iommu: support snoop controlJason Wang2022-03-061-1/+13
* intel-iommu: correctly check passthrough during translationJason Wang2022-01-071-15/+23
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-11/+17
* intel-iommu: ignore leaf SNP bit in scalable modeJason Wang2021-11-291-0/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson2021-11-031-1/+1
|\
| * util: Make some iova_tree parameters constEugenio Pérez2021-11-021-1/+1
* | hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker2021-11-011-3/+0
|/
* intel_iommu: Fix typo in commentsCai Huoqing2021-09-161-4/+4
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* dma: Introduce dma_aligned_pow2_mask()Eric Auger2021-03-121-23/+7
* intel_iommu: Fix mask may be uninitialized in vtd_context_device_invalidateEric Auger2021-03-121-0/+2
* i386: move kvm accel files into kvm/Claudio Fontana2020-12-161-1/+1
* intel_iommu: Skip page walking on device iotlb invalidationsEugenio Pérez2020-12-081-0/+4
* memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez2020-12-081-1/+1
* memory: Add IOMMUTLBEventEugenio Pérez2020-12-081-39/+49