Re: [Qemu-devel] [PATCH v8 09/23] monitor: allow using IO thread for parsing

2018-03-10 Thread Eric Blake
On 03/09/2018 02:59 AM, Peter Xu wrote: For each Monitor, add one field "use_io_thr" to show whether it will be using the dedicated monitor IO thread to handle input/output. When set, monitor IO parsing work will be offloaded to the dedicated monitor IO thread, rather than the original main loop

[Qemu-devel] [PATCH v8 09/23] monitor: allow using IO thread for parsing

2018-03-09 Thread Peter Xu
For each Monitor, add one field "use_io_thr" to show whether it will be using the dedicated monitor IO thread to handle input/output. When set, monitor IO parsing work will be offloaded to the dedicated monitor IO thread, rather than the original main loop thread. This only works for QMP. HMP wi