diff options
| author | Markus Armbruster | 2015-02-12 16:37:44 +0100 |
|---|---|---|
| committer | Markus Armbruster | 2015-02-26 14:46:32 +0100 |
| commit | cccb7967bdf19f9d31e65d2d07d4d311e07545c4 (patch) | |
| tree | 1521f4b26e1615206e2e7ecbb29221099156a9dc /block | |
| parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into... (diff) | |
| download | qemu-cccb7967bdf19f9d31e65d2d07d4d311e07545c4.tar.gz qemu-cccb7967bdf19f9d31e65d2d07d4d311e07545c4.tar.xz qemu-cccb7967bdf19f9d31e65d2d07d4d311e07545c4.zip | |
QemuOpts: Convert qemu_opt_set_bool() 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>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions
