Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO

2012-10-26 Thread Paolo Bonzini
Il 25/10/2012 20:48, Anthony Liguori ha scritto: No, but I rebased it on top of AioContext in my branch. If you're interested I can resubmit it. What was the conclusion with 12/12? I'm pretty happy with the series. If no one is unhappy about 12/12 then I think we should apply it. Ok,

Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO

2012-10-26 Thread Stefan Hajnoczi
On Thu, Oct 25, 2012 at 01:48:35PM -0500, Anthony Liguori wrote: On 10/25/2012 11:23 AM, Paolo Bonzini wrote: Il 25/10/2012 18:01, Stefan Hajnoczi ha scritto: On Tue, Aug 7, 2012 at 1:17 PM, Paolo Bonzinipbonz...@redhat.com wrote: This patch series is part 2 in my EventNotifier/AIO

Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO

2012-10-25 Thread Stefan Hajnoczi
On Tue, Aug 7, 2012 at 1:17 PM, Paolo Bonzini pbonz...@redhat.com wrote: This patch series is part 2 in my EventNotifier/AIO improvements for QEMU 1.2. It extends use of EventNotifier to the main loop and AIO subsystems. A new API using EventNotifier is added to aio.c and a new portable

Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO

2012-10-25 Thread Paolo Bonzini
Il 25/10/2012 18:01, Stefan Hajnoczi ha scritto: On Tue, Aug 7, 2012 at 1:17 PM, Paolo Bonzini pbonz...@redhat.com wrote: This patch series is part 2 in my EventNotifier/AIO improvements for QEMU 1.2. It extends use of EventNotifier to the main loop and AIO subsystems. A new API using

Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO

2012-10-25 Thread Anthony Liguori
On 10/25/2012 11:23 AM, Paolo Bonzini wrote: Il 25/10/2012 18:01, Stefan Hajnoczi ha scritto: On Tue, Aug 7, 2012 at 1:17 PM, Paolo Bonzinipbonz...@redhat.com wrote: This patch series is part 2 in my EventNotifier/AIO improvements for QEMU 1.2. It extends use of EventNotifier to the main

Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO

2012-08-20 Thread Paolo Bonzini
Il 13/08/2012 21:43, Stefan Weil ha scritto: Label out_free_buf is only used with CONFIG_LINUX_AIO. off_t is always 32 bit with MinGW header files, but we want support for large files, so off64_t is a better choice here. It also avoids a compiler warning when the value is right shifted by

Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO

2012-08-13 Thread Stefan Weil
Am 11.08.2012 21:27, schrieb Stefan Weil: Am 07.08.2012 13:17, schrieb Paolo Bonzini: This patch series is part 2 in my EventNotifier/AIO improvements for QEMU 1.2. It extends use of EventNotifier to the main loop and AIO subsystems. A new API using EventNotifier is added to aio.c and a new

Re: [Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO

2012-08-11 Thread Stefan Weil
Am 07.08.2012 13:17, schrieb Paolo Bonzini: This patch series is part 2 in my EventNotifier/AIO improvements for QEMU 1.2. It extends use of EventNotifier to the main loop and AIO subsystems. A new API using EventNotifier is added to aio.c and a new portable thread pool is introduced (based on

[Qemu-devel] [PATCH v2 00/12] Portable thread-pool/AIO, Win32 emulated AIO

2012-08-07 Thread Paolo Bonzini
This patch series is part 2 in my EventNotifier/AIO improvements for QEMU 1.2. It extends use of EventNotifier to the main loop and AIO subsystems. A new API using EventNotifier is added to aio.c and a new portable thread pool is introduced (based on code from posix-aio-compat.c, mostly) that