Re: [Qemu-devel] [PATCH 03/21] block: Add bdrv_close_all() notifiers

2015-01-28 Thread Eric Blake
On 01/26/2015 12:27 PM, Max Reitz wrote: > This adds a list of notifiers to be invoked on bdrv_close_all(). > > Signed-off-by: Max Reitz > --- > block.c | 10 ++ > include/block/block.h | 2 ++ > 2 files changed, 12 insertions(+) Reviewed-by: Eric Blake -- Eric Blake

[Qemu-devel] [PATCH 03/21] block: Add bdrv_close_all() notifiers

2015-01-26 Thread Max Reitz
This adds a list of notifiers to be invoked on bdrv_close_all(). Signed-off-by: Max Reitz --- block.c | 10 ++ include/block/block.h | 2 ++ 2 files changed, 12 insertions(+) diff --git a/block.c b/block.c index b7e631c..3adb724 100644 --- a/block.c +++ b/block.c @@ -104,