Re: [Qemu-devel] [PATCH v7 19/24] block: Add list of all BlockDriverStates

2015-11-16 Thread Max Reitz
On 12.11.2015 08:12, Fam Zheng wrote: > On Mon, 11/09 23:39, Max Reitz wrote: >> We need this list so that bdrv_close_all() can keep track of which BDSs >> are still open after having removed the BDSs from all of the BBs and >> having released all monitor BDS references. >> >> Signed-off-by: Max Re

Re: [Qemu-devel] [PATCH v7 19/24] block: Add list of all BlockDriverStates

2015-11-11 Thread Fam Zheng
On Mon, 11/09 23:39, Max Reitz wrote: > We need this list so that bdrv_close_all() can keep track of which BDSs > are still open after having removed the BDSs from all of the BBs and > having released all monitor BDS references. > > Signed-off-by: Max Reitz > Reviewed-by: Kevin Wolf Reviewed-by

[Qemu-devel] [PATCH v7 19/24] block: Add list of all BlockDriverStates

2015-11-09 Thread Max Reitz
We need this list so that bdrv_close_all() can keep track of which BDSs are still open after having removed the BDSs from all of the BBs and having released all monitor BDS references. Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf --- block.c | 7 +++ include/block/bloc