qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/8] Migration 20230428 patches


From: Juan Quintela
Subject: [PULL 0/8] Migration 20230428 patches
Date: Wed, 3 May 2023 11:25:58 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]