Re: [Qemu-devel] [PATCH v3 2/4] iothread: provide helpers for internal use

2017-09-26 Thread Stefan Hajnoczi
On Tue, Sep 26, 2017 at 12:52:10PM +0800, Peter Xu wrote: > IOThread is a general framework that contains IO loop environment and a > real thread behind. It's also good to be used internally inside qemu. > Provide some helpers for it to create iothreads to be used internally. > > Put all the inte

Re: [Qemu-devel] [PATCH v3 2/4] iothread: provide helpers for internal use

2017-09-25 Thread Fam Zheng
On Tue, 09/26 12:52, Peter Xu wrote: > IOThread is a general framework that contains IO loop environment and a > real thread behind. It's also good to be used internally inside qemu. > Provide some helpers for it to create iothreads to be used internally. > > Put all the internal used iothreads i

[Qemu-devel] [PATCH v3 2/4] iothread: provide helpers for internal use

2017-09-25 Thread Peter Xu
IOThread is a general framework that contains IO loop environment and a real thread behind. It's also good to be used internally inside qemu. Provide some helpers for it to create iothreads to be used internally. Put all the internal used iothreads into the internal object container. Signed-off-