Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190925a' into...
commiteb13d1cf4a0478fc29f80abfbac8209479325f35
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Sep 2019 13:23:58 +0000 (26 14:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Sep 2019 13:23:58 +0000 (26 14:23 +0100)
treee556d4854ffdf592440878cd8b862c3752f2759e
parentd4e536f336d3d26c9fafa2a2549aaa0b014f5b6b
parent3748fef9b95a9bc1602f3c4ed2a329d8ef47e63c
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190925a' into staging

Migration pull 2019-09-25

  me: test fixes from (should stop hangs in postcopy tests).
  me: An RDMA cleanup hang fix
  Wei: Tidy ups around postcopy
  Marc-Andre: mem leak fix

# gpg: Signature made Wed 25 Sep 2019 15:59:41 BST
# gpg:                using RSA key 45F5C71B4A0CB7FB977A9FA90516331EBC5BFDE7
# gpg: Good signature from "Dr. David Alan Gilbert (RH2) <dgilbert@redhat.com>" [full]
# Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7

* remotes/dgilbert/tags/pull-migration-20190925a:
  migration/postcopy: Recognise the recovery states as 'in_postcopy'
  tests/migration/postcopy: trim migration bandwidth
  tests/migration: Fail on unexpected migration states
  migration/rdma.c: Swap synchronize_rcu for call_rcu
  migration/rdma: Don't moan about disconnects at the end
  migration: remove sent parameter in get_queued_page_not_dirty
  migration/postcopy: unsentmap is not necessary for postcopy
  migration/postcopy: not necessary to do discard when canonicalizing bitmap
  migration: fix vmdesc leak on vmstate_save() error

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