summaryrefslogtreecommitdiffstats
path: root/include/migration
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2015-11-05 18:10:45 +0000
committerJuan Quintela <quintela@redhat.com>2015-11-10 15:00:25 +0100
commitc76ca1888f49b4155a9de5a915dc9f814800c817 (patch)
tree5b44b1cbb71dfecf34d8afbfe0d17470eee627e9 /include/migration
parent3e4097b564386b1fd1b62f2cd20e056d4b3403da (diff)
downloadhqemu-c76ca1888f49b4155a9de5a915dc9f814800c817.zip
hqemu-c76ca1888f49b4155a9de5a915dc9f814800c817.tar.gz
Migration commands
Create QEMU_VM_COMMAND section type for sending commands from source to destination. These commands are not intended to convey guest state but to control the migration process. For use in postcopy. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Amit Shah <amit.shah@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'include/migration')
-rw-r--r--include/migration/migration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/migration/migration.h b/include/migration/migration.h
index 82cc3a6..0bb4383 100644
--- a/include/migration/migration.h
+++ b/include/migration/migration.h
@@ -35,6 +35,7 @@
#define QEMU_VM_SUBSECTION 0x05
#define QEMU_VM_VMDESCRIPTION 0x06
#define QEMU_VM_CONFIGURATION 0x07
+#define QEMU_VM_COMMAND 0x08
#define QEMU_VM_SECTION_FOOTER 0x7e
struct MigrationParams {
OpenPOWER on IntegriCloud