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

2022-01-26 Thread Juan Quintela
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). > > Signed-off-by: Peter Xu Reviewed-by: Jua

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

2021-12-08 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) 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). > > Signed-off-by: Pete

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

2021-12-07 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). Signed-off-by: Peter Xu --- migration/migration.c | 5 + migrati