Re: [Qemu-devel] [PATCH 3/6] Move qemu_paio_submit() to the new infrastructure.

2010-11-30 Thread Venkateswararao Jujjuri (JV)
On 11/18/2010 10:07 AM, Arun R Bharadwaj wrote: > Move qemu_paio_submit() to the new infrastructure and > introduce the necessary APIs. > > Signed-off-by: Arun R Bharadwaj Looks good to me. Acked-by: Venkateswararao Jujjuri > --- > posix-aio-compat.c | 224 > +++

[Qemu-devel] [PATCH 3/6] Move qemu_paio_submit() to the new infrastructure.

2010-11-18 Thread Arun R Bharadwaj
Move qemu_paio_submit() to the new infrastructure and introduce the necessary APIs. Signed-off-by: Arun R Bharadwaj --- posix-aio-compat.c | 224 ++-- 1 files changed, 147 insertions(+), 77 deletions(-) diff --git a/posix-aio-compat.c b/posix-aio