]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
vl: Exit unsuccessfully on option argument syntax error
authorMarkus Armbruster <armbru@redhat.com>
Fri, 8 Feb 2013 20:22:19 +0000 (21:22 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 11 Feb 2013 14:13:19 +0000 (08:13 -0600)
commit49295ebc56a303a60c6ca2ead6f548eae3521150
tree37de304c7c71de23de2e6984c3ffbe1075d96746
parentcfdd1628666f1342925f9c77cbb63b7d6d049dae
vl: Exit unsuccessfully on option argument syntax error

We exit successfully after reporting syntax error for argument of
--sandbox and --add-fd.

We continue undaunted after reporting it for argument of -boot,
--option-rom and --object.

Change all five to exit unsuccessfully, like the other options.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 1360354939-10994-7-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c