Re: [Qemu-devel] [PATCH] w32: Fix regression caused by new g_poll implementation

2014-05-23 Thread Stefan Weil
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

Re: [Qemu-devel] [PATCH] w32: Fix regression caused by new g_poll implementation

2014-05-23 Thread 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 disk I/O no longer works. > > Instead of rewriting th

Re: [Qemu-devel] [PATCH] w32: Fix regression caused by new g_poll implementation

2014-05-20 Thread Sangho Park
@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

[Qemu-devel] [PATCH] w32: Fix regression caused by new g_poll implementation

2014-05-17 Thread Stefan Weil
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