On Fri, May 2, 2014 at 9:39 AM, Paolo Bonzini <pbonz...@redhat.com> wrote: > Il 01/05/2014 16:54, Stefan Hajnoczi ha scritto: > >> Drop the assumption that we're using the main AioContext for Linux AIO. >> Convert the Linux AIO event notifier to use aio_set_event_notifier(). >> >> The .bdrv_detach/attach_aio_context() interfaces also need to be >> implemented to move the event notifier handler from the old to the new >> AioContext. >> >> Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > > > Is the same needed for raw-win32?
You are right, I will add raw-win32 support in v2. Stefan