Re: [PATCH V3 07/13] migration: per-mode notifiers

2024-02-19 Thread Peter Xu
On Thu, Feb 08, 2024 at 10:54:00AM -0800, Steve Sistare wrote: > Keep a separate list of migration notifiers for each migration mode. > > Suggested-by: Peter Xu > Signed-off-by: Steve Sistare Reviewed-by: Peter Xu -- Peter Xu

Re: [PATCH V3 07/13] migration: per-mode notifiers

2024-02-12 Thread David Hildenbrand
On 08.02.24 19:54, Steve Sistare wrote: Keep a separate list of migration notifiers for each migration mode. Suggested-by: Peter Xu Signed-off-by: Steve Sistare --- Reviewed-by: David Hildenbrand -- Cheers, David / dhildenb

[PATCH V3 07/13] migration: per-mode notifiers

2024-02-08 Thread Steve Sistare
Keep a separate list of migration notifiers for each migration mode. Suggested-by: Peter Xu Signed-off-by: Steve Sistare --- include/migration/misc.h | 2 ++ migration/migration.c| 22 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/include/migration/