aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/intel_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-3/+20
2023-11-06hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): assert no overflowVladimir Sementsov-Ogievskiy1-3/+20
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu1-1/+5
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-48/+102
2023-10-22intel-iommu: Report interrupt remapping faults, fix return valueDavid Woodhouse1-48/+102
2023-10-19hw/i386/intel_iommu: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé1-3/+2
2023-09-29intel_iommu: Fix shadow local variables on "size"Peter Xu1-4/+4
2023-09-20i386: spelling fixesMichael Tokarev1-2/+2
2023-09-07target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé1-1/+1
2023-08-03hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()Thomas Huth1-1/+1
2023-08-03hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth1-8/+8
2023-08-03hw/i386/intel_iommu: Fix trivial endianness problemsThomas Huth1-0/+5
2023-06-26intel_iommu: Fix address space unmapZhenzhong Duan1-1/+1
2023-06-26intel_iommu: Fix flag check in replayZhenzhong Duan1-1/+1
2023-06-26intel_iommu: Fix a potential issue in VFIO dirty page syncZhenzhong Duan1-6/+3
2023-04-24intel_iommu: refine iotlb hash calculationJason Wang1-4/+5
2023-04-05Revert "memory: Optimize replay of guest mapping"Peter Maydell1-1/+1
2023-03-02intel-iommu: send UNMAP notifications for domain or global inv descPeter Xu1-5/+9
2023-03-02intel-iommu: fail DEVIOTLB_UNMAP without dt modeJason Wang1-0/+8
2023-03-02intel-iommu: fail MAP notifier without caching modeJason Wang1-0/+7
2023-03-02memory: Optimize replay of guest mappingZhenzhong Duan1-1/+1
2023-01-06KVM: remove support for kernel-irqchip=offPaolo Bonzini1-2/+2
2022-11-07intel-iommu: PASID supportJason Wang1-101/+317
2022-11-07intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a functionJason Wang1-14/+28
2022-11-07intel-iommu: drop VTDBusJason Wang1-118/+116
2022-11-07intel-iommu: don't warn guest errors when getting rid2pasid entryJason Wang1-6/+6
2022-10-09Revert "intel_iommu: Fix irqchip / X2APIC configuration checks"Peter Xu1-0/+5
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez1-3/+3
2022-05-16intel-iommu: update iq_dw during post loadJason Wang1-6/+15
2022-05-16intel-iommu: update root_scalable before switching as during post_loadJason Wang1-7/+7
2022-05-16intel-iommu: block output address in interrupt address rangeJason Wang1-1/+26
2022-05-16intel-iommu: remove VTD_FR_RESERVED_ERRJason Wang1-6/+0
2022-05-16intel_iommu: Fix irqchip / X2APIC configuration checksDavid Woodhouse1-6/+1
2022-05-16intel_iommu: Only allow interrupt remapping to be enabled if it's supportedDavid Woodhouse1-1/+3
2022-05-16intel_iommu: Support IR-only mode without DMA translationDavid Woodhouse1-4/+10
2022-05-13intel-iommu: correct the value used for error_setg_errno()Jason Wang1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-06intel_iommu: support snoop controlJason Wang1-1/+13
2022-01-07intel-iommu: correctly check passthrough during translationJason Wang1-15/+23
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-11/+17
2021-11-29intel-iommu: ignore leaf SNP bit in scalable modeJason Wang1-0/+6
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson1-1/+1
2021-11-02util: Make some iova_tree parameters constEugenio Pérez1-1/+1
2021-11-01hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker1-3/+0
2021-09-16intel_iommu: Fix typo in commentsCai Huoqing1-4/+4
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-03-12dma: Introduce dma_aligned_pow2_mask()Eric Auger1-23/+7
2021-03-12intel_iommu: Fix mask may be uninitialized in vtd_context_device_invalidateEric Auger1-0/+2
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana1-1/+1