Re: [PATCH v7 05/12] migration: Make ram_save_target_page() a pointer

2022-08-22 Thread Juan Quintela
Leonardo Bras Soares Passos wrote: > On Fri, Aug 19, 2022 at 6:52 AM Juan Quintela wrote: >> >> - the value that we receive in ram_save_setup() is a RAMState >> - We would have to change all the callers form >> * ram_save_iterate() >> * ram_find_and_save_block() >> * ram_save_host_page() >

Re: [PATCH v7 05/12] migration: Make ram_save_target_page() a pointer

2022-08-20 Thread Leonardo Bras Soares Passos
On Fri, Aug 19, 2022 at 6:52 AM Juan Quintela wrote: > > Leonardo Brás wrote: > > On Tue, 2022-08-02 at 08:39 +0200, Juan Quintela wrote: > >> We are going to create a new function for multifd latest in the series. > >> > >> Signed-off-by: Juan Quintela > >> Reviewed-by: Dr. David Alan Gilbert

Re: [PATCH v7 05/12] migration: Make ram_save_target_page() a pointer

2022-08-19 Thread Juan Quintela
Leonardo Brás wrote: > On Tue, 2022-08-02 at 08:39 +0200, Juan Quintela wrote: >> We are going to create a new function for multifd latest in the series. >> >> Signed-off-by: Juan Quintela >> Reviewed-by: Dr. David Alan Gilbert >> Signed-off-by: Juan Quintela > > Double Signed-off-by again. >

Re: [PATCH v7 05/12] migration: Make ram_save_target_page() a pointer

2022-08-11 Thread Leonardo Brás
On Tue, 2022-08-02 at 08:39 +0200, Juan Quintela wrote: > We are going to create a new function for multifd latest in the series. > > Signed-off-by: Juan Quintela > Reviewed-by: Dr. David Alan Gilbert > Signed-off-by: Juan Quintela Double Signed-off-by again. > --- > migration/ram.c | 13 +++

[PATCH v7 05/12] migration: Make ram_save_target_page() a pointer

2022-08-01 Thread Juan Quintela
We are going to create a new function for multifd latest in the series. Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Juan Quintela --- migration/ram.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/migration/ram.c b/migratio