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

2018-07-31 Thread Programmingkid
> On Jul 31, 2018, at 6:48 AM, Kevin Wolf wrote: > > Am 30.07.2018 um 22:27 hat Programmingkid geschrieben: >> On Jul 30, 2018, at 3:39 PM, Max Reitz wrote: >>> On 2018-07-30 21:14, John Arbuckle wrote: >>> What comes to my mind is this: Why don't you write a front-end for >>> qemu-img? It'd

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

2018-07-31 Thread Kevin Wolf
Am 30.07.2018 um 22:27 hat Programmingkid geschrieben: > On Jul 30, 2018, at 3:39 PM, Max Reitz wrote: > > On 2018-07-30 21:14, John Arbuckle wrote: > > What comes to my mind is this: Why don't you write a front-end for > > qemu-img? It'd be trivial to write a script that performs the > >

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

2018-07-30 Thread Programmingkid
> On Jul 30, 2018, at 3:48 PM, Eric Blake wrote: > > On 07/30/2018 02:14 PM, John Arbuckle wrote: >> Changes qemu-img so if the user runs it without any >> arguments, it will walk the user thru making an image >> file. > > Please remember to cc qemu-devel on ALL patches, as suggested by >

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

2018-07-30 Thread Programmingkid
> On Jul 30, 2018, at 3:39 PM, Max Reitz wrote: > > On 2018-07-30 21:14, John Arbuckle wrote: >> 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

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

2018-07-30 Thread Eric Blake
On 07/30/2018 02:14 PM, John Arbuckle wrote: Changes qemu-img so if the user runs it without any arguments, it will walk the user thru making an image file. Please remember to cc qemu-devel on ALL patches, as suggested by ./scripts/getmaintainer.pl. Signed-off-by: John Arbuckle ---

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

2018-07-30 Thread Max Reitz
On 2018-07-30 21:14, John Arbuckle wrote: > 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

[Qemu-block] [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