unicorn/qemu/qobject
Eric Blake d544d83348
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.

Backports commit fc48ffc39ed1060856475e4320d5896f26c945e8 from qemu
2018-02-17 15:23:09 -05:00
..
Makefile.objs clean all qobject json code 2017-01-09 16:09:53 +08:00
qbool.c qobject: Use 'bool' for qbool 2018-02-17 15:23:09 -05:00
qdict.c qobject: Use 'bool' for qbool 2018-02-17 15:23:09 -05:00
qerror.c import 2015-08-21 15:04:50 +08:00
qfloat.c This code should now build the x86_x64-softmmu part 2. 2017-01-19 22:50:28 +11:00
qint.c This code should now build the x86_x64-softmmu part 2. 2017-01-19 22:50:28 +11:00
qlist.c This code should now build the x86_x64-softmmu part 2. 2017-01-19 22:50:28 +11:00
qstring.c This code should now build the x86_x64-softmmu part 2. 2017-01-19 22:50:28 +11:00