mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
vfio: Rename vfio_reset_bytes_transferred()
Enforce a 'vfio_mig_' prefix for the VFIO migration API to better reflect the namespace these routines belong to. Reviewed-by: Avihai Horon <avihaih@nvidia.com> Reviewed-by: John Levon <john.levon@nutanix.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Link: https://lore.kernel.org/qemu-devel/20250318095415.670319-3-clg@redhat.com Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-3-clg@redhat.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
acea0f0faf
commit
426ffab477
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ void migration_populate_vfio_info(MigrationInfo *info)
|
|||
|
||||
void migration_reset_vfio_bytes_transferred(void)
|
||||
{
|
||||
vfio_reset_bytes_transferred();
|
||||
vfio_mig_reset_bytes_transferred();
|
||||
}
|
||||
#else
|
||||
void migration_populate_vfio_info(MigrationInfo *info)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue