qemu-patch-raspberry4/include/migration
Laurent Vivier 1b6e748246 migration: remove register_savevm()
We can replace the four remaining calls of register_savevm() by
calls to register_savevm_live(). So we can remove the function and
as we don't allocate anymore the ops pointer with g_new0()
we don't have to free it then.

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-06-06 08:53:24 +10:00
..
blocker.h migration: Create migration/blocker.h 2017-05-17 12:04:59 +02:00
colo.h migration: Remove migration.h from colo.h 2017-05-18 19:20:59 +02:00
cpu.h migration: Add VMSTATE_UINTTL_2DARRAY() 2017-05-04 09:39:01 +09:00
failover.h COLO: Implement the process of failover for primary VM 2016-10-30 15:17:39 +05:30
migration.h migration: Export ram.c functions in its own file 2017-06-01 18:49:23 +02:00
misc.h migration: Move include/migration/block.h into migration/ 2017-06-01 18:49:24 +02:00
qemu-file-types.h migration: Split qemu-file.h 2017-06-01 18:49:22 +02:00
snapshot.h migration: Create include for migration snapshots 2017-06-01 18:49:23 +02:00
vmstate.h migration: remove register_savevm() 2017-06-06 08:53:24 +10:00