summaryrefslogtreecommitdiff
path: root/qapi/qobject-output-visitor.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau1-4/+3
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-4/+4
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-2/+2
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+2
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+2
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster1-1/+2
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster1-1/+1
2017-06-20qapi: update the qobject visitor to use QNUM_U64Marc-André Lureau1-2/+1
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-3/+3
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange1-82/+80
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange1-0/+256