Home
last modified time | relevance | path

Searched hist:"39101 f2511f6adf1ae4380f8d729dba1213b9d7a" (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/qemu/
H A Doption.hdiff 39101f2511f6adf1ae4380f8d729dba1213b9d7a Thu Feb 12 09:46:36 CST 2015 Markus Armbruster <armbru@redhat.com> QemuOpts: Convert qemu_opt_set_number() 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>
/openbmc/qemu/util/
H A Dqemu-option.cdiff 39101f2511f6adf1ae4380f8d729dba1213b9d7a Thu Feb 12 09:46:36 CST 2015 Markus Armbruster <armbru@redhat.com> QemuOpts: Convert qemu_opt_set_number() 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>
/openbmc/qemu/block/
H A Dvvfat.cdiff 39101f2511f6adf1ae4380f8d729dba1213b9d7a Thu Feb 12 09:46:36 CST 2015 Markus Armbruster <armbru@redhat.com> QemuOpts: Convert qemu_opt_set_number() 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>
H A Dnbd.cdiff 39101f2511f6adf1ae4380f8d729dba1213b9d7a Thu Feb 12 09:46:36 CST 2015 Markus Armbruster <armbru@redhat.com> QemuOpts: Convert qemu_opt_set_number() 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>
H A Dqcow2.cdiff 39101f2511f6adf1ae4380f8d729dba1213b9d7a Thu Feb 12 09:46:36 CST 2015 Markus Armbruster <armbru@redhat.com> QemuOpts: Convert qemu_opt_set_number() 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>
/openbmc/qemu/
H A Dqemu-img.cdiff 39101f2511f6adf1ae4380f8d729dba1213b9d7a Thu Feb 12 09:46:36 CST 2015 Markus Armbruster <armbru@redhat.com> QemuOpts: Convert qemu_opt_set_number() 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>
H A Dblock.cdiff 39101f2511f6adf1ae4380f8d729dba1213b9d7a Thu Feb 12 09:46:36 CST 2015 Markus Armbruster <armbru@redhat.com> QemuOpts: Convert qemu_opt_set_number() 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>