Re: [PATCH 1/7] migration: Drop dead code of ram_debug_dump_bitmap()

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

Re: [PATCH 1/7] migration: Drop dead code of ram_debug_dump_bitmap()

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

[PATCH 1/7] migration: Drop dead code of ram_debug_dump_bitmap()

2021-12-07 Thread Peter Xu
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.. Signed-off-by: Peter Xu --- migration/ram.c | 39