Re: [PATCH 02/33] qemu: monitor: Remove return value from qemuMonitorEmit* functions

2021-07-21 Thread Jano Tomko
On a %A in %Y, Peter Krempa wrote: > The callers in the monitor code invoking the callbacks after events are > received don't actually check the return value from the callbacks and > there isn't really anything we could do on failure. > > Remove the return value from the intermediary functions so

[PATCH 02/33] qemu: monitor: Remove return value from qemuMonitorEmit* functions

2021-07-21 Thread Peter Krempa
The callers in the monitor code invoking the callbacks after events are received don't actually check the return value from the callbacks and there isn't really anything we could do on failure. Remove the return value from the intermediary functions so we can later remove them from the callback