summary refs log tree commit diff stats
path: root/hw/virtio/virtio-iommu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-iommu: Add an option to define the input range widthEric Auger2024-03-121-1/+7
* virtio-iommu: Change the default granule to the host page sizeEric Auger2024-03-121-1/+1
* virtio-iommu: Add a granule propertyEric Auger2024-03-121-3/+25
* virtio_iommu: Clear IOMMUPciBus pointer cache when system resetZhenzhong Duan2024-02-141-2/+2
* hw/virtio: Constify VMStateRichard Henderson2023-12-301-6/+6
* virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()Eric Auger2023-12-021-3/+0
* hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2023-11-031-1/+5
* virtio-iommu: Consolidate host reserved regions and property set onesEric Auger2023-11-031-0/+36
* virtio-iommu: Implement set_iova_ranges() callbackEric Auger2023-11-031-0/+67
* virtio-iommu: Record whether a probe request has been issuedEric Auger2023-11-031-9/+11
* virtio-iommu: Introduce per IOMMUDevice reserved regionsEric Auger2023-11-031-8/+29
* virtio-iommu: Rename reserved_regions into prop_resv_regionsEric Auger2023-11-031-7/+8
* memory: Let ReservedRegion use RangeEric Auger2023-11-031-3/+3
* virtio-iommu: Standardize granule extraction and formattingEric Auger2023-08-031-3/+5
* hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger2023-08-031-1/+3
* virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()Eric Auger2023-07-101-12/+7
* virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger2023-07-101-2/+29
* hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé2023-06-231-1/+0
* hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()Philippe Mathieu-Daudé2023-06-231-1/+2
* hw: Use TYPE_PCI_BUS definition where appropriatePhilippe Mathieu-Daudé2023-01-281-1/+2
* Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-2/+1
* hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAPJean-Philippe Brucker2022-07-261-19/+28
* virtio-iommu: Fix migration regressionZhenzhong Duan2022-06-271-0/+8
* virtio-iommu: Fix the partial copy of probe requestZhenzhong Duan2022-06-271-4/+4
* virtio-iommu: Add an assert check in translate routineZhenzhong Duan2022-06-161-0/+4
* virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan2022-06-161-9/+11
* virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan2022-06-161-2/+113
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-2/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-04-191-1/+0
|\
| * Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* | virtio-iommu: use-after-free fixWentao Liang2022-04-081-0/+1
|/
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* virtio-iommu: Support bypass domainJean-Philippe Brucker2022-03-061-5/+34
* virtio-iommu: Default to bypass during bootJean-Philippe Brucker2022-03-061-8/+52
* virtio-iommu: Fix the domain_range endEric Auger2021-12-151-2/+2
* virtio-iommu: Fix endianness in get_configEric Auger2021-12-151-8/+16
* virtio-iommu: Remove set_config callbackEric Auger2021-12-151-14/+0
* virtio-iommu: Handle non power of 2 range invalidationsEric Auger2021-03-121-3/+16
* vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu2021-02-051-0/+5
* machine: introduce MachineInitPhasePaolo Bonzini2020-12-151-1/+1
* memory: Add IOMMUTLBEventEugenio Pérez2020-12-081-14/+16
* virtio-iommu: Set supported page size maskBharat Bhushan2020-11-031-0/+50
* virtio-iommu: Add notify_flag_changed() memory region callbackBharat Bhushan2020-11-031-0/+14
* virtio-iommu: Add replay() memory region callbackBharat Bhushan2020-11-031-0/+40
* virtio-iommu: Call memory notifiers in attach/detachBharat Bhushan2020-11-031-0/+32
* virtio-iommu: Add memory notifiers for map/unmapBharat Bhushan2020-11-031-0/+56
* virtio-iommu: Store memory region in endpoint structJean-Philippe Brucker2020-11-031-1/+10
* virtio-iommu: Fix virtio_iommu_mr()Jean-Philippe Brucker2020-11-031-1/+1
* virtio-iommu: Check gtrees are non null before destroying themEric Auger2020-09-291-2/+6
* virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger2020-07-131-0/+1