Re: [Qemu-devel] [PATCH v4 0/5] iothread: allow to create internal iothreads

2017-09-28 Thread Stefan Hajnoczi
On Thu, Sep 28, 2017 at 10:59:53AM +0800, Peter Xu wrote: > v4: > - fix comment in patch 1 [Fam, Stefan] > - add one more patch from Stefan to fix the aio glib warning > > v3: > - pick up r-bs (one missing for Fam's on last patch) > - fix patch 1 to create isolated internal container > > v2: > -

[Qemu-devel] [PATCH v4 0/5] iothread: allow to create internal iothreads

2017-09-27 Thread Peter Xu
v4: - fix comment in patch 1 [Fam, Stefan] - add one more patch from Stefan to fix the aio glib warning v3: - pick up r-bs (one missing for Fam's on last patch) - fix patch 1 to create isolated internal container v2: - add one patch to provide object_get_internal_root() [Daniel] - patch 2: use th