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
/
qdict.c
Age
Commit message (
Expand
)
Author
2018-06-15
qobject: Move block-specific qdict code to block-qdict.c
Markus Armbruster
2018-06-15
block: Add block-specific QDict header
Max Reitz
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-19
qapi: Make more of qobject_to()
Max Reitz
2018-03-19
qapi: Remove qobject_to_X() functions
Max Reitz
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-09
qdict: Introduce qdict_rename_keys()
Kevin Wolf
2018-02-09
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qobject.h exactly where needed
Markus Armbruster
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
2017-11-17
qapi: Add qobject_is_equal()
Max Reitz
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-02-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...
Peter Maydell
2017-02-23
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
2017-02-22
qdict: Make qdict_get_qlist() safe like qdict_get_qdict()
Markus Armbruster
2016-10-25
qdict: implement a qdict_crumple method for un-flattening a dict
Daniel P. Berrange
2016-05-18
qdict: fix unbounded stack warning for qdict_array_entries
Peter Xu
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-02-04
qobject: Clean up includes
Peter Maydell
2015-12-17
qobject: Rename qtype_code to QType
Eric Blake
2015-12-17
qobject: Simplify QObject
Eric Blake
2015-10-29
qstring: Make conversion from QObject * accept null
Markus Armbruster
2015-10-29
qfloat qint: Make conversion from QObject * accept null
Markus Armbruster
2015-10-29
qdict: Make conversion from QObject * accept null
Markus Armbruster
2015-10-29
qbool: Make conversion from QObject * accept null
Markus Armbruster
2015-06-22
qobject: Use 'bool' inside qdict
Eric Blake
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
2015-06-12
qdict: Add qdict_{set,copy}_default()
Kevin Wolf
2015-06-12
qdict: Add qdict_array_entries()
Kevin Wolf
2014-05-19
qdict: Add qdict_join()
Max Reitz
2014-02-21
qdict: Extract non-QDicts in qdict_array_split()
Max Reitz
2014-01-22
qapi: extend qdict_flatten() for QLists
Max Reitz
2014-01-22
qdict: Add qdict_array_split()
Max Reitz
2013-11-29
qdict: Optimise qdict_do_flatten()
Kevin Wolf
2013-11-29
qdict: Fix memory leak in qdict_do_flatten()
Kevin Wolf
2013-09-25
qdict: Extract qdict_extract_subqdict
Benoît Canet
2013-07-26
Implement qdict_flatten()
Kevin Wolf
2013-03-15
Add qdict_clone_shallow()
Kevin Wolf
2013-01-12
build: move qobject files to qobject/ and libqemuutil.a
Paolo Bonzini