Re: [Qemu-devel] [PATCH v15 08/14] block: Support dropping active in bdrv_drop_intermediate

2014-02-26 Thread Jeff Cody
On Sun, Feb 23, 2014 at 09:54:49AM +0800, Fam Zheng wrote: Dropping intermediate could be useful both for commit and stream, and BDS refcnt plus bdrv_swap could do most of the job nicely. It also needs to work with op blockers. Signed-off-by: Fam Zheng f...@redhat.com --- block.c|

[Qemu-devel] [PATCH v15 08/14] block: Support dropping active in bdrv_drop_intermediate

2014-02-22 Thread Fam Zheng
Dropping intermediate could be useful both for commit and stream, and BDS refcnt plus bdrv_swap could do most of the job nicely. It also needs to work with op blockers. Signed-off-by: Fam Zheng f...@redhat.com --- block.c| 137 +++--