[PULL 0/5] migration queue

Dr. David Alan Gilbert (git) posted 5 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220802155447.216018-1-dgilbert@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>, Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
There is a newer version of this series
migration/block.c                |  2 +-
migration/migration.c            |  5 +++++
migration/ram.c                  | 37 ++++++++++++++++++++++++++-----------
migration/trace-events           |  3 ++-
tools/virtiofsd/passthrough_ll.c | 13 ++-----------
5 files changed, 36 insertions(+), 24 deletions(-)
[PULL 0/5] migration queue
Posted by Dr. David Alan Gilbert (git) 1 year, 9 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 0399521e53336bd2cdc15482bca0ffd3493fdff6:

  Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging (2022-08-02 06:52:05 -0700)

are available in the Git repository at:

  https://gitlab.com/dagrh/qemu.git tags/pull-migration-20220802c

for you to fetch changes up to a21ba54dd5ca38cd05da9035fc65374d7af54f13:

  virtiofsd: Disable killpriv_v2 by default (2022-08-02 16:46:52 +0100)

----------------------------------------------------------------
Migration fixes pull 2022-08-02

Small migration (and virtiofsd) fixes.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

----------------------------------------------------------------
Leonardo Bras (1):
      migration: add remaining params->has_* = true in migration_instance_init()

Peter Maydell (2):
      migration: Assert that migrate_multifd_compression() returns an in-range value
      migration: Define BLK_MIG_BLOCK_SIZE as unsigned long long

Thomas Huth (1):
      Revert "migration: Simplify unqueue_page()"

Vivek Goyal (1):
      virtiofsd: Disable killpriv_v2 by default

 migration/block.c                |  2 +-
 migration/migration.c            |  5 +++++
 migration/ram.c                  | 37 ++++++++++++++++++++++++++-----------
 migration/trace-events           |  3 ++-
 tools/virtiofsd/passthrough_ll.c | 13 ++-----------
 5 files changed, 36 insertions(+), 24 deletions(-)
Re: [PULL 0/5] migration queue
Posted by Richard Henderson 1 year, 9 months ago
On 8/2/22 08:54, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> The following changes since commit 0399521e53336bd2cdc15482bca0ffd3493fdff6:
> 
>    Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging (2022-08-02 06:52:05 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/dagrh/qemu.git tags/pull-migration-20220802c
> 
> for you to fetch changes up to a21ba54dd5ca38cd05da9035fc65374d7af54f13:
> 
>    virtiofsd: Disable killpriv_v2 by default (2022-08-02 16:46:52 +0100)
> 
> ----------------------------------------------------------------
> Migration fixes pull 2022-08-02
> 
> Small migration (and virtiofsd) fixes.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> 
> ----------------------------------------------------------------
> Leonardo Bras (1):
>        migration: add remaining params->has_* = true in migration_instance_init()
> 
> Peter Maydell (2):
>        migration: Assert that migrate_multifd_compression() returns an in-range value
>        migration: Define BLK_MIG_BLOCK_SIZE as unsigned long long
> 
> Thomas Huth (1):
>        Revert "migration: Simplify unqueue_page()"
> 
> Vivek Goyal (1):
>        virtiofsd: Disable killpriv_v2 by default
> 
>   migration/block.c                |  2 +-
>   migration/migration.c            |  5 +++++
>   migration/ram.c                  | 37 ++++++++++++++++++++++++++-----------
>   migration/trace-events           |  3 ++-
>   tools/virtiofsd/passthrough_ll.c | 13 ++-----------
>   5 files changed, 36 insertions(+), 24 deletions(-)
> 
>