Re: [Qemu-devel] [PATCH 02/12] qga: use exit() when parsing options

2015-08-25 Thread Denis V. Lunev
On 07/01/2015 02:47 PM, Marc-André Lureau wrote: The option parsing is going to be moved to a seperate function, use exit() consistantly. s/seperate/separate/ s/consistantly/consistently/ Signed-off-by: Marc-André Lureau --- qga/main.c | 24 1 file changed, 12 inse

Re: [Qemu-devel] [PATCH 02/12] qga: use exit() when parsing options

2015-07-31 Thread Eric Blake
On 07/01/2015 05:47 AM, Marc-André Lureau wrote: > The option parsing is going to be moved to a seperate function, s/seperate/separate/ > use exit() consistantly. s/consistantly/consistently/ > > Signed-off-by: Marc-André Lureau > --- > qga/main.c | 24 > 1 file chang

[Qemu-devel] [PATCH 02/12] qga: use exit() when parsing options

2015-07-01 Thread Marc-André Lureau
The option parsing is going to be moved to a seperate function, use exit() consistantly. Signed-off-by: Marc-André Lureau --- qga/main.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/qga/main.c b/qga/main.c index 23cde01..af93992 100644 --- a/qga/