On 12/24/21 07:49, Peter Xu wrote: > I planned to add "#ifdef DEBUG_POSTCOPY" around the function too because > otherwise it'll be compiled into qemu binary even if it'll never be used. > Then > I found that maybe it's easier to just drop it for good.. > > Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > Signed-off-by: Peter Xu <pet...@redhat.com> > --- > migration/ram.c | 39 --------------------------------------- > migration/ram.h | 2 -- > 2 files changed, 41 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>