Re: [Qemu-devel] [PATCH 1.3] aio: avoid livelock behavior for Win32

2012-11-26 Thread Anthony Liguori
Paolo Bonzini writes: > The repeated calls to WaitForMultipleObjects may cause a livelock in aio_poll, > where no progress is made on bottom halves. This patch matches the behavior > of the POSIX code. > > Signed-off-by: Paolo Bonzini > --- > Found by the new unit tests. Applied. Thank

[Qemu-devel] [PATCH 1.3] aio: avoid livelock behavior for Win32

2012-11-23 Thread Paolo Bonzini
The repeated calls to WaitForMultipleObjects may cause a livelock in aio_poll, where no progress is made on bottom halves. This patch matches the behavior of the POSIX code. Signed-off-by: Paolo Bonzini --- Found by the new unit tests. aio-win32.c | 5 - 1 file changed, 4 insertion