On Fri, Aug 24, 2018 at 03:46:03PM +0200, Marc-André Lureau wrote:
> Hi,
>
> On Fri, Aug 24, 2018 at 11:10 AM Peter Xu wrote:
> >
> > This is a RFC series. It majorly did these things:
> >
> > (1) move the monitor iothread management from monitor code to chardev
> > code somehow,
> >
> > (2)
Hi,
On Fri, Aug 24, 2018 at 11:10 AM Peter Xu wrote:
>
> This is a RFC series. It majorly did these things:
>
> (1) move the monitor iothread management from monitor code to chardev
> code somehow,
>
> (2) decide which context/iothread to use for the chardev before
> chardev creates, by
This is a RFC series. It majorly did these things:
(1) move the monitor iothread management from monitor code to chardev
code somehow,
(2) decide which context/iothread to use for the chardev before
chardev creates, by parsing monitor options earlier (not init, but
only parsing) sinc