]> git.proxmox.com Git - mirror_qemu.git/commit
Add wrappers and handlers for sending/receiving the postcopy-ram migration messages.
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 5 Nov 2015 18:10:52 +0000 (18:10 +0000)
committerJuan Quintela <quintela@redhat.com>
Tue, 10 Nov 2015 14:00:26 +0000 (15:00 +0100)
commit093e3c429693f87fb917424c637ad8f599bd9e67
treeaee38b4124b9a52e7cafc9e048d94b6d57194bde
parent53dd370ced9b61a8113fc1c19ac8d61ca572a29c
Add wrappers and handlers for sending/receiving the postcopy-ram migration messages.

The state of the postcopy process is managed via a series of messages;
   * Add wrappers and handlers for sending/receiving these messages
   * Add state variable that track the current state of 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>
include/migration/migration.h
include/sysemu/sysemu.h
migration/migration.c
migration/savevm.c
trace-events