]> git.proxmox.com Git - qemu.git/commit
Remove bogus error message from qemu_opts_set()
authorMark McLoughlin <markmc@redhat.com>
Tue, 6 Oct 2009 11:16:59 +0000 (12:16 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:36:11 +0000 (14:36 -0500)
commita676968b7f71d8d94d4e083fadb9661f37846d0a
tree5a71a3e928196e3f4795b05e91cc9b1cc05eb972
parentfb12577c2abb025178720f1c079d6dcd4b416108
Remove bogus error message from qemu_opts_set()

The only way qemu_opts_create() can fail is if a QemuOpts with that id
already exists and fail_if_exists=1. In that case, we already print
an error which makes more sense than the one in qemu_opts_set().

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