|
1
|
/* |
|
2
|
* QEMU live migration - stubs for VFIO |
|
3
|
* |
|
4
|
* SPDX-License-Identifier: GPL-2.0-or-later |
|
5
|
*/ |
|
6
|
|
|
7
|
#include "qemu/osdep.h" |
|
8
|
#include "migration.h" |
|
9
|
|
|
10
|
void migration_populate_vfio_info(MigrationInfo *info) |
|
11
|
{ |
|
12
|
} |
|
13
|
|
|
14
|
void migration_reset_vfio_bytes_transferred(void) |
|
15
|
{ |
|
16
|
} |