Re: [PATCH 2/5] migration/ram: Stop passing QEMUFile around in save_zero_page

2023-08-15 Thread Peter Xu
On Tue, Aug 15, 2023 at 11:38:25AM -0300, Fabiano Rosas wrote: > We don't need the QEMUFile when we're already passing the > PageSearchStatus. > > Signed-off-by: Fabiano Rosas Reviewed-by: Peter Xu -- Peter Xu

[PATCH 2/5] migration/ram: Stop passing QEMUFile around in save_zero_page

2023-08-15 Thread Fabiano Rosas
We don't need the QEMUFile when we're already passing the PageSearchStatus. Signed-off-by: Fabiano Rosas --- migration/ram.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index 87efab72e8..761f43dc34 100644 --- a/migration/ram.c