Re: [Qemu-devel] [PATCH] block: use bdrv_add_before_write_notifier

2016-10-04 Thread Eric Blake
On 10/04/2016 03:49 AM, Paolo Bonzini wrote: > Register the notifier using the specific API for block devices. > > Signed-off-by: Paolo Bonzini > --- > block/write-threshold.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Eric Blake > > diff --git a/block/write-thres

[Qemu-devel] [PATCH] block: use bdrv_add_before_write_notifier

2016-10-04 Thread Paolo Bonzini
Register the notifier using the specific API for block devices. Signed-off-by: Paolo Bonzini --- block/write-threshold.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/block/write-threshold.c b/block/write-threshold.c index cc2ca71..0bd1a01 100644 --- a/block/write-thresho