]> Git Repo - qemu.git/commit
qom: Correct error values in two contracts
authorMarkus Armbruster <[email protected]>
Thu, 17 Sep 2020 12:55:40 +0000 (14:55 +0200)
committerEduardo Habkost <[email protected]>
Fri, 18 Sep 2020 17:49:48 +0000 (13:49 -0400)
commita21e6607771a27553814ce3c2c7db532a6a4b576
tree4020d4549782ff05caeaaa0c39f99bac5b39efcc
parentd20f616e8f8f8f8fdb04da850d9ce92880199db7
qom: Correct error values in two contracts

object_property_get_bool()'s contract claims it returns NULL on error.
Pasto; it returns false.

object_property_get_int()'s contract claims it returns "negative".  It
actually returns -1.  All the other object_property_get_FOO()
contracts specify the exact error value, so do the same here.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Greg Kurz <[email protected]>
Reviewed-by: Daniel P. BerrangĂ© <[email protected]>
Message-Id: <20200917125540[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
include/qom/object.h
This page took 0.025744 seconds and 4 git commands to generate.