Home
last modified time | relevance | path

Searched hist:"0 fb6395c0cb5046432a80d608ddde7a3b2f8a9ae" (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/
H A Dquorum.cdiff 0fb6395c0cb5046432a80d608ddde7a3b2f8a9ae Fri Apr 25 09:50:31 CDT 2014 Markus Armbruster <armbru@redhat.com> Use error_is_set() only when necessary (again)

error_is_set(&var) is the same as var != NULL, but it takes
whole-program analysis to figure that out. Unnecessarily hard for
optimizers, static checkers, and human readers. Commit 84d18f0 dumbed
it down to obvious, but a few more have crept in since, and
documentation was overlooked. Dumb these down, too.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
H A Dnfs.cdiff 0fb6395c0cb5046432a80d608ddde7a3b2f8a9ae Fri Apr 25 09:50:31 CDT 2014 Markus Armbruster <armbru@redhat.com> Use error_is_set() only when necessary (again)

error_is_set(&var) is the same as var != NULL, but it takes
whole-program analysis to figure that out. Unnecessarily hard for
optimizers, static checkers, and human readers. Commit 84d18f0 dumbed
it down to obvious, but a few more have crept in since, and
documentation was overlooked. Dumb these down, too.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
H A Dmirror.cdiff 0fb6395c0cb5046432a80d608ddde7a3b2f8a9ae Fri Apr 25 09:50:31 CDT 2014 Markus Armbruster <armbru@redhat.com> Use error_is_set() only when necessary (again)

error_is_set(&var) is the same as var != NULL, but it takes
whole-program analysis to figure that out. Unnecessarily hard for
optimizers, static checkers, and human readers. Commit 84d18f0 dumbed
it down to obvious, but a few more have crept in since, and
documentation was overlooked. Dumb these down, too.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
/openbmc/qemu/
H A Dblock.cdiff 0fb6395c0cb5046432a80d608ddde7a3b2f8a9ae Fri Apr 25 09:50:31 CDT 2014 Markus Armbruster <armbru@redhat.com> Use error_is_set() only when necessary (again)

error_is_set(&var) is the same as var != NULL, but it takes
whole-program analysis to figure that out. Unnecessarily hard for
optimizers, static checkers, and human readers. Commit 84d18f0 dumbed
it down to obvious, but a few more have crept in since, and
documentation was overlooked. Dumb these down, too.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>