On 08.02.24 19:53, 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: David Hildenbrand <da...@redhat.com> -- Cheers, David / dhildenb