index
:
rocket-tools/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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
2025-06-26
vfio/container: fails mdev hotplug if add migration blocker failed
Zhenzhong Duan
1
-2
/
+6
2025-06-26
vfio/container: Fix SIGSEGV when open container file fails
Zhenzhong Duan
1
-1
/
+3
2025-06-11
vfio/container: mdev cpr blocker
Steve Sistare
1
-0
/
+8
2025-06-11
vfio/container: restore DMA vaddr
Steve Sistare
1
-2
/
+13
2025-06-11
vfio/container: preserve descriptors
Steve Sistare
1
-15
/
+52
2025-06-11
vfio/container: register container for cpr
Steve Sistare
1
-4
/
+3
2025-06-05
vfio: move vfio-cpr.h
Steve Sistare
1
-1
/
+1
2025-06-05
vfio/container: pass MemoryRegion to DMA operations
John Levon
1
-1
/
+2
2025-05-09
vfio: implement unmap all for DMA unmap callbacks
John Levon
1
-10
/
+31
2025-05-09
vfio: add unmap_all flag to DMA unmap callback
John Levon
1
-2
/
+6
2025-05-09
vfio: add vfio_device_unprepare()
John Levon
1
-3
/
+3
2025-05-09
vfio: add vfio_device_prepare()
John Levon
1
-12
/
+2
2025-05-09
vfio/container: vfio_container_group_add
Steve Sistare
1
-22
/
+25
2025-05-09
vfio/container: reform vfio_container_connect cleanup
Steve Sistare
1
-27
/
+33
2025-05-09
vfio/container: ram discard disable helper
Steve Sistare
1
-21
/
+27
2025-04-27
Merge tag 'single-binary-20250425' of https://github.com/philmd/qemu into sta...
Stefan Hajnoczi
1
-2
/
+2
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
1
-2
/
+2
2025-04-25
vfio: Remove hiod_typename property
Zhenzhong Duan
1
-2
/
+0
2025-04-25
vfio: Cleanup host IOMMU device creation
Zhenzhong Duan
1
-1
/
+4
2025-04-25
vfio/container: Move realize() after attachment
Zhenzhong Duan
1
-8
/
+12
2025-04-25
vfio: Rename VFIOContainer related services
Cédric Le Goater
1
-26
/
+26
2025-04-25
vfio: Rename VFIODevice related services
Cédric Le Goater
1
-3
/
+3
2025-04-25
vfio: Rename vfio-common.h to vfio-device.h
Cédric Le Goater
1
-1
/
+1
2025-04-25
vfio: Introduce vfio_listener_un/register() routines
Cédric Le Goater
1
-8
/
+3
2025-04-25
vfio: Introduce new files for VFIO MemoryListener
Cédric Le Goater
1
-0
/
+1
2025-04-25
vfio: Rename vfio_get_dirty_bitmap()
Cédric Le Goater
1
-1
/
+1
2025-04-25
vfio: Rename vfio_devices_all_device_dirty_tracking()
Cédric Le Goater
1
-1
/
+1
2025-04-25
vfio: Rename vfio_devices_all_dirty_tracking_started()
Cédric Le Goater
1
-1
/
+1
2025-04-25
vfio: Introduce new files for CPR definitions and declarations
Cédric Le Goater
1
-0
/
+1
2025-04-25
vfio: Move vfio_get_info_dma_avail() into helpers.c
Cédric Le Goater
1
-31
/
+0
2025-04-25
vfio: Introduce a new header file for helper services
Cédric Le Goater
1
-0
/
+1
2025-04-25
vfio: Move Host IOMMU type declarations into their respective files
Cédric Le Goater
1
-0
/
+2
2025-04-25
vfio: Move VFIOAddressSpace helpers into container-base.c
Cédric Le Goater
1
-3
/
+3
2025-04-25
vfio: Make vfio_group_list static
Cédric Le Goater
1
-1
/
+2
2025-04-25
vfio: Introduce a new header file for VFIOcontainer declarations
Cédric Le Goater
1
-0
/
+1
2025-04-23
include/system: Move exec/ram_addr.h to system/ram_addr.h
Richard Henderson
1
-1
/
+1
2025-04-23
include/system: Move exec/address-spaces.h to system/address-spaces.h
Richard Henderson
1
-1
/
+1
2025-04-23
include/system: Move exec/memory.h to system/memory.h
Richard Henderson
1
-1
/
+1
2025-02-11
vfio: Remove reports of DMA mapping errors in backends
Cédric Le Goater
1
-2
/
+0
2024-12-26
vfio/migration: Refactor vfio_devices_all_running_and_mig_active() logic
Avihai Horon
1
-1
/
+1
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
1
-1
/
+1
2024-07-23
vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...
Joao Martins
1
-0
/
+4
2024-07-23
vfio/{iommufd,container}: Remove caps::aw_bits
Joao Martins
1
-4
/
+1
2024-07-23
hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize()
Eric Auger
1
-1
/
+0
2024-07-17
hw/vfio/container: Get rid of qemu_open_old()
Zhao Liu
1
-4
/
+2
2024-07-09
HostIOMMUDevice: Introduce get_page_size_mask() callback
Eric Auger
1
-0
/
+10
2024-07-09
HostIOMMUDevice : remove Error handle from get_iova_ranges callback
Eric Auger
1
-1
/
+1
2024-07-09
vfio-container-base: Introduce vfio_container_get_iova_ranges() helper
Eric Auger
1
-7
/
+1
2024-07-02
Remove inclusion of hw/hw.h from files that don't need it
Thomas Huth
1
-1
/
+0
2024-06-24
vfio/container: Move vfio_container_destroy() to an instance_finalize() handler
Cédric Le Goater
1
-2
/
+0
[next]