Browse Source
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>pull/300/head
committed by
Philippe Mathieu-Daudé
4 changed files with 20 additions and 17 deletions
@ -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) |
|||
{ |
|||
} |
|||
Loading…
Reference in new issue