]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: Move dirty tracking related services into container-base.c
authorCédric Le Goater <clg@redhat.com>
Wed, 26 Mar 2025 07:51:11 +0000 (08:51 +0100)
committerCédric Le Goater <clg@redhat.com>
Fri, 25 Apr 2025 07:01:37 +0000 (09:01 +0200)
commit6b7c812972a697c412f81497999af267e0c6333a
treea15d4b5f24775f91dd50666e9e84aa0c6a13853a
parent819a5865c0524c4bfcf1906955c9d15952fdbcc7
vfio: Move dirty tracking related services into container-base.c

Routines of common.c :

 vfio_devices_all_dirty_tracking_started
 vfio_devices_all_device_dirty_tracking
 vfio_devices_query_dirty_bitmap
 vfio_get_dirty_bitmap

are all related to dirty page tracking directly at the container level
or at the container device level. Naming is a bit confusing. We will
propose new names in the following changes.

Reviewed-by: Joao Martins <joao.m.martins@oracle.com>
Reviewed-by: Avihai Horon <avihaih@nvidia.com>
Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-27-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/common.c
hw/vfio/container-base.c
hw/vfio/meson.build
hw/vfio/trace-events
include/hw/vfio/vfio-common.h
include/hw/vfio/vfio-container-base.h