Re: [PATCH 05/19] migration/rdma: Split the zero page case from acct_update_position

2023-04-27 Thread Lukas Straub
On Thu, 27 Apr 2023 18:34:35 +0200 Juan Quintela wrote: > Now that we have atomic counters, we can do it on the place that we > need it, no need to do it inside ram.c. > > Signed-off-by: Juan Quintela Reviewed-by: Lukas Straub > --- > migration/ram.c | 12 > migration/ram.h |

[PATCH 05/19] migration/rdma: Split the zero page case from acct_update_position

2023-04-27 Thread Juan Quintela
Now that we have atomic counters, we can do it on the place that we need it, no need to do it inside ram.c. Signed-off-by: Juan Quintela --- migration/ram.c | 12 migration/ram.h | 2 +- migration/rdma.c | 7 +-- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git