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
/
include
/
hw
/
virtio
/
virtio-iommu.h
Age
Commit message (
Expand
)
Author
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-07-10
virtio-iommu: Fix 64kB host page size VFIO device assignment
Eric Auger
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-03-06
virtio-iommu: Default to bypass during boot
Jean-Philippe Brucker
2021-10-20
virtio-iommu: Drop base_name and change generic_name
Eric Auger
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-03
virtio-iommu: Implement RESV_MEM probe request
Eric Auger
2020-03-16
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2020-02-27
virtio-iommu-pci: Add virtio iommu pci support
Eric Auger
2020-02-27
virtio-iommu: Implement attach/detach command
Eric Auger
2020-02-27
virtio-iommu: Add skeleton
Eric Auger