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-cmds.c
Age
Commit message (
Expand
)
Author
2020-01-14
qapi: Generate command registration stuff into separate files
Markus Armbruster
2019-10-22
tests: qapi: Test 'features' of commands
Peter Krempa
2019-09-24
qapi: Permit 'boxed' with empty type
Markus Armbruster
2019-06-12
tests/qapi-schema: Test for good feature lists in structs
Kevin Wolf
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-05
tests: Rename UserDefNativeListUnion to UserDefListUnion
Markus Armbruster
2018-12-12
tests: add oob functional test for test-qmp-cmds
Peter Xu
2018-08-31
tests: add a qmp success-response test
Marc-André Lureau
2018-08-15
tests: change /0.15/* tests to /qmp/*
Marc-André Lureau
2018-07-05
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...
Peter Maydell
2018-07-03
qmp: Use QDict * instead of QObject * for response objects
Markus Armbruster
2018-07-03
qmp qemu-ga: Fix qemu-ga not to accept "control"
Markus Armbruster
2018-07-03
qapi/commands: add #if conditions to commands
Marc-André Lureau
2018-07-03
qapi: add 'if' to top-level expressions
Marc-André Lureau
2018-05-30
tests: qapi-schema tests for allow-preconfig
Igor Mammedov
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-27
tests: add oob-test for qapi-schema
Peter Xu
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
qapi: Rename generated qmp-marshal.c to qmp-commands.c
Markus Armbruster