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

2015-05-07 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 pavel.dovga...@ispras.ru ---

[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 pavel.dovga...@ispras.ru --- async.c |8 +++- include/block/aio.h |5 + 2 files changed, 12 insertions(+), 1

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 pavel.dovga...@ispras.ru --- async.c |8 +++- include/block/aio.h