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-qmp-event.c
Age
Commit message (
Expand
)
Author
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-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qobject.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
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-02-22
test-qmp-event: Simplify and tighten event_test_emit()
Markus Armbruster
2016-06-07
tests: Remove unnecessary glib.h includes
Peter Maydell
2016-02-16
tests: Clean up includes
Peter Maydell
2015-11-02
qapi: Unbox base members
Eric Blake
2015-09-04
qapi-event: Clean up how name of enum QAPIEvent is made
Markus Armbruster
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
2014-06-30
tests/test-qmp-event: fix for GLib < 2.31
Paolo Bonzini
2014-06-23
test: add test cases for qapi event
Wenchao Xia