Markus Armbruster 79087c782e QemuOpts: Convert qemu_opts_set() to Error, fix its use
Return the Error object instead of reporting it with
qerror_report_err().

Change callers that assume the function can't fail to pass
&error_abort, so that should the assumption ever break, it'll break
noisily.

Turns out all callers outside its unit test assume that.  We could
drop the Error ** argument, but that would make the interface less
regular, so don't.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2015-02-26 14:47:49 +01:00
..
2014-11-17 11:48:56 +01:00
2015-02-10 09:27:20 +03:00
2014-01-13 14:04:53 +01:00
2014-05-08 14:19:58 -04:00
2015-02-02 16:55:10 +01:00
2014-10-09 15:36:15 +02:00
2015-02-11 21:48:40 +01:00
2014-03-13 14:42:21 +01:00
2013-04-13 19:39:59 +00:00