From 15c38503253bb9ba9b8efd17662069f69ca2b997 Mon Sep 17 00:00:00 2001 From: Peter Xu Date: Tue, 27 Jun 2017 12:10:17 +0800 Subject: migration: move skip_section_footers Move it into MigrationState, revert its meaning and renaming it to send_section_footer, with a property bound to it. Same trick is played like previous patches. Removing savevm_skip_section_footers(). Reviewed-by: Juan Quintela Signed-off-by: Peter Xu Message-Id: <1498536619-14548-9-git-send-email-peterx@redhat.com> Signed-off-by: Juan Quintela --- include/hw/compat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/hw/compat.h') diff --git a/include/hw/compat.h b/include/hw/compat.h index 1a3fd9443a..08f36004da 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -185,6 +185,10 @@ .driver = "migration",\ .property = "send-configuration",\ .value = "off",\ + },{\ + .driver = "migration",\ + .property = "send-section-footer",\ + .value = "off",\ },{\ .driver = "migration",\ .property = "store-global-state",\ -- cgit 1.4.1