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
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,