On 09/03/2016 09:30, Fam Zheng wrote:
> > - aio_poll(bdrv_get_aio_context(bs), true);
> > + if (aio_context_in_iothread(ctx)) {
> > + /* This case should not occur at all, except for the
> > + * main thread.
> > + */
>
> Maybe assert ctx == qemu_get_aio_context()?Sure. Paolo
