index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
container.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-16
vfio/cpr: Make vfio_cpr_register_container() return bool
Zhenzhong Duan
1
-2
/
+1
2024-05-16
vfio/container: Make vfio_get_device() return bool
Zhenzhong Duan
1
-9
/
+7
2024-05-16
vfio/container: Make vfio_set_iommu() return bool
Zhenzhong Duan
1
-12
/
+10
2024-05-16
vfio/container: Make vfio_connect_container() return bool
Zhenzhong Duan
1
-11
/
+7
2024-05-16
vfio: Make VFIOIOMMUClass::setup() return bool
Zhenzhong Duan
1
-5
/
+5
2024-05-16
vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
Zhenzhong Duan
1
-7
/
+7
2024-05-16
vfio: Add Error** argument to .get_dirty_bitmap() handler
Cédric Le Goater
1
-6
/
+8
2024-05-16
vfio: Add Error** argument to .set_dirty_page_tracking() handler
Cédric Le Goater
1
-3
/
+3
2024-03-12
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-0
/
+1
2024-03-12
Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
1
-1
/
+0
2024-03-12
hw/vfio/container: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
1
-0
/
+1
2024-03-11
migration: remove migration.h references
Steve Sistare
1
-1
/
+0
2024-03-08
vfio: register container for cpr
Steve Sistare
1
-1
/
+10
2024-01-05
vfio/container: Rename vfio_init_container to vfio_set_iommu
Zhenzhong Duan
1
-3
/
+3
2024-01-05
vfio/container: Replace basename with g_path_get_basename
Cédric Le Goater
1
-2
/
+3
2024-01-05
vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interface
Cédric Le Goater
1
-12
/
+6
2024-01-05
vfio/container: Intoduce a new VFIOIOMMUClass::setup handler
Cédric Le Goater
1
-0
/
+1
2024-01-05
vfio/container: Introduce a VFIOIOMMU legacy QOM interface
Cédric Le Goater
1
-9
/
+49
2024-01-05
vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()
Cédric Le Goater
1
-3
/
+3
2024-01-05
vfio/container: Introduce vfio_legacy_setup() for further cleanups
Cédric Le Goater
1
-28
/
+35
2024-01-05
vfio/spapr: Extend VFIOIOMMUOps with a release handler
Cédric Le Goater
1
-6
/
+4
2023-12-19
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
1
-16
/
+18
2023-12-19
vfio/pci: Introduce a vfio pci hot reset interface
Zhenzhong Duan
1
-0
/
+170
2023-12-19
vfio/iommufd: Relax assert check for iommufd backend
Zhenzhong Duan
1
-4
/
+0
2023-12-19
vfio/container: Implement attach/detach_device
Eric Auger
1
-7
/
+5
2023-12-19
vfio/container: Move iova_ranges to base container
Zhenzhong Duan
1
-13
/
+6
2023-12-19
vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base container
Eric Auger
1
-4
/
+5
2023-12-19
vfio/container: Move listener to base container
Eric Auger
1
-10
/
+9
2023-12-19
vfio/container: Move vrdl_list to base container
Zhenzhong Duan
1
-1
/
+0
2023-12-19
vfio/container: Move pgsizes and dma_max_mappings to base container
Eric Auger
1
-6
/
+5
2023-12-19
vfio/container: Convert functions to base container
Eric Auger
1
-3
/
+3
2023-12-19
vfio/container: Move per container device list in base container
Zhenzhong Duan
1
-6
/
+6
2023-12-19
vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...
Eric Auger
1
-7
/
+14
2023-12-19
vfio/container: Move space field to base container
Eric Auger
1
-10
/
+8
2023-12-19
vfio/common: Move giommu_list in base container
Eric Auger
1
-8
/
+0
2023-12-19
vfio/common: Introduce vfio_container_init/destroy helper
Zhenzhong Duan
1
-1
/
+3
2023-12-19
vfio/container: Switch to dma_map|unmap API
Eric Auger
1
-7
/
+15
2023-12-19
vfio/container: Introduce a empty VFIOIOMMUOps
Zhenzhong Duan
1
-0
/
+5
2023-11-06
vfio/common: Move vfio_host_win_add/del into spapr.c
Zhenzhong Duan
1
-16
/
+0
2023-11-06
vfio/container: Move spapr specific init/deinit into spapr.c
Zhenzhong Duan
1
-70
/
+12
2023-11-06
vfio/container: Move vfio_container_add/del_section_window into spapr.c
Zhenzhong Duan
1
-90
/
+0
2023-11-06
vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
Zhenzhong Duan
1
-98
/
+0
2023-11-03
vfio: Collect container iova range info
Eric Auger
1
-3
/
+39
2023-10-18
vfio/common: Move legacy VFIO backend code into separate container.c
Yi Liu
1
-0
/
+1161