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
/
qapi
/
qobject-output-visitor.c
Age
Commit message (
Expand
)
Author
2021-03-19
qapi: Implement deprecated-output=hide for QMP command results
Markus Armbruster
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
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: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
2017-07-24
qapi: Use QNull for a more regular visit_type_null()
Markus Armbruster
2017-07-24
qapi: Separate type QNull from QObject
Markus Armbruster
2017-06-20
qapi: update the qobject visitor to use QNUM_U64
Marc-André Lureau
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange