summary refs log tree commit diff stats
path: root/include/hw/compat.h
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2017-06-27 12:10:17 +0800
committerJuan Quintela <quintela@redhat.com>2017-06-28 11:18:39 +0200
commit15c38503253bb9ba9b8efd17662069f69ca2b997 (patch)
tree75a5779c345665085ff9846e26a521cb39e515c0 /include/hw/compat.h
parent71dd4c1a5672cafe9fb89abc83fe2a962f39ec42 (diff)
downloadfocaccia-qemu-15c38503253bb9ba9b8efd17662069f69ca2b997.tar.gz
focaccia-qemu-15c38503253bb9ba9b8efd17662069f69ca2b997.zip
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 <quintela@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <1498536619-14548-9-git-send-email-peterx@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'include/hw/compat.h')
-rw-r--r--include/hw/compat.h4
1 files changed, 4 insertions, 0 deletions
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
@@ -187,6 +187,10 @@
         .value    = "off",\
     },{\
         .driver   = "migration",\
+        .property = "send-section-footer",\
+        .value    = "off",\
+    },{\
+        .driver   = "migration",\
         .property = "store-global-state",\
         .value    = "off",\
     },