index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qobject
/
qjson.c
Age
Commit message (
Expand
)
Author
2020-04-30
qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()
Markus Armbruster
2020-04-30
qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead
Markus Armbruster
2020-04-30
qobject: Factor out helper json_pretty_newline()
Markus Armbruster
2018-08-24
json: Clean up headers
Markus Armbruster
2018-08-24
qjson: Have qobject_from_json() & friends reject empty and blank
Markus Armbruster
2018-08-24
qjson: Fix qobject_from_json() & friends for multiple values
Markus Armbruster
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
2018-08-16
qobject: qobject_from_jsonv() is dangerous, hide it away
Markus Armbruster
2018-08-16
qobject: New qobject_from_vjsonf_nofail(), qdict_from_vjsonf_nofail()
Markus Armbruster
2018-08-16
qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()
Markus Armbruster
2018-07-03
qobject: Let qobject_from_jsonf() fail instead of abort
Markus Armbruster
2018-07-03
qobject: New qdict_from_jsonf_nofail()
Markus Armbruster
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-03-07
qobject: Propagate parse errors through qobject_from_json()
Markus Armbruster
2017-03-07
qjson: Abort earlier on qobject_from_jsonf() misuse
Markus Armbruster
2017-03-07
qobject: Propagate parse errors through qobject_from_jsonv()
Markus Armbruster
2016-07-06
qapi: Improve use of qmp/types.h
Eric Blake
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-02-08
qobject: Document more shortcomings in our number handling
Eric Blake
2016-02-04
qobject: Clean up includes
Peter Maydell
2015-11-26
qjson: store tokens in a GQueue
Paolo Bonzini
2015-06-22
qerror: Finally unused, clean up
Markus Armbruster
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
2015-05-11
qobject: Add a special null QObject
Markus Armbruster
2015-05-11
qobject: Clean up around qtype_code
Markus Armbruster
2014-12-10
qjson: Drop trailing space for pretty formatting
Max Reitz
2013-07-26
qapi: Anonymous unions
Kevin Wolf
2013-04-13
qjson: to_json() case QTYPE_QSTRING is buggy, rewrite
Markus Armbruster
2013-01-12
build: move qobject files to qobject/ and libqemuutil.a
Paolo Bonzini