Re: [PATCH 33/33] qemu: process: Extract code for submitting event handling to separate thread

2021-07-21 Thread Jano Tomko
On a %A in %Y, Peter Krempa wrote: > The submission of the event to the helper thread has a verbose cleanup > path which was duplicated in all the event handlers. Simplify it by > extracting the code into a helper named 'qemuProcessEventSubmit' and > reuse it where appropriate. > > Signed-off-by:

[PATCH 33/33] qemu: process: Extract code for submitting event handling to separate thread

2021-07-21 Thread Peter Krempa
The submission of the event to the helper thread has a verbose cleanup path which was duplicated in all the event handlers. Simplify it by extracting the code into a helper named 'qemuProcessEventSubmit' and reuse it where appropriate. Signed-off-by: Peter Krempa --- src/qemu/qemu_process.c |