[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] migration/ram: Merge zero page handling
From: |
Fabiano Rosas |
Subject: |
[PATCH 0/5] migration/ram: Merge zero page handling |
Date: |
Tue, 15 Aug 2023 11:38:23 -0300 |
Hi,
This is another small series that I extracted from my fixed-ram series
and that could be already considered for merging.
This is just code movement, no functional change. The objective is to
consolidate the zero page handling in the same routine that saves the
page header and does accounting. Then in the future I'll be able to
just return early because fixed-ram ignores zero pages.
CI run: https://gitlab.com/farosas/qemu/-/pipelines/968300062
Fabiano Rosas (5):
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: Return early from save_zero_page
migration/ram: Merge save_zero_page functions
migration/ram.c | 75 ++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 45 deletions(-)
--
2.35.3
- [PATCH 0/5] migration/ram: Merge zero page handling,
Fabiano Rosas <=
- [PATCH 1/5] migration/ram: Remove RAMState from xbzrle_cache_zero_page, Fabiano Rosas, 2023/08/15
- [PATCH 2/5] migration/ram: Stop passing QEMUFile around in save_zero_page, Fabiano Rosas, 2023/08/15
- [PATCH 3/5] migration/ram: Move xbzrle zero page handling into save_zero_page, Fabiano Rosas, 2023/08/15
- [PATCH 4/5] migration/ram: Return early from save_zero_page, Fabiano Rosas, 2023/08/15
- [PATCH 5/5] migration/ram: Merge save_zero_page functions, Fabiano Rosas, 2023/08/15