Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include/qapi: add g_autoptr support for qobject types | Marc-André Lureau | 2022-04-06 | 1 | -0/+5 |
* | qobject: Factor JSON writer out of qobject_to_json() | Markus Armbruster | 2020-12-19 | 1 | -5/+0 |
* | qobject: Move internals to qobject-internal.h | Markus Armbruster | 2020-12-19 | 1 | -0/+1 |
* | qobject: Fix qnum_to_string() to use sufficient precision | Markus Armbruster | 2020-12-19 | 1 | -21/+3 |
* | qobject: Drop superfluous includes of qemu-common.h | Markus Armbruster | 2018-08-24 | 1 | -1/+0 |
* | 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 | -3/+3 |
* | Include qapi/qmp/qobject.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | qapi: Add qobject_is_equal() | Max Reitz | 2017-11-17 | 1 | -0/+54 |
* | qnum: add uint type | Marc-André Lureau | 2017-06-20 | 1 | -0/+64 |
* | qapi: merge QInt and QFloat in QNum | Marc-André Lureau | 2017-06-20 | 1 | -0/+159 |