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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-03-12
1
-0
/
+1
|
\
|
*
hw/vfio/container: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+1
*
|
Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
2024-03-12
1
-1
/
+0
|
\
\
|
*
|
migration: remove migration.h references
Steve Sistare
2024-03-11
1
-1
/
+0
|
|
/
*
/
vfio: register container for cpr
Steve Sistare
2024-03-08
1
-1
/
+10
|
/
*
vfio/container: Rename vfio_init_container to vfio_set_iommu
Zhenzhong Duan
2024-01-05
1
-3
/
+3
*
vfio/container: Replace basename with g_path_get_basename
Cédric Le Goater
2024-01-05
1
-2
/
+3
*
vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interface
Cédric Le Goater
2024-01-05
1
-12
/
+6
*
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
-9
/
+49
*
vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()
Cédric Le Goater
2024-01-05
1
-3
/
+3
*
vfio/container: Introduce vfio_legacy_setup() for further cleanups
Cédric Le Goater
2024-01-05
1
-28
/
+35
*
vfio/spapr: Extend VFIOIOMMUOps with a release handler
Cédric Le Goater
2024-01-05
1
-6
/
+4
*
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
2023-12-19
1
-16
/
+18
*
vfio/pci: Introduce a vfio pci hot reset interface
Zhenzhong Duan
2023-12-19
1
-0
/
+170
*
vfio/iommufd: Relax assert check for iommufd backend
Zhenzhong Duan
2023-12-19
1
-4
/
+0
*
vfio/container: Implement attach/detach_device
Eric Auger
2023-12-19
1
-7
/
+5
*
vfio/container: Move iova_ranges to base container
Zhenzhong Duan
2023-12-19
1
-13
/
+6
*
vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base container
Eric Auger
2023-12-19
1
-4
/
+5
*
vfio/container: Move listener to base container
Eric Auger
2023-12-19
1
-10
/
+9
*
vfio/container: Move vrdl_list to base container
Zhenzhong Duan
2023-12-19
1
-1
/
+0
*
vfio/container: Move pgsizes and dma_max_mappings to base container
Eric Auger
2023-12-19
1
-6
/
+5
*
vfio/container: Convert functions to base container
Eric Auger
2023-12-19
1
-3
/
+3
*
vfio/container: Move per container device list in base container
Zhenzhong Duan
2023-12-19
1
-6
/
+6
*
vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...
Eric Auger
2023-12-19
1
-7
/
+14
*
vfio/container: Move space field to base container
Eric Auger
2023-12-19
1
-10
/
+8
*
vfio/common: Move giommu_list in base container
Eric Auger
2023-12-19
1
-8
/
+0
*
vfio/common: Introduce vfio_container_init/destroy helper
Zhenzhong Duan
2023-12-19
1
-1
/
+3
*
vfio/container: Switch to dma_map|unmap API
Eric Auger
2023-12-19
1
-7
/
+15
*
vfio/container: Introduce a empty VFIOIOMMUOps
Zhenzhong Duan
2023-12-19
1
-0
/
+5
*
vfio/common: Move vfio_host_win_add/del into spapr.c
Zhenzhong Duan
2023-11-06
1
-16
/
+0
*
vfio/container: Move spapr specific init/deinit into spapr.c
Zhenzhong Duan
2023-11-06
1
-70
/
+12
*
vfio/container: Move vfio_container_add/del_section_window into spapr.c
Zhenzhong Duan
2023-11-06
1
-90
/
+0
*
vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
Zhenzhong Duan
2023-11-06
1
-98
/
+0
*
vfio: Collect container iova range info
Eric Auger
2023-11-03
1
-3
/
+39
*
vfio/common: Move legacy VFIO backend code into separate container.c
Yi Liu
2023-10-18
1
-0
/
+1161