Re: [Qemu-block] [PATCH for-2.5] block: Call external_snapshot_clean after blockdev-snapshot

2015-11-16 Thread Max Reitz
On 13.11.2015 14:00, Alberto Garcia wrote: > Otherwise the AioContext will never be released. > > Signed-off-by: Alberto Garcia > --- > blockdev.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/blockdev.c b/blockdev.c > index fc85128..4dcc510 100644 > --- a/blockdev.c > +++ b/blockdev

Re: [Qemu-block] [PATCH for-2.5] block: Call external_snapshot_clean after blockdev-snapshot

2015-11-16 Thread Fam Zheng
On Fri, 11/13 15:00, Alberto Garcia wrote: > Otherwise the AioContext will never be released. > > Signed-off-by: Alberto Garcia > --- > blockdev.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/blockdev.c b/blockdev.c > index fc85128..4dcc510 100644 > --- a/blockdev.c > +++ b/blockdev

[Qemu-block] [PATCH for-2.5] block: Call external_snapshot_clean after blockdev-snapshot

2015-11-13 Thread Alberto Garcia
Otherwise the AioContext will never be released. Signed-off-by: Alberto Garcia --- blockdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/blockdev.c b/blockdev.c index fc85128..4dcc510 100644 --- a/blockdev.c +++ b/blockdev.c @@ -2070,6 +2070,7 @@ static const BlkActionOps actions[] = {