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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-23
memory: Add Error** argument to .log_global_start() handler
Cédric Le Goater
1
-1
/
+3
2024-03-12
Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
1
-13
/
+4
2024-03-11
migration: migration_file_set_error
Steve Sistare
1
-8
/
+1
2024-03-11
migration: migration_is_device
Steve Sistare
1
-3
/
+1
2024-03-11
migration: export migration_is_active
Steve Sistare
1
-2
/
+2
2024-03-11
migration: export migration_is_setup_or_active
Steve Sistare
1
-1
/
+1
2024-03-08
vfio: allow cpr-reboot migration if suspended
Steve Sistare
1
-1
/
+1
2024-01-29
vfio: use matching sizeof type
Paolo Bonzini
1
-1
/
+1
2024-01-18
remove unnecessary casts from uintptr_t
Paolo Bonzini
1
-2
/
+2
2024-01-05
hw/vfio: fix iteration over global VFIODevice list
Volker Rümelin
1
-4
/
+4
2024-01-05
vfio/iommufd: Remove CONFIG_IOMMUFD usage
Cédric Le Goater
1
-3
/
+0
2024-01-05
vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interface
Cédric Le Goater
1
-1
/
+1
2024-01-05
vfio/container: Introduce a VFIOIOMMU legacy QOM interface
Cédric Le Goater
1
-1
/
+5
2024-01-05
vfio/container: Introduce a VFIOIOMMU QOM interface
Cédric Le Goater
1
-1
/
+1
2023-12-19
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
1
-4
/
+5
2023-12-19
vfio/iommufd: Implement the iommufd backend
Yi Liu
1
-0
/
+6
2023-12-19
vfio/common: return early if space isn't empty
Zhenzhong Duan
1
-3
/
+6
2023-12-19
vfio/spapr: switch to spapr IOMMU BE add/del_section_window
Zhenzhong Duan
1
-6
/
+2
2023-12-19
vfio/container: Implement attach/detach_device
Eric Auger
1
-0
/
+16
2023-12-19
vfio/container: Move iova_ranges to base container
Zhenzhong Duan
1
-2
/
+3
2023-12-19
vfio/container: Move listener to base container
Eric Auger
1
-55
/
+55
2023-12-19
vfio/container: Move vrdl_list to base container
Zhenzhong Duan
1
-19
/
+19
2023-12-19
vfio/container: Move pgsizes and dma_max_mappings to base container
Eric Auger
1
-8
/
+9
2023-12-19
vfio/container: Convert functions to base container
Eric Auger
1
-24
/
+18
2023-12-19
vfio/container: Move per container device list in base container
Zhenzhong Duan
1
-8
/
+15
2023-12-19
vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...
Eric Auger
1
-4
/
+8
2023-12-19
vfio/container: Move space field to base container
Eric Auger
1
-2
/
+2
2023-12-19
vfio/common: Move giommu_list in base container
Eric Auger
1
-6
/
+11
2023-12-19
vfio/container: Switch to dma_map|unmap API
Eric Auger
1
-20
/
+25
2023-11-06
vfio/common: Move vfio_host_win_add/del into spapr.c
Zhenzhong Duan
1
-68
/
+2
2023-11-06
vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
Zhenzhong Duan
1
-1
/
+0
2023-11-03
vfio: Collect container iova range info
Eric Auger
1
-0
/
+9
2023-10-20
migration: simplify blockers
Steve Sistare
1
-8
/
+2
2023-10-18
vfio/pci: Fix a potential memory leak in vfio_listener_region_add
Zhenzhong Duan
1
-1
/
+1
2023-10-18
vfio/common: Move legacy VFIO backend code into separate container.c
Yi Liu
1
-1139
/
+16
2023-10-18
vfio/common: Introduce a global VFIODevice list
Zhenzhong Duan
1
-26
/
+19
2023-10-18
vfio/common: Store the parent container in VFIODevice
Zhenzhong Duan
1
-1
/
+7
2023-10-18
vfio/common: Introduce a per container device list
Zhenzhong Duan
1
-78
/
+63
2023-10-18
vfio/common: Move VFIO reset handler registration to a group agnostic function
Zhenzhong Duan
1
-8
/
+7
2023-10-18
vfio/ccw: Use vfio_[attach/detach]_device
Eric Auger
1
-5
/
+5
2023-10-18
vfio/pci: Introduce vfio_[attach/detach]_device
Eric Auger
1
-0
/
+74
2023-10-18
vfio/common: Extract out vfio_kvm_device_[add/del]_fd
Zhenzhong Duan
1
-16
/
+39
2023-10-18
vfio/common: Introduce vfio_container_add|del_section_window()
Eric Auger
1
-67
/
+89
2023-10-18
vfio/common: Propagate KVM_SET_DEVICE_ATTR error if any
Eric Auger
1
-5
/
+5
2023-10-18
vfio/common: Move IOMMU agnostic helpers to a separate file
Yi Liu
1
-588
/
+0
2023-09-11
vfio/common: Separate vfio-pci ranges
Joao Martins
1
-11
/
+60
2023-09-11
vfio/migration: Fail adding device with enable-migration=on and existing blocker
Avihai Horon
1
-2
/
+5
2023-09-11
vfio/migration: Allow migration of multiple P2P supporting devices
Avihai Horon
1
-8
/
+18
2023-09-11
vfio/migration: Add P2P support for VFIO migration
Avihai Horon
1
-2
/
+4
2023-09-11
vfio/migration: Refactor PRE_COPY and RUNNING state checks
Joao Martins
1
-4
/
+18
[next]