Re: [PATCH 2/2] migration: Unexport dirty_bitmap_mig_init() in misc.h

2024-10-22 Thread Cédric Le Goater
On 10/22/24 18:07, Peter Xu wrote: It's only used within migration/, so it shouldn't be exported. Signed-off-by: Peter Xu Reviewed-by: Cédric Le Goater Thanks, C. --- include/migration/misc.h | 3 --- migration/migration.h| 4 2 files changed, 4 insertions(+), 3 deletions(

[PATCH 2/2] migration: Unexport dirty_bitmap_mig_init() in misc.h

2024-10-22 Thread Peter Xu
It's only used within migration/, so it shouldn't be exported. Signed-off-by: Peter Xu --- include/migration/misc.h | 3 --- migration/migration.h| 4 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/migration/misc.h b/include/migration/misc.h index 8d6812b8c7..e0e