On 11.02.20 17:03, Stefan Hajnoczi wrote: > In most qemu-img sub-commands the --object option only makes sense when > there is a filename. qemu-img measure is an exception because objects > may be referenced from the image creation options instead of an existing > image file. Allow --object without a filename. > > Signed-off-by: Stefan Hajnoczi > --- > qemu-img.c | 6 ++---- > tests/qemu-iotests/178 | 2 +- > tests/qemu-iotests/178.out.qcow2 | 8 ++++---- > tests/qemu-iotests/178.out.raw | 8 ++++---- > 4 files changed, 11 insertions(+), 13 deletions(-) Reviewed-by: Max Reitz