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