Re: [Qemu-devel] [PATCH 3/3] Fail if detecting an unknown option

2010-12-06 Thread Stefan Hajnoczi
On Mon, Dec 6, 2010 at 8:17 AM, wrote: > From: Jes Sorensen > > This patch changes qemu-img to exit if an unknown option is detected, > instead of trying to continue with a set of arguments which may be > incorrect. > > Signed-off-by: Jes Sorensen > --- >  qemu-img.c |    8 >  1 files

[Qemu-devel] [PATCH 3/3] Fail if detecting an unknown option

2010-12-06 Thread Jes . Sorensen
From: Jes Sorensen This patch changes qemu-img to exit if an unknown option is detected, instead of trying to continue with a set of arguments which may be incorrect. Signed-off-by: Jes Sorensen --- qemu-img.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/qemu

Re: [Qemu-devel] [PATCH 3/3] Fail if detecting an unknown option

2010-12-06 Thread Jes Sorensen
On 12/03/10 12:46, Stefan Hajnoczi wrote: > On Thu, Dec 2, 2010 at 5:46 PM, wrote: >> From: Jes Sorensen >> >> This patch changes qemu-img to exit if an unknown option is detected, >> instead of trying to continue with a set of arguments which may be >> incorrect. >> >> Signed-off-by: Jes Sorens

Re: [Qemu-devel] [PATCH 3/3] Fail if detecting an unknown option

2010-12-03 Thread Stefan Hajnoczi
On Thu, Dec 2, 2010 at 5:46 PM, wrote: > From: Jes Sorensen > > This patch changes qemu-img to exit if an unknown option is detected, > instead of trying to continue with a set of arguments which may be > incorrect. > > Signed-off-by: Jes Sorensen > --- >  qemu-img.c |   48

[Qemu-devel] [PATCH 3/3] Fail if detecting an unknown option

2010-12-02 Thread Jes . Sorensen
From: Jes Sorensen This patch changes qemu-img to exit if an unknown option is detected, instead of trying to continue with a set of arguments which may be incorrect. Signed-off-by: Jes Sorensen --- qemu-img.c | 48 1 files changed, 48 inserti