summary refs log tree commit diff stats
path: root/hw/virtio/virtio-iommu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/virtio: Constify all PropertyRichard Henderson2024-12-151-1/+1
* virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domainEric Auger2024-07-221-0/+1
* virtio-iommu: Remove the end point on detachEric Auger2024-07-221-0/+1
* virtio-iommu: Free [host_]resv_ranges on unset_iommu_devicesEric Auger2024-07-221-34/+28
* virtio-iommu: Remove probe_doneEric Auger2024-07-221-3/+0
* Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged"Eric Auger2024-07-221-21/+0
* virtio-iommu: Revert transient enablement of IOMMU MR in bypass modeEric Auger2024-07-091-12/+0
* memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger2024-07-091-45/+0
* virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()Eric Auger2024-07-091-2/+55
* HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger2024-07-091-1/+1
* virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()Eric Auger2024-07-091-1/+6
* virtio-iommu: Clear IOMMUDevice when VFIO device is unpluggedCédric Le Goater2024-07-031-0/+21
* virtio-iommu: add error check before assertManos Pitsidianakis2024-07-011-0/+22
* virtio-iommu: Remove the implementation of iommu_set_iova_rangeEric Auger2024-06-241-67/+0
* virtio-iommu: Compute host reserved regionsEric Auger2024-06-241-34/+113
* virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger2024-06-241-0/+82
* 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