From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> The following changes since commit d4f7d56759f7c75270c13d5f3f5f736a9558929c:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312' into staging (2020-03-12 17:34:34 +0000) are available in the Git repository at: git://github.com/dagrh/qemu.git tags/pull-migration-20200313a for you to fetch changes up to 19dd408a479cae3027ae9ff9ef3f509ad3e681e5: migration: recognize COLO as part of activating process (2020-03-13 09:36:30 +0000) ---------------------------------------------------------------- Migration pull 2020-03-13 zstd build fix A new auto-converge parameter Some COLO improvements ---------------------------------------------------------------- Hailiang Zhang (3): COLO: Optimize memory back-up process ram/colo: only record bitmap of dirty pages in COLO stage migration: recognize COLO as part of activating process Juan Quintela (1): configure: Improve zstd test Keqian Zhu (1): migration/throttle: Add throttle-trig-thres migration parameter configure | 3 +- migration/colo.c | 3 ++ migration/migration.c | 25 ++++++++++ migration/ram.c | 123 +++++++++++++++++++++++++++++++++----------------- migration/ram.h | 1 + monitor/hmp-cmds.c | 7 +++ qapi/migration.json | 16 ++++++- 7 files changed, 135 insertions(+), 43 deletions(-)