[Qemu-devel] [PATCH for-2.10 0/2] block: An empty filename counts as no filename

Max Reitz posted 2 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170413160625.27719-1-mreitz@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
block.c                       | 2 +-
tests/qemu-iotests/051        | 1 +
tests/qemu-iotests/051.out    | 3 +++
tests/qemu-iotests/051.pc.out | 3 +++
4 files changed, 8 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH for-2.10 0/2] block: An empty filename counts as no filename
Posted by Max Reitz 6 years, 11 months ago
See patch 1 for what is happening when you try "qemu-img info ''" and
for the fix.

(Patch 2 just adds a simple test.)


Max Reitz (2):
  block: An empty filename counts as no filename
  iotests/051: Add test for empty filename

 block.c                       | 2 +-
 tests/qemu-iotests/051        | 1 +
 tests/qemu-iotests/051.out    | 3 +++
 tests/qemu-iotests/051.pc.out | 3 +++
 4 files changed, 8 insertions(+), 1 deletion(-)

-- 
2.12.2


Re: [Qemu-devel] [Qemu-block] [PATCH for-2.10 0/2] block: An empty filename counts as no filename
Posted by Eric Blake 6 years, 11 months ago
On 04/13/2017 11:06 AM, Max Reitz wrote:
> See patch 1 for what is happening when you try "qemu-img info ''" and
> for the fix.
> 
> (Patch 2 just adds a simple test.)
> 
> 
> Max Reitz (2):
>   block: An empty filename counts as no filename
>   iotests/051: Add test for empty filename

Reviewed-by: Eric Blake <eblake@redhat.com>

Agree that this is not 2.9 material (but I see you cc'd qemu-stable for
1/2 going into 2.9.1, which is fine).

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Re: [Qemu-devel] [PATCH for-2.10 0/2] block: An empty filename counts as no filename
Posted by Fam Zheng 6 years, 11 months ago
On Thu, 04/13 18:06, Max Reitz wrote:
> See patch 1 for what is happening when you try "qemu-img info ''" and
> for the fix.
> 
> (Patch 2 just adds a simple test.)

Reviewed-by: Fam Zheng <famz@redhat.com>

Re: [Qemu-devel] [PATCH for-2.10 0/2] block: An empty filename counts as no filename
Posted by Kevin Wolf 6 years, 11 months ago
Am 13.04.2017 um 18:06 hat Max Reitz geschrieben:
> See patch 1 for what is happening when you try "qemu-img info ''" and
> for the fix.
> 
> (Patch 2 just adds a simple test.)

Thanks, applied to my block-next branch.

Kevin