[PULL 0/8] Migration 20230428 patches

Juan Quintela posted 8 patches 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230503092606.9415-1-quintela@redhat.com
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>
migration/meson.build       |  1 +
migration/migration-stats.c | 17 +++++++++++
migration/migration-stats.h | 41 +++++++++++++++++++++++++
migration/migration.c       | 33 ++++++++++----------
migration/multifd.c         | 12 ++++----
migration/postcopy-ram.c    |  2 +-
migration/ram.c             | 60 ++++++++++++++-----------------------
migration/ram.h             | 24 ---------------
migration/rdma.c            |  9 ++++--
migration/savevm.c          |  3 +-
migration/tls.c             | 15 ++++------
migration/tls.h             |  3 +-
12 files changed, 120 insertions(+), 100 deletions(-)
create mode 100644 migration/migration-stats.c
create mode 100644 migration/migration-stats.h
[PULL 0/8] Migration 20230428 patches
Posted by Juan Quintela 12 months ago
The following changes since commit 4ebc33f3f3b656ebf62112daca6aa0f8019b4891:

  Merge tag 'pull-tcg-20230502-2' of https://gitlab.com/rth7680/qemu into staging (2023-05-02 21:18:45 +0100)

are available in the Git repository at:

  https://gitlab.com/juan.quintela/qemu.git tags/migration-20230428-pull-request

for you to fetch changes up to 0deb7e9b6cfdb39d89a629e705d6176c511fa83e:

  migration: Drop unused parameter for migration_tls_client_create() (2023-05-03 11:24:20 +0200)

----------------------------------------------------------------
Migraiton Pull request (20230428 take 2)

Hi

Dropped the compression cleanups to see if we find what is going on.

Please apply.

Later, Juan.

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

Juan Quintela (8):
  multifd: We already account for this packet on the multifd thread
  migration: Move ram_stats to its own file migration-stats.[ch]
  migration: Rename ram_counters to mig_stats
  migration: Rename RAMStats to MigrationAtomicStats
  migration/rdma: Split the zero page case from acct_update_position
  migration/rdma: Unfold last user of acct_update_position()
  migration: Drop unused parameter for migration_tls_get_creds()
  migration: Drop unused parameter for migration_tls_client_create()

 migration/meson.build       |  1 +
 migration/migration-stats.c | 17 +++++++++++
 migration/migration-stats.h | 41 +++++++++++++++++++++++++
 migration/migration.c       | 33 ++++++++++----------
 migration/multifd.c         | 12 ++++----
 migration/postcopy-ram.c    |  2 +-
 migration/ram.c             | 60 ++++++++++++++-----------------------
 migration/ram.h             | 24 ---------------
 migration/rdma.c            |  9 ++++--
 migration/savevm.c          |  3 +-
 migration/tls.c             | 15 ++++------
 migration/tls.h             |  3 +-
 12 files changed, 120 insertions(+), 100 deletions(-)
 create mode 100644 migration/migration-stats.c
 create mode 100644 migration/migration-stats.h

-- 
2.40.0
Re: [PULL 0/8] Migration 20230428 patches
Posted by Richard Henderson 12 months ago
On 5/3/23 10:25, Juan Quintela wrote:
> The following changes since commit 4ebc33f3f3b656ebf62112daca6aa0f8019b4891:
> 
>    Merge tag 'pull-tcg-20230502-2' ofhttps://gitlab.com/rth7680/qemu  into staging (2023-05-02 21:18:45 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/juan.quintela/qemu.git  tags/migration-20230428-pull-request
> 
> for you to fetch changes up to 0deb7e9b6cfdb39d89a629e705d6176c511fa83e:
> 
>    migration: Drop unused parameter for migration_tls_client_create() (2023-05-03 11:24:20 +0200)
> 
> ----------------------------------------------------------------
> Migraiton Pull request (20230428 take 2)
> 
> Hi
> 
> Dropped the compression cleanups to see if we find what is going on.
> 
> Please apply.
> 
> Later, Juan.

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


r~