Re: [Qemu-devel] [PATCH 1/1] block: add block device shared field

2017-09-05 Thread Brian Steffens
Thanks for taking a look at the patch and fixing the missing CC addresses! > Have you considered extending the 'migrate' command with a list of > drives instead? That was my original plan but I thought having information on whether a device is shared or not could potentially be useful to other sy

[Qemu-devel] [PATCH 1/1] block: add block device shared field

2017-09-01 Thread Brian Steffens
get synced during a migration. Signed-off-by: Brian Steffens --- block.c | 7 +++ block/qapi.c | 2 ++ include/block/block.h | 1 + include/block/block_int.h | 3 +++ migration/block.c | 4 qapi/block-core.json | 2 +- 6 files changed, 18 inser