aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-iommu.c
AgeCommit message (Expand)Author
2023-08-03virtio-iommu: Standardize granule extraction and formattingEric Auger
2023-08-03hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger
2023-07-10virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()Eric Auger
2023-07-10virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé
2023-06-23hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()Philippe Mathieu-Daudé
2023-01-28hw: Use TYPE_PCI_BUS definition where appropriatePhilippe Mathieu-Daudé
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster
2022-07-26hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAPJean-Philippe Brucker
2022-06-27virtio-iommu: Fix migration regressionZhenzhong Duan
2022-06-27virtio-iommu: Fix the partial copy of probe requestZhenzhong Duan
2022-06-16virtio-iommu: Add an assert check in translate routineZhenzhong Duan
2022-06-16virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan
2022-06-16virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-04-08virtio-iommu: use-after-free fixWentao Liang
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-06virtio-iommu: Support bypass domainJean-Philippe Brucker
2022-03-06virtio-iommu: Default to bypass during bootJean-Philippe Brucker
2021-12-15virtio-iommu: Fix the domain_range endEric Auger
2021-12-15virtio-iommu: Fix endianness in get_configEric Auger
2021-12-15virtio-iommu: Remove set_config callbackEric Auger
2021-03-12virtio-iommu: Handle non power of 2 range invalidationsEric Auger
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez
2020-11-03virtio-iommu: Set supported page size maskBharat Bhushan
2020-11-03virtio-iommu: Add notify_flag_changed() memory region callbackBharat Bhushan
2020-11-03virtio-iommu: Add replay() memory region callbackBharat Bhushan
2020-11-03virtio-iommu: Call memory notifiers in attach/detachBharat Bhushan
2020-11-03virtio-iommu: Add memory notifiers for map/unmapBharat Bhushan
2020-11-03virtio-iommu: Store memory region in endpoint structJean-Philippe Brucker
2020-11-03virtio-iommu: Fix virtio_iommu_mr()Jean-Philippe Brucker
2020-09-29virtio-iommu: Check gtrees are non null before destroying themEric Auger
2020-07-13virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger
2020-07-03virtio-iommu: Handle reserved regions in the translation processEric Auger
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-03-29virtio-iommu: avoid memleak in the unrealizePan Nengyuan
2020-02-27virtio-iommu: Support migrationEric Auger
2020-02-27virtio-iommu: Implement fault reportingEric Auger
2020-02-27virtio-iommu: Implement translateEric Auger
2020-02-27virtio-iommu: Implement map/unmapEric Auger
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger
2020-02-27virtio-iommu: Decode the command payloadEric Auger
2020-02-27virtio-iommu: Add skeletonEric Auger