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
/
vfio
/
iommufd.c
Age
Commit message (
Expand
)
Author
2024-07-23
vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support
Joao Martins
2024-07-23
vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support
Joao Martins
2024-07-23
vfio/iommufd: Probe and request hwpt dirty tracking capability
Joao Martins
2024-07-23
vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...
Joao Martins
2024-07-23
vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCaps
Joao Martins
2024-07-23
vfio/{iommufd,container}: Remove caps::aw_bits
Joao Martins
2024-07-23
vfio/iommufd: Introduce auto domain creation
Joao Martins
2024-07-23
vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()
Joao Martins
2024-07-23
backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi...
Joao Martins
2024-07-09
HostIOMMUDevice: Introduce get_page_size_mask() callback
Eric Auger
2024-07-09
HostIOMMUDevice : remove Error handle from get_iova_ranges callback
Eric Auger
2024-07-09
vfio-container-base: Introduce vfio_container_get_iova_ranges() helper
Eric Auger
2024-06-24
vfio/container: Move vfio_container_destroy() to an instance_finalize() handler
Cédric Le Goater
2024-06-24
vfio/container: Remove vfio_container_init()
Cédric Le Goater
2024-06-24
vfio/container: Remove VFIOContainerBase::ops
Cédric Le Goater
2024-06-24
vfio/container: Switch to QOM
Cédric Le Goater
2024-06-24
vfio/container: Change VFIOContainerBase to use QOM
Cédric Le Goater
2024-06-24
vfio/container: Simplify vfio_container_init()
Cédric Le Goater
2024-06-24
vfio/container: Introduce vfio_address_space_insert()
Cédric Le Goater
2024-06-24
HostIOMMUDevice: Introduce get_iova_ranges callback
Eric Auger
2024-06-24
HostIOMMUDevice: Store the VFIO/VDPA agent
Eric Auger
2024-06-24
vfio: Create host IOMMU device instance
Zhenzhong Duan
2024-06-24
vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handler
Zhenzhong Duan
2024-06-24
backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devices
Zhenzhong Duan
2024-05-16
backends/iommufd: Make iommufd_backend_*() return bool
Zhenzhong Duan
2024-05-16
vfio/cpr: Make vfio_cpr_register_container() return bool
Zhenzhong Duan
2024-05-16
vfio/iommufd: Make iommufd_cdev_*() return bool
Zhenzhong Duan
2024-05-16
vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
Zhenzhong Duan
2024-05-16
vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()
Zhenzhong Duan
2024-03-19
vfio/iommufd: Fix memory leak
Cédric Le Goater
2024-03-12
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-03-12
hw/vfio/iommufd: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-08
vfio: register container for cpr
Steve Sistare
2024-01-05
vfio/iommufd: Remove the use of stat() to check file existence
Cédric Le Goater
2024-01-05
vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interface
Cédric Le Goater
2023-12-19
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
2023-12-19
vfio/pci: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
2023-12-19
vfio/iommufd: Enable pci hot reset through iommufd cdev interface
Zhenzhong Duan
2023-12-19
vfio/iommufd: Add support for iova_ranges and pgsizes
Zhenzhong Duan
2023-12-19
vfio/iommufd: Implement the iommufd backend
Yi Liu