The following patch fixes : qemu/migration.c:187: warning: implicit declaration of function `bdrv_flush_all'
Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> --- qemu/block.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/qemu/block.h b/qemu/block.h index 839be90..1df6d1c 100644 --- a/qemu/block.h +++ b/qemu/block.h @@ -109,6 +109,8 @@ void bdrv_flush(BlockDriverState *bs); #define BIOS_ATA_TRANSLATION_LARGE 3 #define BIOS_ATA_TRANSLATION_RECHS 4 +void bdrv_flush_all(void); + void bdrv_set_geometry_hint(BlockDriverState *bs, int cyls, int heads, int secs); void bdrv_set_type_hint(BlockDriverState *bs, int type); -- 1.5.2.5 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel