mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
migration: Unexport dirty_bitmap_mig_init()
It's only used within migration/, so it shouldn't be exported. Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Fabiano Rosas <farosas@suse.de> Link: https://lore.kernel.org/r/20241024213056.1395400-3-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
parent
7fc8beb16e
commit
a4ddab3581
2 changed files with 4 additions and 3 deletions
|
@ -552,4 +552,8 @@ int migration_rp_wait(MigrationState *s);
|
|||
void migration_rp_kick(MigrationState *s);
|
||||
|
||||
void migration_bitmap_sync_precopy(bool last_stage);
|
||||
|
||||
/* migration/block-dirty-bitmap.c */
|
||||
void dirty_bitmap_mig_init(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue