mirror of
https://github.com/qemu/qemu.git
synced 2025-09-28 02:24:42 +00:00

Acked-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250730220435.1139101-3-pierrick.bouvier@linaro.org> [PMD: Cover vfio-stub.c in MAINTAINERS] Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
17 lines
258 B
C
17 lines
258 B
C
/*
|
|
* 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)
|
|
{
|
|
}
|