[PULL 00/16] Migration 20230505 patches

Juan Quintela posted 16 patches 1 year ago
Failed in applying to current master (apply log)
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>, Eric Blake <eblake@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, John Snow <jsnow@redhat.com>, Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>
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(-)
[PULL 00/16] Migration 20230505 patches
Posted by Juan Quintela 1 year ago
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
Re: [PULL 00/16] Migration 20230505 patches
Posted by Richard Henderson 12 months ago
On 5/5/23 01:47, Juan Quintela wrote:
> The following changes since commit f6b761bdbd8ba63cee7428d52fb6b46e4224ddab:
> 
>    Merge tag 'qga-pull-2023-05-04' ofhttps://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.

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


r~