Markus Armbruster f43e47dbf6 QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
qemu_opt_set() is a wrapper around qemu_opt_set() that reports the
error with qerror_report_err().

Most of its users assume the function can't fail.  Make them use
qemu_opt_set_err() with &error_abort, so that should the assumption
ever break, it'll break noisily.

Just two users remain, in util/qemu-config.c.  Switch them to
qemu_opt_set_err() as well, then rename qemu_opt_set_err() to
qemu_opt_set().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2015-02-26 14:49:31 +01:00
..
2015-02-16 17:30:19 +01:00
2015-01-27 13:17:30 +00:00
2015-01-22 11:04:18 +01:00
2014-08-15 19:12:48 +04:00
2015-02-13 14:09:28 +00:00
2014-11-04 23:26:12 +01:00
2014-09-02 22:38:16 +04:00
2015-02-10 09:27:20 +03:00
2015-02-13 14:09:28 +00:00
2015-02-13 14:09:27 +00:00
2015-01-26 12:26:55 +01:00
2014-10-24 12:19:11 +01:00