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