Re: [Qemu-devel] [PATCH] Add interactive mode to qemu-img command

2018-07-31 Thread no-reply
interactive mode to qemu-img command === TEST SCRIPT BEGIN === #!/bin/bash time make docker-test-mingw@fedora SHOW_ENV=1 J=8 === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched to a new branch 'test' cabdf929f6 Add interactive mode to qemu-img command === OU

Re: [Qemu-devel] [PATCH] Add interactive mode to qemu-img command

2018-07-30 Thread no-reply
interactive mode to qemu-img command === TEST SCRIPT BEGIN === #!/bin/bash time make docker-test-quick@centos7 SHOW_ENV=1 J=8 === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched to a new branch 'test' cabdf929f6 Add interactive mode to qemu-img command === OU

[Qemu-devel] [PATCH] Add interactive mode to qemu-img command

2018-07-30 Thread John Arbuckle
Changes qemu-img so if the user runs it without any arguments, it will walk the user thru making an image file. Signed-off-by: John Arbuckle --- qemu-img.c | 31 +-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 9b7506b8a