aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12virtio-iommu: Add an option to define the input range widthEric Auger1-1/+7
2024-03-12virtio-iommu: Change the default granule to the host page sizeEric Auger1-1/+1
2024-03-12virtio-iommu: Add a granule propertyEric Auger1-3/+25
2024-02-14virtio_iommu: Clear IOMMUPciBus pointer cache when system resetZhenzhong Duan1-2/+2
2023-12-30hw/virtio: Constify VMStateRichard Henderson1-6/+6
2023-12-02virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()Eric Auger1-3/+0
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu1-1/+5
2023-11-03virtio-iommu: Consolidate host reserved regions and property set onesEric Auger1-0/+36
2023-11-03virtio-iommu: Implement set_iova_ranges() callbackEric Auger1-0/+67
2023-11-03virtio-iommu: Record whether a probe request has been issuedEric Auger1-9/+11
2023-11-03virtio-iommu: Introduce per IOMMUDevice reserved regionsEric Auger1-8/+29
2023-11-03virtio-iommu: Rename reserved_regions into prop_resv_regionsEric Auger1-7/+8
2023-11-03memory: Let ReservedRegion use RangeEric Auger1-3/+3
2023-08-03virtio-iommu: Standardize granule extraction and formattingEric Auger1-3/+5
2023-08-03hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger1-1/+3
2023-07-10virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()Eric Auger1-12/+7
2023-07-10virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger1-2/+29
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-06-23hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()Philippe Mathieu-Daudé1-1/+2
2023-01-28hw: Use TYPE_PCI_BUS definition where appropriatePhilippe Mathieu-Daudé1-1/+2
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-2/+1
2022-07-26hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAPJean-Philippe Brucker1-19/+28
2022-06-27virtio-iommu: Fix migration regressionZhenzhong Duan1-0/+8
2022-06-27virtio-iommu: Fix the partial copy of probe requestZhenzhong Duan1-4/+4
2022-06-16virtio-iommu: Add an assert check in translate routineZhenzhong Duan1-0/+4
2022-06-16virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan1-9/+11
2022-06-16virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan1-2/+113
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-2/+1
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-1/+0
2022-04-08virtio-iommu: use-after-free fixWentao Liang1-0/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-06virtio-iommu: Support bypass domainJean-Philippe Brucker1-5/+34
2022-03-06virtio-iommu: Default to bypass during bootJean-Philippe Brucker1-8/+52
2021-12-15virtio-iommu: Fix the domain_range endEric Auger1-2/+2
2021-12-15virtio-iommu: Fix endianness in get_configEric Auger1-8/+16
2021-12-15virtio-iommu: Remove set_config callbackEric Auger1-14/+0
2021-03-12virtio-iommu: Handle non power of 2 range invalidationsEric Auger1-3/+16
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu1-0/+5
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez1-14/+16
2020-11-03virtio-iommu: Set supported page size maskBharat Bhushan1-0/+50
2020-11-03virtio-iommu: Add notify_flag_changed() memory region callbackBharat Bhushan1-0/+14
2020-11-03virtio-iommu: Add replay() memory region callbackBharat Bhushan1-0/+40
2020-11-03virtio-iommu: Call memory notifiers in attach/detachBharat Bhushan1-0/+32
2020-11-03virtio-iommu: Add memory notifiers for map/unmapBharat Bhushan1-0/+56
2020-11-03virtio-iommu: Store memory region in endpoint structJean-Philippe Brucker1-1/+10
2020-11-03virtio-iommu: Fix virtio_iommu_mr()Jean-Philippe Brucker1-1/+1
2020-09-29virtio-iommu: Check gtrees are non null before destroying themEric Auger1-2/+6
2020-07-13virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger1-0/+1