migration: rename qemu_savevm_state_cancel
commitea7415fac677c5c1599214ee226ab4a3a438fdd6
authorLiang Li <liang.z.li@intel.com>
Mon, 2 Nov 2015 07:37:01 +0000 (2 15:37 +0800)
committerJuan Quintela <quintela@redhat.com>
Wed, 4 Nov 2015 12:40:13 +0000 (4 13:40 +0100)
tree519c4225fe55e2090c0297560cc9de629083fad2
parent94f5a43704129ca4995aa3385303c5ae225bde42
migration: rename qemu_savevm_state_cancel

The function qemu_savevm_state_cancel is called after the migration
in migration_thread, it seems strange to 'cancel' it after completion,
rename it to qemu_savevm_state_cleanup looks better.

Signed-off-by: Liang Li <liang.z.li@intel.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>al3
Reviewed-by: Amit Shah <amit.shah@redhat.com>al3
Signed-off-by: Juan Quintela <quintela@redhat.com>al3
include/sysemu/sysemu.h
migration/migration.c
migration/savevm.c
trace-events