Re: [Qemu-devel] [PATCH v14 04/20] qemu-img: Add --share-rw option to subcommands

2017-04-24 Thread Fam Zheng
On Mon, 04/24 12:13, Kevin Wolf wrote: > Am 24.04.2017 um 08:10 hat Fam Zheng geschrieben: > > On Fri, 04/21 15:25, Kevin Wolf wrote: > > > Am 21.04.2017 um 05:55 hat Fam Zheng geschrieben: > > > > Similar to share-rw qdev property, this will force the opened images to > > > > allow shared write

Re: [Qemu-devel] [PATCH v14 04/20] qemu-img: Add --share-rw option to subcommands

2017-04-24 Thread Kevin Wolf
Am 24.04.2017 um 08:10 hat Fam Zheng geschrieben: > On Fri, 04/21 15:25, Kevin Wolf wrote: > > Am 21.04.2017 um 05:55 hat Fam Zheng geschrieben: > > > Similar to share-rw qdev property, this will force the opened images to > > > allow shared write permission of other programs. > > > > > >

Re: [Qemu-devel] [PATCH v14 04/20] qemu-img: Add --share-rw option to subcommands

2017-04-24 Thread Fam Zheng
On Fri, 04/21 15:25, Kevin Wolf wrote: > Am 21.04.2017 um 05:55 hat Fam Zheng geschrieben: > > Similar to share-rw qdev property, this will force the opened images to > > allow shared write permission of other programs. > > > > Signed-off-by: Fam Zheng > > General observation:

Re: [Qemu-devel] [PATCH v14 04/20] qemu-img: Add --share-rw option to subcommands

2017-04-21 Thread Eric Blake
On 04/21/2017 08:25 AM, Kevin Wolf wrote: > Am 21.04.2017 um 05:55 hat Fam Zheng geschrieben: >> Similar to share-rw qdev property, this will force the opened images to >> allow shared write permission of other programs. >> >> Signed-off-by: Fam Zheng > > General observation: We

Re: [Qemu-devel] [PATCH v14 04/20] qemu-img: Add --share-rw option to subcommands

2017-04-21 Thread Kevin Wolf
Am 21.04.2017 um 05:55 hat Fam Zheng geschrieben: > Similar to share-rw qdev property, this will force the opened images to > allow shared write permission of other programs. > > Signed-off-by: Fam Zheng General observation: We were considering to make share-rw require

[Qemu-devel] [PATCH v14 04/20] qemu-img: Add --share-rw option to subcommands

2017-04-20 Thread Fam Zheng
Similar to share-rw qdev property, this will force the opened images to allow shared write permission of other programs. Signed-off-by: Fam Zheng --- qemu-img.c | 155 +++-- 1 file changed, 119 insertions(+), 36