From b7722747e4df3d3fe5e3a212974fa4ec01968edd Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 24 Apr 2017 13:51:10 +0200 Subject: migration: Move dump_vmsate_json_to_file() to misc.h It was not from vmstate.c to start with. Signed-off-by: Juan Quintela Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Peter Xu Reviewed-by: Laurent Vivier --- include/migration/vmstate.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/migration/vmstate.h') diff --git a/include/migration/vmstate.h b/include/migration/vmstate.h index 9ad4ba1a9b..79a4b350a8 100644 --- a/include/migration/vmstate.h +++ b/include/migration/vmstate.h @@ -1003,8 +1003,6 @@ void vmstate_register_ram(struct MemoryRegion *memory, DeviceState *dev); void vmstate_unregister_ram(struct MemoryRegion *memory, DeviceState *dev); void vmstate_register_ram_global(struct MemoryRegion *memory); -void dump_vmstate_json_to_file(FILE *out_fp); - bool vmstate_check_only_migratable(const VMStateDescription *vmsd); #endif -- cgit v1.2.3-55-g7522