Re: [Qemu-devel] [PATCH v5 10/13] blockdev: Keep track of monitor-owned BDS

2015-03-20 Thread Max Reitz
On 2015-03-20 at 04:04, Markus Armbruster wrote: Eric Blake writes: On 03/03/2015 01:13 PM, Max Reitz wrote: Signed-off-by: Max Reitz --- block.c| 2 ++ blockdev.c | 18 ++ include/block/block_int.h

Re: [Qemu-devel] [PATCH v5 10/13] blockdev: Keep track of monitor-owned BDS

2015-03-20 Thread Markus Armbruster
Eric Blake writes: > On 03/03/2015 01:13 PM, Max Reitz wrote: >> Signed-off-by: Max Reitz >> --- >> block.c| 2 ++ >> blockdev.c | 18 ++ >> include/block/block_int.h | 4 >> stubs/Makefile.objs

Re: [Qemu-devel] [PATCH v5 10/13] blockdev: Keep track of monitor-owned BDS

2015-03-19 Thread Eric Blake
On 03/03/2015 01:13 PM, Max Reitz wrote: > Signed-off-by: Max Reitz > --- > block.c| 2 ++ > blockdev.c | 18 ++ > include/block/block_int.h | 4 > stubs/Makefile.objs| 1 + > stub

[Qemu-devel] [PATCH v5 10/13] blockdev: Keep track of monitor-owned BDS

2015-03-03 Thread Max Reitz
Signed-off-by: Max Reitz --- block.c| 2 ++ blockdev.c | 18 ++ include/block/block_int.h | 4 stubs/Makefile.objs| 1 + stubs/blockdev-close-all-bdrv-states.c | 5 + 5 files