Re: [Qemu-devel] [RFC PATCH v13 15/21] bottom halves: introduce bh call function

2015-05-06 Thread Pavel Dovgaluk
> From: Paolo Bonzini [mailto:pbonz...@redhat.com] > On 06/05/2015 16:04, Pavel Dovgalyuk wrote: > > This patch introduces aio_bh_call function. It is used to execute > > bottom halves as callbacks without adding them to the queue. > > > > Signed-off-by: Pavel Dovgalyuk > > --- > > async.c

Re: [Qemu-devel] [RFC PATCH v13 15/21] bottom halves: introduce bh call function

2015-05-06 Thread Paolo Bonzini
On 06/05/2015 16:04, Pavel Dovgalyuk wrote: > This patch introduces aio_bh_call function. It is used to execute > bottom halves as callbacks without adding them to the queue. > > Signed-off-by: Pavel Dovgalyuk > --- > async.c |8 +++- > include/block/aio.h |5 + > 2

[Qemu-devel] [RFC PATCH v13 15/21] bottom halves: introduce bh call function

2015-05-06 Thread Pavel Dovgalyuk
This patch introduces aio_bh_call function. It is used to execute bottom halves as callbacks without adding them to the queue. Signed-off-by: Pavel Dovgalyuk --- async.c |8 +++- include/block/aio.h |5 + 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a