Re: [PATCH V2 02/11] migration: remove error from notifier data

2024-01-14 Thread Peter Xu
On Fri, Jan 12, 2024 at 07:05:01AM -0800, Steve Sistare wrote: > Remove the error object from opaque data passed to notifiers. > Use the new error parameter passed to the notifier instead. > > Signed-off-by: Steve Sistare Reviewed-by: Peter Xu -- Peter Xu

[PATCH V2 02/11] migration: remove error from notifier data

2024-01-12 Thread Steve Sistare
Remove the error object from opaque data passed to notifiers. Use the new error parameter passed to the notifier instead. Signed-off-by: Steve Sistare --- hw/virtio/vhost-user.c | 8 include/migration/misc.h | 1 - migration/postcopy-ram.c | 1 - migration/postcopy-ram.h | 1 - migrat