qemu-block
[Top][All Lists]
Advanced

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

[PULL 00/16] Migration 20230505 patches


From: Juan Quintela
Subject: [PULL 00/16] Migration 20230505 patches
Date: Fri, 5 May 2023 02:47:56 +0200

The following changes since commit f6b761bdbd8ba63cee7428d52fb6b46e4224ddab:

  Merge tag 'qga-pull-2023-05-04' of https://github.com/kostyanf14/qemu into 
staging (2023-05-04 12:08:00 +0100)

are available in the Git repository at:

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

for you to fetch changes up to fae4009fb51b12927165667a9c9d6af93d31b1df:

  qemu-file: Make ram_control_save_page() use accessors for rate_limit 
(2023-05-05 02:01:59 +0200)

----------------------------------------------------------------
Migration Pull request (20230505 edition)

In this series:
- fix block_bitmap_mapping (juan)
- RDMA cleanup (juan)
- qemu file cleanup (juan)

Please apply.

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

Juan Quintela (16):
  migration: Fix block_bitmap_mapping migration
  migration/rdma: Don't pass the QIOChannelRDMA as an opaque
  migration: Document all migration_stats
  migration: Put zero_pages in alphabetical order
  migration: Rename xbzrle_enabled xbzrle_started
  migration: Make RAM_SAVE_FLAG_HOOK a normal case entry
  migration/rdma: simplify ram_control_load_hook()
  migration/rdma: We can calculate the rioc from the QEMUFile
  migration/rdma: It makes no sense to recive that flag without RDMA
  migration/rdma: Check for postcopy sooner
  migration: max_postcopy_bandwidth is a size parameter
  migration: qemu_file_total_transferred() function is monotonic
  qemu-file: No need to check for shutdown in qemu_file_rate_limit
  qemu-file: remove shutdown member
  qemu-file: Make total_transferred an uint64_t
  qemu-file: Make ram_control_save_page() use accessors for rate_limit

 migration/block-dirty-bitmap.c | 14 ++++-------
 migration/block.c              | 13 +++-------
 migration/migration-stats.h    | 45 ++++++++++++++++++++++++++++++++-
 migration/migration.c          |  4 +--
 migration/options.c            |  9 ++++++-
 migration/options.h            |  4 ++-
 migration/qemu-file.c          | 35 +++++++-------------------
 migration/qemu-file.h          |  4 +--
 migration/ram.c                | 26 +++++++++----------
 migration/rdma.c               | 46 +++++++++++++++++-----------------
 migration/savevm.c             |  6 ++---
 migration/vmstate.c            |  2 +-
 12 files changed, 114 insertions(+), 94 deletions(-)

-- 
2.40.0




reply via email to

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