]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180214a' into...
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Feb 2018 12:51:40 +0000 (12:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Feb 2018 12:51:40 +0000 (12:51 +0000)
commit648ba915961664ecb4cff0ee847a929c65e4b4b4
tree4e688224f2bf948000d03c34cff398c44e65bff2
parent0402ca3c70356e09e694fece39256790ff7755f2
parent3e0c8050ebba3f55dc2d92b3790a3cfb80786d07
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180214a' into staging

Migration pull 20180214

Note that the 'Add test for migration to bad destination' displays
a 'Connection refused' during running, but still gives the correct exit
code and OK (It's checking that the source doesn't fail when
it can't connect, so that's the right error).
If it's particularly disliked that patch can be skipped individually.

# gpg: Signature made Wed 14 Feb 2018 15:33:04 GMT
# gpg:                using RSA key 0516331EBC5BFDE7
# gpg: Good signature from "Dr. David Alan Gilbert (RH2) <dgilbert@redhat.com>"
# Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7

* remotes/dgilbert/tags/pull-migration-20180214a:
  migration: pass MigrationState to migrate_init()
  migration: allow send_rq to fail
  migration: provide postcopy_fault_thread_notify()
  migration: reuse mis->userfault_quit_fd
  migration: better error handling with QEMUFile
  tests/migration: Add test for migration to bad destination
  migration: Fix early failure cleanup
  tests/migration: Add source to PC boot block
  migration: improve documentation of postcopy-ram
  migration/xen: Check return value of qemu_fclose

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