Re: [Qemu-devel] [PATCH v2 1/6] monitor: inline ambiguous helper functions

2018-12-02 Thread Markus Armbruster
Marc-André Lureau writes: > The function were not named with "mon_iothread", or following the AIO > vs GMainContext distinction. Inline them instead. > > Signed-off-by: Marc-André Lureau Reviewed-by: Markus Armbruster

Re: [Qemu-devel] [PATCH v2 1/6] monitor: inline ambiguous helper functions

2018-10-29 Thread Peter Xu
On Mon, Oct 29, 2018 at 04:57:28PM +0400, Marc-André Lureau wrote: > The function were not named with "mon_iothread", or following the AIO > vs GMainContext distinction. Inline them instead. > > Signed-off-by: Marc-André Lureau Reviewed-by: Peter Xu -- Peter Xu

[Qemu-devel] [PATCH v2 1/6] monitor: inline ambiguous helper functions

2018-10-29 Thread Marc-André Lureau
The function were not named with "mon_iothread", or following the AIO vs GMainContext distinction. Inline them instead. Signed-off-by: Marc-André Lureau --- monitor.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/monitor.c b/monitor.c index 823b5a1099..07712