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 internal used iothreads into the internal object container. > > Signed-off-by: Peter Xu <pet...@redhat.com> > --- > include/sysemu/iothread.h | 8 ++++++++ > iothread.c | 16 ++++++++++++++++ > 2 files changed, 24 insertions(+)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>