Am 23.05.2014 12:36, schrieb Peter Maydell:
> On 17 May 2014 09:34, Stefan Weil wrote:
>> Commit 5a007547df76446ab891df93ebc55749716609bf tried to fix a
>> performance degradation caused by bad handling of small timeouts
>> in the original implementation of g_poll.
>>
>> Since that commit, hard di
On 17 May 2014 09:34, Stefan Weil wrote:
> Commit 5a007547df76446ab891df93ebc55749716609bf tried to fix a
> performance degradation caused by bad handling of small timeouts
> in the original implementation of g_poll.
>
> Since that commit, hard disk I/O no longer works.
>
> Instead of rewriting th
@nongnu.org; Peter Maydell
Cc: Stanislav Vorobiov; Stefan Weil; Stefan Hajnoczi; Sangho Park
Subject: [Qemu-devel] [PATCH] w32: Fix regression caused by new g_poll
implementation
Commit 5a007547df76446ab891df93ebc55749716609bf tried to fix a performance
degradation caused by bad handling of small timeouts
Commit 5a007547df76446ab891df93ebc55749716609bf tried to fix a
performance degradation caused by bad handling of small timeouts
in the original implementation of g_poll.
Since that commit, hard disk I/O no longer works.
Instead of rewriting the g_poll implementation, this patch simply copies
the