Sanidhya Kashyap <sanidhya.ii...@gmail.com> wrote: >> >> Exporting a function without a prefix could be dangerous. >> >> Later, Juan. > > Any particular solution, as the function is being used at two places.
bitmap_* prefix is taken for generic bitmap operations. qemu_bitmap_range_sync() migration_bitmap_range_sync() Use a prefix that is known to be used only on qemu. I can undrestand why you don't want migration, so qemu_ prefix should do the trick? Later, Juan.