Re: [PATCH v3 5/8] migration: Drop return code for disgard ram process

2021-12-30 Thread Philippe Mathieu-Daudé
On 12/24/21 07:49, Peter Xu wrote: > It will just never fail. Drop those return values where they're constantly > zeros. > > A tiny touch-up on the tracepoint so trace_ram_postcopy_send_discard_bitmap() > is called after the logic itself (which sounds more reasonable). > > Reviewed-by: Dr. David

[PATCH v3 5/8] migration: Drop return code for disgard ram process

2021-12-23 Thread Peter Xu
It will just never fail. Drop those return values where they're constantly zeros. A tiny touch-up on the tracepoint so trace_ram_postcopy_send_discard_bitmap() is called after the logic itself (which sounds more reasonable). Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Peter Xu --- migr