unicorn/qemu/qobject
Eric Blake c749554a75
qobject: Use 'bool' inside qdict
Now that qbool is fixed, let's fix getting and setting a bool
value to a qdict member to also use C99 bool rather than int.

I audited all callers to ensure that the changed return type
will not cause any changed semantics.

Backports commit 34acbc95229f9f841bde83691a5af949c15e105b 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' inside qdict 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