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)
commitb9c77318e84e0760add74502fe95f85129af752f
treee5530ba36d46809e0380b0ee7a6b037dc90eb484
parent4ea103e06aa974262b30ad176225d893d0967634
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