aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-22virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domainEric Auger1-0/+1
2024-07-22virtio-iommu: Remove the end point on detachEric Auger1-0/+1
2024-07-22virtio-iommu: Free [host_]resv_ranges on unset_iommu_devicesEric Auger1-34/+28
2024-07-22virtio-iommu: Remove probe_doneEric Auger1-3/+0
2024-07-22Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged"Eric Auger1-21/+0
2024-07-09virtio-iommu: Revert transient enablement of IOMMU MR in bypass modeEric Auger1-12/+0
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger1-45/+0
2024-07-09virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()Eric Auger1-2/+55
2024-07-09HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger1-1/+1
2024-07-09virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()Eric Auger1-1/+6
2024-07-03virtio-iommu: Clear IOMMUDevice when VFIO device is unpluggedCédric Le Goater1-0/+21
2024-07-01virtio-iommu: add error check before assertManos Pitsidianakis1-0/+22
2024-06-24virtio-iommu: Remove the implementation of iommu_set_iova_rangeEric Auger1-67/+0
2024-06-24virtio-iommu: Compute host reserved regionsEric Auger1-34/+113
2024-06-24virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger1-0/+82
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