Re: [PATCH V3 01/13] notify: pass error to notifier with return

2024-02-12 Thread David Hildenbrand
On 08.02.24 19:53, Steve Sistare wrote: Pass an error object as the third parameter to "notifier with return" notifiers, so clients no longer need to bundle an error object in the opaque data. The new parameter is used in a later patch. Signed-off-by: Steve Sistare Reviewed-by: Peter Xu ---

[PATCH V3 01/13] notify: pass error to notifier with return

2024-02-08 Thread Steve Sistare
Pass an error object as the third parameter to "notifier with return" notifiers, so clients no longer need to bundle an error object in the opaque data. The new parameter is used in a later patch. Signed-off-by: Steve Sistare Reviewed-by: Peter Xu --- hw/virtio/vhost-user.c | 2 +- hw/virt