]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180822-1' into...
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Aug 2018 15:31:53 +0000 (16:31 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Aug 2018 15:31:53 +0000 (16:31 +0100)
commit54906fe0ce5dd8eb616094e7f11d4ce31b7ad9da
tree763d2592281fe0d9f3e83e0218bee128349f8530
parent1dfb85a8755096beecf182a617493d539259cbea
parentae526e32bd36cfb84045c8d2fd34e0b9e39a52f8
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180822-1' into staging

migration/next for 20180822

# gpg: Signature made Wed 22 Aug 2018 12:07:59 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/20180822-1:
  migration: hold the lock only if it is really needed
  migration: move handle of zero page to the thread
  migration: drop the return value of do_compress_ram_page
  migration: introduce save_zero_page_to_file
  migration: fix counting normal page for compression
  migration: do not wait for free thread
  migration: poll the cm event for destination qemu
  tests/migration-test: Silence the kvm_hv message by default
  migration: implement the shutdown for RDMA QIOChannel
  migration: poll the cm event while wait RDMA work request completion
  migration: invoke qio_channel_yield only when qemu_in_coroutine()
  migration: implement io_set_aio_fd_handler function for RDMA QIOChannel
  migration: Stop rdma yielding during incoming postcopy
  migration: implement bi-directional RDMA QIOChannel
  migration: create a dedicated connection for rdma return path
  migration: disable RDMA WRITE after postcopy started
  migrate/cpu-throttle: Add max-cpu-throttle migration parameter
  docs/migration: Clarify pre_load in subsections
  migration: Correctly handle subsections with no 'needed' function
  qapi/migration.json: fix the description for "query-migrate" output

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