]> git.proxmox.com Git - mirror_qemu.git/commit
Remove double error message for -device option parsing
authorMark McLoughlin <markmc@redhat.com>
Tue, 6 Oct 2009 11:17:01 +0000 (12:17 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:36:11 +0000 (14:36 -0500)
commitb386becf368ce2757db46843e39218481ad34cd9
treee5530ba36d46809e0380b0ee7a6b037dc90eb484
parent51693297d7c5cb4bd2a02b837d859c99bfb2d08f
Remove double error message for -device option parsing

qemu_opts_parse() gives a suitable error message in all failure cases
so we can remove the error message from the caller.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c