]> Git Repo - qemu.git/commit - block/qapi.c
qobject: Use 'bool' for qbool
authorEric Blake <[email protected]>
Fri, 15 May 2015 22:24:59 +0000 (16:24 -0600)
committerMarkus Armbruster <[email protected]>
Mon, 22 Jun 2015 15:40:00 +0000 (17:40 +0200)
commitfc48ffc39ed1060856475e4320d5896f26c945e8
tree4e4a5a4b9a6b9a0602fe5863e694ec472edccbf8
parent0a3346f5dea0a679322df804e1e78d7c10d12a9f
qobject: Use 'bool' for qbool

We require a C99 compiler, so let's use 'bool' instead of 'int'
when dealing with boolean values.  There are few enough clients
to fix them all in one pass.

Signed-off-by: Eric Blake <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Reviewed-by: Alberto Garcia <[email protected]>
Acked-by: Luiz Capitulino <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
16 files changed:
block/qapi.c
block/quorum.c
block/vvfat.c
include/qapi/qmp/qbool.h
monitor.c
qapi/qmp-input-visitor.c
qapi/qmp-output-visitor.c
qobject/json-parser.c
qobject/qbool.c
qobject/qdict.c
qobject/qjson.c
qom/object.c
tests/check-qjson.c
tests/test-qmp-event.c
tests/test-qmp-output-visitor.c
util/qemu-option.c
This page took 0.028288 seconds and 4 git commands to generate.