aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/qapi-commands.py
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2014-04-25 16:50:33 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2014-04-25 18:05:06 +0200
commit92de9012904cd6ada47565f48db545d53069d933 (patch)
tree5335ecbfdc636cd0c6cbe03762904a7389513cee /scripts/qapi-commands.py
parentqemu-img: Consistently name Error * objects err, and not errp (diff)
downloadqemu-92de9012904cd6ada47565f48db545d53069d933.tar.xz
qemu-92de9012904cd6ada47565f48db545d53069d933.zip
nbd: Use return values instead of error_is_set(errp)
Using error_is_set(errp) to check whether a function call failed is fragile: it breaks when errp is null. Check perfectly suitable return values instead when possible. errp can't be null there now, but this is more robust and more obviously correct Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions