[PULL 0/5] migration queue

Dr. David Alan Gilbert (git) posted 5 patches 4 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200313103039.150133-1-dgilbert@redhat.com
Maintainers: Hailiang Zhang <zhang.zhanghailiang@huawei.com>, Eric Blake <eblake@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Juan Quintela <quintela@redhat.com>, Markus Armbruster <armbru@redhat.com>
There is a newer version of this series
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(-)
[PULL 0/5] migration queue
Posted by Dr. David Alan Gilbert (git) 4 years, 1 month ago
From: "Dr. David Alan Gilbert" <dgilbert@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(-)


Re: [PULL 0/5] migration queue
Posted by Peter Maydell 4 years, 1 month ago
On Fri, 13 Mar 2020 at 10:32, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
>
> From: "Dr. David Alan Gilbert" <dgilbert@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


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM