qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 1/9] block: Add bdrv_aio_cancel_async


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC PATCH 1/9] block: Add bdrv_aio_cancel_async
Date: Fri, 22 Aug 2014 10:14:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0

Il 22/08/2014 03:23, Fam Zheng ha scritto:
> What about we save cb and opaque locally, and set acb->cb to a nop. When 
> cancel
> is done we can call the original cb?

That might work but needs some auditing.  Right now the AIOCB is still
valid when the callback is called, and this would be changed.

Also, having different semantics for cancellation vs. completion would
be painful.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]