unicorn/qemu/include/qapi/qmp
Marc-André Lureau c51622c4ce
qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()
compare_litqobj_to_qobj() lacks a qlit_ prefix. Moreover, "compare"
suggests -1, 0, +1 for less than, equal and greater than. The
function actually returns non-zero for equal, zero for unequal.
Rename to qlit_equal_qobject().

Its return type will be cleaned up in the next patch.

Backports commit 60cc2eb7afd40b9cbaa35a5e0b54f365ac6e49f1 from qemu
2018-03-07 17:14:55 -05:00
..
qbool.h Typedef the subtypes of QObject in qemu/typedefs.h, too 2018-03-07 12:29:31 -05:00
qdict.h qdict: Add qdict_put_null() helper, and put it to use 2018-03-07 17:00:41 -05:00
qerror.h qmp: Eliminate silly QERR_QMP_* macros 2018-03-02 11:28:17 -05:00
qjson.h import 2015-08-21 15:04:50 +08:00
qlist.h Typedef the subtypes of QObject in qemu/typedefs.h, too 2018-03-07 12:29:31 -05:00
qlit.h qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject() 2018-03-07 17:14:55 -05:00
qnum.h qobject: Explain how QNum works, and why 2018-03-07 16:58:46 -05:00
qobject.h qapi: Introduce a first class 'null' type 2018-03-07 16:52:41 -05:00
qstring.h Typedef the subtypes of QObject in qemu/typedefs.h, too 2018-03-07 12:29:31 -05:00