Re: [Qemu-devel] [PATCH v3 02/12] block: Add op blocker notifier list

2015-05-18 Thread Max Reitz
On 15.05.2015 08:04, Fam Zheng wrote: BDS users can register a notifier and get notified about op blocker changes. Signed-off-by: Fam Zheng --- block.c | 35 +++ include/block/block.h | 8 include/block/block_int.h | 3 +++ 3

[Qemu-devel] [PATCH v3 02/12] block: Add op blocker notifier list

2015-05-14 Thread Fam Zheng
BDS users can register a notifier and get notified about op blocker changes. Signed-off-by: Fam Zheng --- block.c | 35 +++ include/block/block.h | 8 include/block/block_int.h | 3 +++ 3 files changed, 46 insertions(+) diff --git