index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
container-base.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/vfio/container-base.c: rename file to container.c
Mark Cave-Ayland
2025-09-25
1
-350
/
+0
*
include/hw/vfio/vfio-container-base.h: rename file to vfio-container.h
Mark Cave-Ayland
2025-09-25
1
-1
/
+1
*
include/hw/vfio/vfio-container-base.h: rename VFIOContainerBase to VFIOContainer
Mark Cave-Ayland
2025-09-25
1
-19
/
+22
*
vfio/iommufd: use IOMMU_IOAS_MAP_FILE
Steve Sistare
2025-07-03
1
-0
/
+9
*
vfio/container: pass MemoryRegion to DMA operations
John Levon
2025-06-05
1
-2
/
+2
*
vfio: add device IO ops vector
John Levon
2025-05-09
1
-5
/
+1
*
vfio: add unmap_all flag to DMA unmap callback
John Levon
2025-05-09
1
-2
/
+2
*
vfio: Rename VFIODevice related services
Cédric Le Goater
2025-04-25
1
-3
/
+3
*
vfio: Rename vfio-common.h to vfio-device.h
Cédric Le Goater
2025-04-25
1
-1
/
+1
*
vfio: Rename vfio_get_dirty_bitmap()
Cédric Le Goater
2025-04-25
1
-2
/
+3
*
vfio: Rename vfio_devices_all_device_dirty_tracking()
Cédric Le Goater
2025-04-25
1
-2
/
+3
*
vfio: Rename vfio_devices_all_dirty_tracking_started()
Cédric Le Goater
2025-04-25
1
-3
/
+3
*
vfio: Make vfio_container_query_dirty_bitmap() static
Cédric Le Goater
2025-04-25
1
-12
/
+12
*
vfio: Make vfio_devices_query_dirty_bitmap() static
Cédric Le Goater
2025-04-25
1
-3
/
+3
*
vfio: Move dirty tracking related services into container-base.c
Cédric Le Goater
2025-04-25
1
-0
/
+138
*
vfio: Move VFIOAddressSpace helpers into container-base.c
Cédric Le Goater
2025-04-25
1
-0
/
+50
*
vfio/container: Add dirty tracking started flag
Avihai Horon
2024-12-26
1
-1
/
+11
*
vfio/container: Fix container object destruction
Cédric Le Goater
2024-11-18
1
-1
/
+1
*
vfio-container-base: Introduce vfio_container_get_iova_ranges() helper
Eric Auger
2024-07-09
1
-0
/
+15
*
vfio/container: Move vfio_container_destroy() to an instance_finalize() handler
Cédric Le Goater
2024-06-24
1
-1
/
+3
*
vfio/container: Remove vfio_container_init()
Cédric Le Goater
2024-06-24
1
-5
/
+0
*
vfio/container: Remove VFIOContainerBase::ops
Cédric Le Goater
2024-06-24
1
-13
/
+24
*
vfio/container: Introduce an instance_init() handler
Cédric Le Goater
2024-06-24
1
-6
/
+13
*
vfio/container: Change VFIOContainerBase to use QOM
Cédric Le Goater
2024-06-24
1
-1
/
+3
*
vfio/container: Simplify vfio_container_init()
Cédric Le Goater
2024-06-24
1
-2
/
+1
*
vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
Zhenzhong Duan
2024-05-16
1
-4
/
+4
*
vfio: Add Error** argument to .get_dirty_bitmap() handler
Cédric Le Goater
2024-05-16
1
-3
/
+3
*
vfio: Add Error** argument to .set_dirty_page_tracking() handler
Cédric Le Goater
2024-05-16
1
-2
/
+2
*
vfio/container: Introduce a VFIOIOMMU QOM interface
Cédric Le Goater
2024-01-05
1
-1
/
+11
*
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
2023-12-19
1
-1
/
+1
*
vfio/iommufd: Relax assert check for iommufd backend
Zhenzhong Duan
2023-12-19
1
-0
/
+4
*
vfio/spapr: switch to spapr IOMMU BE add/del_section_window
Zhenzhong Duan
2023-12-19
1
-0
/
+21
*
vfio/container: Move iova_ranges to base container
Zhenzhong Duan
2023-12-19
1
-0
/
+3
*
vfio/container: Move listener to base container
Eric Auger
2023-12-19
1
-0
/
+1
*
vfio/container: Move vrdl_list to base container
Zhenzhong Duan
2023-12-19
1
-0
/
+1
*
vfio/container: Move pgsizes and dma_max_mappings to base container
Eric Auger
2023-12-19
1
-0
/
+1
*
vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...
Eric Auger
2023-12-19
1
-0
/
+16
*
vfio/container: Move space field to base container
Eric Auger
2023-12-19
1
-1
/
+5
*
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
/
+9
*
vfio/container: Switch to dma_map|unmap API
Eric Auger
2023-12-19
1
-0
/
+32