mbox

[PULL,00/13] Migration 20231002 patches

Message ID 20231002122021.231959-1-quintela@redhat.com
State New
Headers show

Pull-request

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

Message

Juan Quintela Oct. 2, 2023, 12:20 p.m. UTC
The following changes since commit 36e9aab3c569d4c9ad780473596e18479838d1aa:

  migration: Move return path cleanup to main migration thread (2023-09-27 13:58:02 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9c53d369e5903375a2e3358f739be77dcb8dae49:

  migration/rdma: Simplify the function that saves a page (2023-09-29 18:13:53 +0200)

----------------------------------------------------------------
Migration Pull request (20231002)

In this migration pull request:

- Refactor repeated call of yank_unregister_instance (tejus)
- More migraton-test changes

Please, apply.

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

Juan Quintela (12):
  migration-test: Create kvm_opts
  migration-test: bootpath is the same for all tests and for all archs
  migration-test: Add bootfile_create/delete() functions
  migration-test: dirtylimit checks for x86_64 arch before
  migration-test: simplify shmem_opts handling
  migration: Use qemu_file_transferred_noflush() for block migration.
  migration: Don't abuse qemu_file transferred for RDMA
  migration/RDMA: It is accounting for zero/normal pages in two places
  migration/rdma: Remove QEMUFile parameter when not used
  migration/rdma: Don't use imaginary transfers
  migration: Remove unused qemu_file_credit_transfer()
  migration/rdma: Simplify the function that saves a page

Tejus GK (1):
  migration: Refactor repeated call of yank_unregister_instance

 migration/migration-stats.h  |  4 ++
 migration/qemu-file.h        | 22 +++--------
 migration/block.c            |  4 +-
 migration/migration-stats.c  |  5 ++-
 migration/migration.c        |  4 --
 migration/qemu-file.c        | 22 ++++-------
 migration/ram.c              | 18 ++-------
 migration/rdma.c             | 64 ++++++++++++++++--------------
 tests/qtest/migration-test.c | 77 ++++++++++++++++++++++--------------
 migration/trace-events       |  2 +-
 10 files changed, 107 insertions(+), 115 deletions(-)

Comments

Stefan Hajnoczi Oct. 2, 2023, 9:57 p.m. UTC | #1
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.