[Qemu-devel] [PATCH v7 0/3] qemu-img: Document --force-share / -U

Fam Zheng posted 3 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180209052915.12855-1-famz@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
docs/qemu-block-drivers.texi | 10 ++++++
qemu-img.texi                | 74 ++++++++++++++++++++++++++++----------------
2 files changed, 57 insertions(+), 27 deletions(-)
[Qemu-devel] [PATCH v7 0/3] qemu-img: Document --force-share / -U
Posted by Fam Zheng 6 years, 2 months ago
v7: Tweak wording again "allowing concurrent writers" -> "allowing other QEMU
    processes to open it in write mode". [Eric, Stefan, Kevin]
    Add patch to document share-rw. [Stefan]

v6: Tweak wording ("concurrent writers"). [Max]

Fam Zheng (3):
  qemu-img.texi: Clean up parameter list
  qemu-img: Document --force-share / -U
  docs: Document share-rw property more thoroughly

 docs/qemu-block-drivers.texi | 10 ++++++
 qemu-img.texi                | 74 ++++++++++++++++++++++++++++----------------
 2 files changed, 57 insertions(+), 27 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PATCH v7 0/3] qemu-img: Document --force-share / -U
Posted by Stefan Hajnoczi 6 years, 2 months ago
On Fri, Feb 09, 2018 at 01:29:12PM +0800, Fam Zheng wrote:
> v7: Tweak wording again "allowing concurrent writers" -> "allowing other QEMU
>     processes to open it in write mode". [Eric, Stefan, Kevin]
>     Add patch to document share-rw. [Stefan]
> 
> v6: Tweak wording ("concurrent writers"). [Max]
> 
> Fam Zheng (3):
>   qemu-img.texi: Clean up parameter list
>   qemu-img: Document --force-share / -U
>   docs: Document share-rw property more thoroughly
> 
>  docs/qemu-block-drivers.texi | 10 ++++++
>  qemu-img.texi                | 74 ++++++++++++++++++++++++++++----------------
>  2 files changed, 57 insertions(+), 27 deletions(-)

Nice, thanks for being persistent!

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Re: [Qemu-devel] [PATCH v7 0/3] qemu-img: Document --force-share / -U
Posted by Kashyap Chamarthy 6 years, 2 months ago
On Fri, Feb 09, 2018 at 01:29:12PM +0800, Fam Zheng wrote:
> v7: Tweak wording again "allowing concurrent writers" -> "allowing other QEMU
>     processes to open it in write mode". [Eric, Stefan, Kevin]
>     Add patch to document share-rw. [Stefan]
> 
> v6: Tweak wording ("concurrent writers"). [Max]
> 
> Fam Zheng (3):
>   qemu-img.texi: Clean up parameter list
>   qemu-img: Document --force-share / -U
>   docs: Document share-rw property more thoroughly
> 
>  docs/qemu-block-drivers.texi | 10 ++++++
>  qemu-img.texi                | 74 ++++++++++++++++++++++++++++----------------
>  2 files changed, 57 insertions(+), 27 deletions(-)

Thanks!

Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>

-- 
/kashyap

Re: [Qemu-devel] [PATCH v7 0/3] qemu-img: Document --force-share / -U
Posted by Kevin Wolf 6 years, 2 months ago
Am 09.02.2018 um 06:29 hat Fam Zheng geschrieben:
> v7: Tweak wording again "allowing concurrent writers" -> "allowing other QEMU
>     processes to open it in write mode". [Eric, Stefan, Kevin]
>     Add patch to document share-rw. [Stefan]
> 
> v6: Tweak wording ("concurrent writers"). [Max]
> 
> Fam Zheng (3):
>   qemu-img.texi: Clean up parameter list
>   qemu-img: Document --force-share / -U
>   docs: Document share-rw property more thoroughly

Thanks, applied to the block branch.

Kevin