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
/
common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Drop migration_is_setup_or_active()
Peter Xu
2024-10-31
1
-1
/
+1
*
Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into sta...
Richard Henderson
2024-07-24
1
-7
/
+10
|
\
|
*
vfio/common: Allow disabling device dirty page tracking
Joao Martins
2024-07-23
1
-0
/
+3
|
*
vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...
Joao Martins
2024-07-23
1
-10
/
+6
|
*
vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdev
Joao Martins
2024-07-23
1
-0
/
+4
*
|
hw/vfio/common: Add vfio_listener_region_del_iommu trace event
Eric Auger
2024-07-22
1
-1
/
+2
|
/
*
memory: remove IOMMU MR iommu_set_page_size_mask() callback
Eric Auger
2024-07-09
1
-8
/
+0
*
vfio/container: Remove VFIOContainerBase::ops
Cédric Le Goater
2024-06-24
1
-1
/
+1
*
vfio/container: Simplify vfio_container_init()
Cédric Le Goater
2024-06-24
1
-0
/
+1
*
vfio/container: Introduce vfio_address_space_insert()
Cédric Le Goater
2024-06-24
1
-0
/
+6
*
vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
Avihai Horon
2024-06-24
1
-25
/
+38
*
vfio/common: Move dirty tracking ranges update to helper
Joao Martins
2024-06-24
1
-16
/
+22
*
vfio: Make vfio_devices_dma_logging_start() return bool
Cédric Le Goater
2024-06-24
1
-7
/
+7
*
hw/vfio: Remove memory_region_iommu_set_iova_ranges() call
Eric Auger
2024-06-24
1
-10
/
+0
*
vfio: Create host IOMMU device instance
Zhenzhong Duan
2024-06-24
1
-1
/
+15
*
vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
Zhenzhong Duan
2024-05-16
1
-1
/
+1
*
vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
Zhenzhong Duan
2024-05-16
1
-2
/
+2
*
vfio: Add Error** argument to .get_dirty_bitmap() handler
Cédric Le Goater
2024-05-16
1
-21
/
+39
*
memory: Add Error** argument to memory_get_xlat_addr()
Cédric Le Goater
2024-05-16
1
-4
/
+9
*
vfio: Reverse test on vfio_get_xlat_addr()
Cédric Le Goater
2024-05-16
1
-9
/
+13
*
migration: Extend migration_file_set_error() with Error* argument
Cédric Le Goater
2024-05-16
1
-2
/
+2
*
vfio: Add Error** argument to vfio_devices_dma_logging_start()
Cédric Le Goater
2024-05-16
1
-11
/
+15
*
vfio: Add Error** argument to .set_dirty_page_tracking() handler
Cédric Le Goater
2024-05-16
1
-2
/
+2
*
memory: Add Error** argument to .log_global_start() handler
Cédric Le Goater
2024-04-23
1
-1
/
+3
*
Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
2024-03-12
1
-13
/
+4
|
\
|
*
migration: migration_file_set_error
Steve Sistare
2024-03-11
1
-8
/
+1
|
*
migration: migration_is_device
Steve Sistare
2024-03-11
1
-3
/
+1
|
*
migration: export migration_is_active
Steve Sistare
2024-03-11
1
-2
/
+2
|
*
migration: export migration_is_setup_or_active
Steve Sistare
2024-03-11
1
-1
/
+1
*
|
vfio: allow cpr-reboot migration if suspended
Steve Sistare
2024-03-08
1
-1
/
+1
|
/
*
vfio: use matching sizeof type
Paolo Bonzini
2024-01-29
1
-1
/
+1
*
remove unnecessary casts from uintptr_t
Paolo Bonzini
2024-01-18
1
-2
/
+2
*
hw/vfio: fix iteration over global VFIODevice list
Volker Rümelin
2024-01-05
1
-4
/
+4
*
vfio/iommufd: Remove CONFIG_IOMMUFD usage
Cédric Le Goater
2024-01-05
1
-3
/
+0
*
vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interface
Cédric Le Goater
2024-01-05
1
-1
/
+1
*
vfio/container: Introduce a VFIOIOMMU legacy QOM interface
Cédric Le Goater
2024-01-05
1
-1
/
+5
*
vfio/container: Introduce a VFIOIOMMU QOM interface
Cédric Le Goater
2024-01-05
1
-1
/
+1
*
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
2023-12-19
1
-4
/
+5
*
vfio/iommufd: Implement the iommufd backend
Yi Liu
2023-12-19
1
-0
/
+6
*
vfio/common: return early if space isn't empty
Zhenzhong Duan
2023-12-19
1
-3
/
+6
*
vfio/spapr: switch to spapr IOMMU BE add/del_section_window
Zhenzhong Duan
2023-12-19
1
-6
/
+2
*
vfio/container: Implement attach/detach_device
Eric Auger
2023-12-19
1
-0
/
+16
*
vfio/container: Move iova_ranges to base container
Zhenzhong Duan
2023-12-19
1
-2
/
+3
*
vfio/container: Move listener to base container
Eric Auger
2023-12-19
1
-55
/
+55
*
vfio/container: Move vrdl_list to base container
Zhenzhong Duan
2023-12-19
1
-19
/
+19
*
vfio/container: Move pgsizes and dma_max_mappings to base container
Eric Auger
2023-12-19
1
-8
/
+9
*
vfio/container: Convert functions to base container
Eric Auger
2023-12-19
1
-24
/
+18
*
vfio/container: Move per container device list in base container
Zhenzhong Duan
2023-12-19
1
-8
/
+15
*
vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...
Eric Auger
2023-12-19
1
-4
/
+8
*
vfio/container: Move space field to base container
Eric Auger
2023-12-19
1
-2
/
+2
[next]