On Thu, Feb 08, 2024 at 10:53:57AM -0800, Steve Sistare wrote: > Passing MigrationState to notifiers is unsound because they could access > unstable migration state internals or even modify the state. Instead, pass > the minimal info needed in a new MigrationEvent struct, which could be > extended in the future if needed. > > Suggested-by: Peter Xu <pet...@redhat.com> > Signed-off-by: Steve Sistare <steven.sist...@oracle.com>
Reviewed-by: Peter Xu <pet...@redhat.com> -- Peter Xu