diff options
Diffstat (limited to 'migration/vfio-stub.c')
-rw-r--r-- | migration/vfio-stub.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/migration/vfio-stub.c b/migration/vfio-stub.c new file mode 100644 index 0000000..f59ebe0 --- /dev/null +++ b/migration/vfio-stub.c @@ -0,0 +1,16 @@ +/* + * QEMU live migration - stubs for VFIO + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#include "qemu/osdep.h" +#include "migration.h" + +void migration_populate_vfio_info(MigrationInfo *info) +{ +} + +void migration_reset_vfio_bytes_transferred(void) +{ +} |