Re: [Qemu-devel] [PATCH 2/6] Move paio_cancel() to new infrastructure.

2010-11-30 Thread Venkateswararao Jujjuri (JV)
On 11/19/2010 2:07 AM, Stefan Hajnoczi wrote: > On Thu, Nov 18, 2010 at 6:06 PM, Arun R Bharadwaj > wrote: >> Move paio_cancel() to new infrastructure and introduce >> the necessary APIs for this. >> >> Signed-off-by: Arun R Bharadwaj >> --- >> posix-aio-compat.c | 92 >> +

Re: [Qemu-devel] [PATCH 2/6] Move paio_cancel() to new infrastructure.

2010-11-19 Thread Stefan Hajnoczi
On Thu, Nov 18, 2010 at 6:06 PM, Arun R Bharadwaj wrote: > Move paio_cancel() to new infrastructure and introduce > the necessary APIs for this. > > Signed-off-by: Arun R Bharadwaj > --- >  posix-aio-compat.c |   92 > ++-- >  1 files changed, 74 in

[Qemu-devel] [PATCH 2/6] Move paio_cancel() to new infrastructure.

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