]> git.proxmox.com Git - mirror_qemu.git/commit - qga/main.c
qga: use exit() when parsing options
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 26 Aug 2015 23:34:48 +0000 (01:34 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 1 Sep 2015 16:07:09 +0000 (11:07 -0500)
commitc6c84523cd890e95b946c6a8f264ff54a7d5b930
tree5cff27db3af7230f0cc7210e3e71ea3810ae4278
parent2e2a58e0e49ddb3561b541dc01c3206543b3a1a3
qga: use exit() when parsing options

The option parsing is going to be moved to a separate function,
use exit() consistently.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/main.c