Steve Sistare <steven.sist...@oracle.com> 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 <steven.sist...@oracle.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> queued.