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
/
container-base.c
Age
Commit message (
Expand
)
Author
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: Introduce an instance_init() handler
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-05-16
vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
Zhenzhong Duan
2024-05-16
vfio: Add Error** argument to .get_dirty_bitmap() handler
Cédric Le Goater
2024-05-16
vfio: Add Error** argument to .set_dirty_page_tracking() handler
Cédric Le Goater
2024-01-05
vfio/container: Introduce a VFIOIOMMU QOM interface
Cédric Le Goater
2023-12-19
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
2023-12-19
vfio/iommufd: Relax assert check for iommufd backend
Zhenzhong Duan
2023-12-19
vfio/spapr: switch to spapr IOMMU BE add/del_section_window
Zhenzhong Duan
2023-12-19
vfio/container: Move iova_ranges to base container
Zhenzhong Duan
2023-12-19
vfio/container: Move listener to base container
Eric Auger
2023-12-19
vfio/container: Move vrdl_list to base container
Zhenzhong Duan
2023-12-19
vfio/container: Move pgsizes and dma_max_mappings to base container
Eric Auger
2023-12-19
vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...
Eric Auger
2023-12-19
vfio/container: Move space field to base container
Eric Auger
2023-12-19
vfio/common: Move giommu_list in base container
Eric Auger
2023-12-19
vfio/common: Introduce vfio_container_init/destroy helper
Zhenzhong Duan
2023-12-19
vfio/container: Switch to dma_map|unmap API
Eric Auger