Re: [Qemu-devel] [PATCH 15/16] async: remove unnecessary inc/dec pairs

2017-01-18 Thread Stefan Hajnoczi
On Fri, Jan 13, 2017 at 02:17:30PM +0100, Paolo Bonzini wrote: > Pull the increment/decrement pair out of aio_bh_poll and into the > callers. > > Signed-off-by: Paolo Bonzini > --- > aio-posix.c | 8 +++- > aio-win32.c | 8 > async.c | 12 ++-- >

[Qemu-devel] [PATCH 15/16] async: remove unnecessary inc/dec pairs

2017-01-13 Thread Paolo Bonzini
Pull the increment/decrement pair out of aio_bh_poll and into the callers. Signed-off-by: Paolo Bonzini --- aio-posix.c | 8 +++- aio-win32.c | 8 async.c | 12 ++-- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/aio-posix.c