xref: /qemu/include/hw/vfio/vfio-migration.h (revision c7c513389c6cb8c6dd60e55d1c99244de4e93663)
1 /*
2  * VFIO migration interface
3  *
4  * Copyright Red Hat, Inc. 2025
5  *
6  * SPDX-License-Identifier: GPL-2.0-or-later
7  */
8 
9 #ifndef HW_VFIO_VFIO_MIGRATION_H
10 #define HW_VFIO_VFIO_MIGRATION_H
11 
12 bool vfio_migration_active(void);
13 int64_t vfio_migration_bytes_transferred(void);
14 void vfio_migration_reset_bytes_transferred(void);
15 
16 #endif /* HW_VFIO_VFIO_MIGRATION_H */
17