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
/
tests
/
test-qobject-output-visitor.c
Age
Commit message (
Expand
)
Author
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-02-10
tests/qapi: use QEMU_IS_ALIGNED macro
Philippe Mathieu-Daudé
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
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
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-07-24
qapi: Introduce a first class 'null' type
Markus Armbruster
2017-07-24
qapi: Use QNull for a more regular visit_type_null()
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
2017-05-31
tests/qapi-schema: Avoid 'str' in alternate test cases
Markus Armbruster
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-03-15
tests: Use error_free_or_abort() where appropriate
Markus Armbruster
2017-02-22
tests: Don't check qobject_type() before qobject_to_qbool()
Markus Armbruster
2017-02-22
tests: Don't check qobject_type() before qobject_to_qfloat()
Markus Armbruster
2017-02-22
tests: Don't check qobject_type() before qobject_to_qint()
Markus Armbruster
2017-02-22
tests: Don't check qobject_type() before qobject_to_qstring()
Markus Armbruster
2017-02-22
tests: Don't check qobject_type() before qobject_to_qlist()
Markus Armbruster
2017-02-22
Don't check qobject_type() before qobject_to_qdict()
Markus Armbruster
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange