diff options
| author | Markus Armbruster <armbru@redhat.com> | 2020-09-17 14:55:40 +0200 |
|---|---|---|
| committer | Eduardo Habkost <ehabkost@redhat.com> | 2020-09-18 13:49:48 -0400 |
| commit | a21e6607771a27553814ce3c2c7db532a6a4b576 (patch) | |
| tree | 4020d4549782ff05caeaaa0c39f99bac5b39efcc /hw/usb/dev-serial.c | |
| parent | d20f616e8f8f8f8fdb04da850d9ce92880199db7 (diff) | |
| download | focaccia-qemu-a21e6607771a27553814ce3c2c7db532a6a4b576.tar.gz focaccia-qemu-a21e6607771a27553814ce3c2c7db532a6a4b576.zip | |
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 <armbru@redhat.com> Reviewed-by: Greg Kurz <groug@kaod.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20200917125540.597786-3-armbru@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'hw/usb/dev-serial.c')
0 files changed, 0 insertions, 0 deletions