Re: [PATCH V3 06/13] migration: MigrationNotifyFunc

2024-02-19 Thread Peter Xu
On Thu, Feb 08, 2024 at 10:53:59AM -0800, Steve Sistare wrote: > Define MigrationNotifyFunc to improve type safety and simplify migration > notifiers. > > Signed-off-by: Steve Sistare Reviewed-by: Peter Xu -- Peter Xu

Re: [PATCH V3 06/13] migration: MigrationNotifyFunc

2024-02-12 Thread David Hildenbrand
On 08.02.24 19:53, Steve Sistare wrote: Define MigrationNotifyFunc to improve type safety and simplify migration notifiers. Signed-off-by: Steve Sistare --- Reviewed-by: David Hildenbrand -- Cheers, David / dhildenb

[PATCH V3 06/13] migration: MigrationNotifyFunc

2024-02-08 Thread Steve Sistare
Define MigrationNotifyFunc to improve type safety and simplify migration notifiers. Signed-off-by: Steve Sistare --- hw/net/virtio-net.c | 4 +--- hw/vfio/migration.c | 3 +-- include/migration/misc.h | 7 ++- migration/migration.c| 4 ++-- net/vhost-vdpa.c | 6 ++