index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
/
vfio
/
vfio-container-base.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HostIOMMUDevice: Introduce get_page_size_mask() callback
Eric Auger
2024-07-09
1
-0
/
+7
*
vfio-container-base: Introduce vfio_container_get_iova_ranges() helper
Eric Auger
2024-07-09
1
-0
/
+2
*
vfio/container: Move vfio_container_destroy() to an instance_finalize() handler
Cédric Le Goater
2024-06-24
1
-3
/
+0
*
vfio/container: Remove vfio_container_init()
Cédric Le Goater
2024-06-24
1
-2
/
+0
*
vfio/container: Remove VFIOContainerBase::ops
Cédric Le Goater
2024-06-24
1
-1
/
+0
*
vfio/container: Change VFIOContainerBase to use QOM
Cédric Le Goater
2024-06-24
1
-9
/
+3
*
vfio/container: Simplify vfio_container_init()
Cédric Le Goater
2024-06-24
1
-1
/
+0
*
vfio: Create host IOMMU device instance
Zhenzhong Duan
2024-06-24
1
-0
/
+3
*
vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
Zhenzhong Duan
2024-05-16
1
-6
/
+6
*
vfio: Make VFIOIOMMUClass::setup() return bool
Zhenzhong Duan
2024-05-16
1
-1
/
+1
*
vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
Zhenzhong Duan
2024-05-16
1
-2
/
+2
*
vfio: Add Error** argument to .get_dirty_bitmap() handler
Cédric Le Goater
2024-05-16
1
-4
/
+15
*
vfio: Add Error** argument to .set_dirty_page_tracking() handler
Cédric Le Goater
2024-05-16
1
-2
/
+16
*
vfio: allow cpr-reboot migration if suspended
Steve Sistare
2024-03-08
1
-0
/
+1
*
vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interface
Cédric Le Goater
2024-01-05
1
-1
/
+1
*
vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interface
Cédric Le Goater
2024-01-05
1
-0
/
+1
*
vfio/container: Intoduce a new VFIOIOMMUClass::setup handler
Cédric Le Goater
2024-01-05
1
-0
/
+1
*
vfio/container: Introduce a VFIOIOMMU legacy QOM interface
Cédric Le Goater
2024-01-05
1
-0
/
+1
*
vfio/container: Introduce a VFIOIOMMU QOM interface
Cédric Le Goater
2024-01-05
1
-4
/
+19
*
vfio/spapr: Extend VFIOIOMMUOps with a release handler
Cédric Le Goater
2024-01-05
1
-0
/
+1
*
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
2023-12-19
1
-5
/
+7
*
vfio/pci: Introduce a vfio pci hot reset interface
Zhenzhong Duan
2023-12-19
1
-0
/
+3
*
vfio/spapr: switch to spapr IOMMU BE add/del_section_window
Zhenzhong Duan
2023-12-19
1
-0
/
+5
*
vfio/spapr: Introduce spapr backend and target interface
Zhenzhong Duan
2023-12-19
1
-0
/
+6
*
vfio/container: Move iova_ranges to base container
Zhenzhong Duan
2023-12-19
1
-0
/
+1
*
vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base container
Eric Auger
2023-12-19
1
-0
/
+2
*
vfio/container: Move listener to base container
Eric Auger
2023-12-19
1
-0
/
+3
*
vfio/container: Move vrdl_list to base container
Zhenzhong Duan
2023-12-19
1
-0
/
+11
*
vfio/container: Move pgsizes and dma_max_mappings to base container
Eric Auger
2023-12-19
1
-0
/
+2
*
vfio/container: Move per container device list in base container
Zhenzhong Duan
2023-12-19
1
-0
/
+1
*
vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap API
Eric Auger
2023-12-19
1
-0
/
+6
*
vfio/container: Move space field to base container
Eric Auger
2023-12-19
1
-0
/
+9
*
vfio/common: Move giommu_list in base container
Eric Auger
2023-12-19
1
-0
/
+9
*
vfio/common: Introduce vfio_container_init/destroy helper
Zhenzhong Duan
2023-12-19
1
-0
/
+4
*
vfio/container: Switch to dma_map|unmap API
Eric Auger
2023-12-19
1
-0
/
+7
*
vfio: Introduce base object for VFIOContainer and targeted interface
Zhenzhong Duan
2023-12-19
1
-0
/
+50