]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210407b' into...
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 8 Apr 2021 13:00:57 +0000 (14:00 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 8 Apr 2021 13:00:57 +0000 (14:00 +0100)
commitd8724020dd13c88a72fc391a6a2cf63abbd3dcca
tree5ff191d498a3f787c5353cf08e9e0f69832c3272
parent9692c7b0373677badcf8bb299ab8e2597244d436
parente999fa47b220274082cb238d5ccb2c9bacd42bf1
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210407b' into staging

V2 migration+virtiofs fixes pull 2021-04-07

A seg fix in virtiofsd, a bunch of fixes for background snapshots, and
a migration test fix.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
v2
  Fix for !linux build

# gpg: Signature made Wed 07 Apr 2021 18:53:13 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-20210407b:
  tests/migration: fix parameter of auto-converge migration
  migration: Rename 'bs' to 'block' in background snapshot code
  migration: Pre-fault memory before starting background snasphot
  migration: Inhibit virtio-balloon for the duration of background snapshot
  migration: Fix missing qemu_fflush() on buffer file in bg_migration_thread
  virtiofsd: Fix security.capability comparison

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