Re: [PATCH V2 01/11] notify: pass error to notifier with return

2024-01-14 Thread Peter Xu
On Fri, Jan 12, 2024 at 07:05:00AM -0800, 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 Sistar

[PATCH V2 01/11] notify: pass error to notifier with return

2024-01-12 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 --- hw/virtio/vhost-user.c | 2 +- hw/virtio/virtio-balloon.c | 3