On Wed, Jun 07, 2023 at 07:42:34AM -0700, Steve Sistare wrote: > Pass the callback function to add_migration_state_change_notifier so > that migration can initialize the notifier on add and clear it on > delete, which simplifies the call sites. Shorten the function names > so the extra arg can be added more legibly. Hide the global notifier > list in a new function migration_call_notifiers, and make it externally > visible so future live update code can call it. > > No functional change. > > Signed-off-by: Steve Sistare <[email protected]>
Reviewed-by: Peter Xu <[email protected]> -- Peter Xu
