index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-iommu.c
Age
Commit message (
Expand
)
Author
2024-07-22
virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domain
Eric Auger
2024-07-22
virtio-iommu: Remove the end point on detach
Eric Auger
2024-07-22
virtio-iommu: Free [host_]resv_ranges on unset_iommu_devices
Eric Auger
2024-07-22
virtio-iommu: Remove probe_done
Eric Auger
2024-07-22
Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged"
Eric Auger
2024-07-09
virtio-iommu: Revert transient enablement of IOMMU MR in bypass mode
Eric Auger
2024-07-09
memory: remove IOMMU MR iommu_set_page_size_mask() callback
Eric Auger
2024-07-09
virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()
Eric Auger
2024-07-09
HostIOMMUDevice : remove Error handle from get_iova_ranges callback
Eric Auger
2024-07-09
virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()
Eric Auger
2024-07-03
virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged
Cédric Le Goater
2024-07-01
virtio-iommu: add error check before assert
Manos Pitsidianakis
2024-06-24
virtio-iommu: Remove the implementation of iommu_set_iova_range
Eric Auger
2024-06-24
virtio-iommu: Compute host reserved regions
Eric Auger
2024-06-24
virtio-iommu: Implement set|unset]_iommu_device() callbacks
Eric Auger
2024-03-12
virtio-iommu: Add an option to define the input range width
Eric Auger
2024-03-12
virtio-iommu: Change the default granule to the host page size
Eric Auger
2024-03-12
virtio-iommu: Add a granule property
Eric Auger
2024-02-14
virtio_iommu: Clear IOMMUPciBus pointer cache when system reset
Zhenzhong Duan
2023-12-30
hw/virtio: Constify VMState
Richard Henderson
2023-12-02
virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()
Eric Auger
2023-11-03
hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
Yi Liu
2023-11-03
virtio-iommu: Consolidate host reserved regions and property set ones
Eric Auger
2023-11-03
virtio-iommu: Implement set_iova_ranges() callback
Eric Auger
2023-11-03
virtio-iommu: Record whether a probe request has been issued
Eric Auger
2023-11-03
virtio-iommu: Introduce per IOMMUDevice reserved regions
Eric Auger
2023-11-03
virtio-iommu: Rename reserved_regions into prop_resv_regions
Eric Auger
2023-11-03
memory: Let ReservedRegion use Range
Eric Auger
2023-08-03
virtio-iommu: Standardize granule extraction and formatting
Eric Auger
2023-08-03
hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()
Eric Auger
2023-07-10
virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()
Eric Auger
2023-07-10
virtio-iommu: Fix 64kB host page size VFIO device assignment
Eric Auger
2023-06-23
hw/virtio: Remove unnecessary 'virtio-access.h' header
Philippe Mathieu-Daudé
2023-06-23
hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()
Philippe Mathieu-Daudé
2023-01-28
hw: Use TYPE_PCI_BUS definition where appropriate
Philippe Mathieu-Daudé
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
2022-07-26
hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAP
Jean-Philippe Brucker
2022-06-27
virtio-iommu: Fix migration regression
Zhenzhong Duan
2022-06-27
virtio-iommu: Fix the partial copy of probe request
Zhenzhong Duan
2022-06-16
virtio-iommu: Add an assert check in translate routine
Zhenzhong Duan
2022-06-16
virtio-iommu: Use recursive lock to avoid deadlock
Zhenzhong Duan
2022-06-16
virtio-iommu: Add bypass mode support to assigned device
Zhenzhong Duan
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-04-19
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2022-04-08
virtio-iommu: use-after-free fix
Wentao Liang
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-06
virtio-iommu: Support bypass domain
Jean-Philippe Brucker
2022-03-06
virtio-iommu: Default to bypass during boot
Jean-Philippe Brucker
2021-12-15
virtio-iommu: Fix the domain_range end
Eric Auger
[next]