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 Bonzini wrote:
> >>>This patch series is part 2 in my EventNotifier/AIO improvements
> >>>fo
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 a
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 Bonzini 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
Il 25/10/2012 18:01, Stefan Hajnoczi ha scritto:
> On Tue, Aug 7, 2012 at 1:17 PM, Paolo Bonzini 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 ad
On Tue, Aug 7, 2012 at 1:17 PM, Paolo Bonzini 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 thread pool is intro
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
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 po
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
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 use