qemu-patch-raspberry4/qobject
Marc-André Lureau 3cf42b8b3a qlit: add qobject_from_qlit()
Instantiate a QObject* from a literal QLitObject.

LitObject only supports int64_t for now.  uint64_t and double aren't
implemented.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180305172951.2150-4-marcandre.lureau@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
2018-03-19 10:00:14 -05:00
..
json-lexer.c json: learn to parse uint64 numbers 2017-06-20 14:31:31 +02:00
json-parser.c Include qapi/qmp/qdict.h exactly where needed 2018-02-09 13:52:15 +01:00
json-streamer.c json-streamer: fix double-free on exiting during a parse 2016-07-12 18:31:27 +02:00
Makefile.objs qlit: move qlit from check-qjson to qobject/ 2017-09-04 13:09:11 +02:00
qbool.c Include qapi/qmp/qobject.h exactly where needed 2018-02-09 13:52:15 +01:00
qdict.c qdict: Introduce qdict_rename_keys() 2018-03-09 15:17:47 +01:00
qjson.c Include qapi/qmp/qstring.h exactly where needed 2018-02-09 13:52:15 +01:00
qlist.c Include qapi/qmp/qobject.h exactly where needed 2018-02-09 13:52:15 +01:00
qlit.c qlit: add qobject_from_qlit() 2018-03-19 10:00:14 -05:00
qnull.c qapi: Add qobject_is_equal() 2017-11-17 18:21:30 +01:00
qnum.c Include qapi/qmp/qobject.h exactly where needed 2018-02-09 13:52:15 +01:00
qobject.c Include qapi/qmp/qlist.h exactly where needed 2018-02-09 13:52:15 +01:00
qstring.c Include qapi/qmp/qobject.h exactly where needed 2018-02-09 13:52:15 +01:00