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 Alan Gilbert <dgilb...@redhat.com> > Signed-off-by: Peter Xu <pet...@redhat.com> > --- > migration/migration.c | 5 +---- > migration/ram.c | 20 +++++--------------- > migration/ram.h | 2 +- > 3 files changed, 7 insertions(+), 20 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>