[PULL 0/3] Migration 20211109 patches

Juan Quintela posted 3 patches 2 years, 6 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211109080247.62559-1-quintela@redhat.com
Maintainers: Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Hailiang Zhang <zhang.zhanghailiang@huawei.com>
qapi/migration.json |  2 +-
migration/ram.h     |  1 +
migration/colo.c    |  4 ++++
migration/ram.c     | 57 ++++++++++++++++++++++++++++++++++++++++++---
4 files changed, 60 insertions(+), 4 deletions(-)
[PULL 0/3] Migration 20211109 patches
Posted by Juan Quintela 2 years, 6 months ago
The following changes since commit 114f3c8cc427333dbae331dfd2ecae64676b087e:

  Merge remote-tracking branch 'remotes/philmd/tags/avocado-20211108' into staging (2021-11-08 18:50:09 +0100)

are available in the Git repository at:

  https://github.com/juanquintela/qemu.git tags/migration-20211109-pull-request

for you to fetch changes up to 91fe9a8dbd449a2f333aefb82ec8adb1f6424408:

  Reset the auto-converge counter at every checkpoint. (2021-11-09 08:48:36 +0100)

----------------------------------------------------------------
Migration Pull request

Hi

This pull request includes:
- fix sample-pages doc by hyman
- cleanup colo pages by contiguous blocks by Rao
- reset auto-converge by checkpoint by Rao.

Please, apply.

----------------------------------------------------------------

Hyman Huang(黄勇) (1):
  docs: fix 'sample-pages' option tag

Rao, Lei (2):
  Reduce the PVM stop time during Checkpoint
  Reset the auto-converge counter at every checkpoint.

 qapi/migration.json |  2 +-
 migration/ram.h     |  1 +
 migration/colo.c    |  4 ++++
 migration/ram.c     | 57 ++++++++++++++++++++++++++++++++++++++++++---
 4 files changed, 60 insertions(+), 4 deletions(-)

-- 
2.33.1



Re: [PULL 0/3] Migration 20211109 patches
Posted by Richard Henderson 2 years, 6 months ago
On 11/9/21 9:02 AM, Juan Quintela wrote:
> The following changes since commit 114f3c8cc427333dbae331dfd2ecae64676b087e:
> 
>    Merge remote-tracking branch 'remotes/philmd/tags/avocado-20211108' into staging (2021-11-08 18:50:09 +0100)
> 
> are available in the Git repository at:
> 
>    https://github.com/juanquintela/qemu.git tags/migration-20211109-pull-request
> 
> for you to fetch changes up to 91fe9a8dbd449a2f333aefb82ec8adb1f6424408:
> 
>    Reset the auto-converge counter at every checkpoint. (2021-11-09 08:48:36 +0100)
> 
> ----------------------------------------------------------------
> Migration Pull request
> 
> Hi
> 
> This pull request includes:
> - fix sample-pages doc by hyman
> - cleanup colo pages by contiguous blocks by Rao
> - reset auto-converge by checkpoint by Rao.
> 
> Please, apply.
> 
> ----------------------------------------------------------------
> 
> Hyman Huang(黄勇) (1):
>    docs: fix 'sample-pages' option tag
> 
> Rao, Lei (2):
>    Reduce the PVM stop time during Checkpoint
>    Reset the auto-converge counter at every checkpoint.
> 
>   qapi/migration.json |  2 +-
>   migration/ram.h     |  1 +
>   migration/colo.c    |  4 ++++
>   migration/ram.c     | 57 ++++++++++++++++++++++++++++++++++++++++++---
>   4 files changed, 60 insertions(+), 4 deletions(-)

Applied, thanks.

r~