]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180515' into...
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 May 2018 10:10:12 +0000 (11:10 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 17 May 2018 10:10:12 +0000 (11:10 +0100)
commiteb7514ae10d187ccf3bfc0f7dc159a4dfde20be4
tree3f35a8a725b5720914644a9f4e99245bfac8445f
parent61126a8b4bea43212b575169d4140dc403fc7e90
parent8b7bf2badac25c0a52aff1b181ad75fdb304dd0c
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180515' into staging

migration/next for 20180515

# gpg: Signature made Tue 15 May 2018 22:54:38 BST
# gpg:                using RSA key F487EF185872D723
# gpg: Good signature from "Juan Quintela <quintela@redhat.com>"
# gpg:                 aka "Juan Quintela <quintela@trasno.org>"
# Primary key fingerprint: 1899 FF8E DEBF 58CC EE03  4B82 F487 EF18 5872 D723

* remotes/juanquintela/tags/migration/20180515: (40 commits)
  Migration+TLS: Fix crash due to double cleanup
  migration: Textual fixups for blocktime
  migration: update index field when delete or qsort RDMALocalBlock
  migration: update docs
  migration/hmp: add migrate_pause command
  migration/qmp: add command migrate-pause
  migration: introduce lock for to_dst_file
  hmp/migration: add migrate_recover command
  qmp/migration: new command migrate-recover
  migration: init dst in migration_object_init too
  migration: final handshake for the resume
  migration: setup ramstate for resume
  migration: synchronize dirty bitmap for resume
  migration: introduce SaveVMHandlers.resume_prepare
  migration: new message MIG_RP_MSG_RESUME_ACK
  migration: new cmd MIG_CMD_POSTCOPY_RESUME
  migration: new message MIG_RP_MSG_RECV_BITMAP
  migration: new cmd MIG_CMD_RECV_BITMAP
  migration: wakeup dst ram-load-thread for recover
  migration: new state "postcopy-recover"
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>