]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211102-pull-reque...
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 4 Nov 2021 04:47:37 +0000 (00:47 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 4 Nov 2021 04:47:37 +0000 (00:47 -0400)
commit752e235464d62d31f14a9790b4b24e396c86bb0e
tree50a3142b43bbf9d14d4a3210ef303458876efc9d
parentb1fd92137e4d485adeec8e9f292f928ff335b76c
parent64153ca613d0a50d1301eae4bd895aade001fcca
Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211102-pull-request' into staging

Migration Pull request

Hi

This are the pending migration patches on the list:
- Provide an error message for migration_cancel by Laurent
- Don't dump colo cache when a guest core is requested by Lukas
- Initialise Compression_conters for new migration by Yuxiating
  On top of that I added another missing initialization
- Colo optimizations and crash improvements by Rao.

Please, apply.

# gpg: Signature made Wed 03 Nov 2021 04:45:35 AM EDT
# gpg:                using RSA key 1899FF8EDEBF58CCEE034B82F487EF185872D723
# gpg: Good signature from "Juan Quintela <quintela@redhat.com>" [full]
# gpg:                 aka "Juan Quintela <quintela@trasno.org>" [full]

* remotes/juanquintela/tags/migration-20211102-pull-request:
  Optimized the function of fill_connection_key.
  colo: Don't dump colo cache if dump-guest-core=off
  Changed the last-mode to none of first start COLO
  Removed the qemu_fclose() in colo_process_incoming_thread
  colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff
  Fixed SVM hang when do failover before PVM crash
  Fixed qemu crash when guest power off in COLO mode
  Some minor optimizations for COLO
  migration: Zero migration compression counters
  migration: initialise compression_counters for a new migration
  migration: provide an error message to migration_cancel()

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>