[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH RESEND 0/7] migration pending patches
|
From: |
Fabiano Rosas |
|
Subject: |
[PATCH RESEND 0/7] migration pending patches |
|
Date: |
Wed, 11 Oct 2023 15:45:57 -0300 |
Hi, this is a resend of a few patches that lingered behind in the past
months. They are all reviewed and tested.
patch 1 is the test for the file transport which missed the last pull;
patches 2-6 are two small refactorings to ram.c that are prerequisite
for the fixed ram work;
patch 7 enables the multifd cancel test which has been fixed for a
while now since commit 01ec0f3a92 ("migration/multifd: Protect
accesses to migration_threads").
CI run: https://gitlab.com/farosas/qemu/-/pipelines/1033679993
Thanks!
Fabiano Rosas (6):
tests/qtest: migration-test: Add tests for file-based migration
migration/ram: Remove RAMState from xbzrle_cache_zero_page
migration/ram: Stop passing QEMUFile around in save_zero_page
migration/ram: Move xbzrle zero page handling into save_zero_page
migration/ram: Merge save_zero_page functions
tests/qtest: Re-enable multifd cancel test
Nikolay Borisov (1):
migration/ram: Refactor precopy ram loading code
migration/ram.c | 216 ++++++++++++++++++-----------------
tests/qtest/migration-test.c | 157 +++++++++++++++++++++++--
2 files changed, 258 insertions(+), 115 deletions(-)
--
2.35.3
- [PATCH RESEND 0/7] migration pending patches,
Fabiano Rosas <=
- [PATCH RESEND 3/7] migration/ram: Remove RAMState from xbzrle_cache_zero_page, Fabiano Rosas, 2023/10/11
- [PATCH RESEND 4/7] migration/ram: Stop passing QEMUFile around in save_zero_page, Fabiano Rosas, 2023/10/11
- [PATCH RESEND 1/7] tests/qtest: migration-test: Add tests for file-based migration, Fabiano Rosas, 2023/10/11
- [PATCH RESEND 6/7] migration/ram: Merge save_zero_page functions, Fabiano Rosas, 2023/10/11
- [PATCH RESEND 5/7] migration/ram: Move xbzrle zero page handling into save_zero_page, Fabiano Rosas, 2023/10/11
- [PATCH RESEND 7/7] tests/qtest: Re-enable multifd cancel test, Fabiano Rosas, 2023/10/11