index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qapi
/
qmp-dispatch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-29
qapi: Factor out compat_policy_input_ok()
Markus Armbruster
1
-15
/
+4
2021-10-29
qapi: Generalize command policy checking
Markus Armbruster
1
-1
/
+1
2021-10-27
qapi: Move compat policy from QObject to generic visitor
Markus Armbruster
1
-2
/
+2
2021-03-19
qapi: New -compat deprecated-input=crash
Markus Armbruster
1
-0
/
+1
2021-03-19
qapi: Implement deprecated-input=reject for QMP command arguments
Markus Armbruster
1
-0
/
+9
2021-03-19
qapi: Implement deprecated-input=reject for QMP commands
Markus Armbruster
1
-0
/
+13
2021-03-19
qapi: Implement deprecated-output=hide for QMP command results
Markus Armbruster
1
-0
/
+9
2021-03-19
qemu-options: New -compat to set policy for deprecated interfaces
Markus Armbruster
1
-0
/
+3
2021-03-16
qga: return a more explicit error on why a command is disabled
Marc-André Lureau
1
-2
/
+4
2020-12-15
remove preconfig state
Paolo Bonzini
1
-4
/
+1
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
1
-5
/
+60
2020-10-09
monitor: Make current monitor a per-coroutine property
Kevin Wolf
1
-2
/
+2
2020-10-09
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
1
-1
/
+7
2020-04-02
qmp: fix leak on callbacks that return both value and error
Marc-André Lureau
1
-0
/
+2
2020-03-17
qmp: constify QmpCommand and list
Marc-André Lureau
1
-2
/
+2
2020-03-17
qapi: Replace qmp_dispatch()'s TODO comment by an explanation
Markus Armbruster
1
-1
/
+5
2020-03-17
qapi: Simplify how qmp_dispatch() gets the request ID
Markus Armbruster
1
-11
/
+12
2020-03-17
qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESP
Markus Armbruster
1
-12
/
+13
2020-03-17
qapi: Inline do_qmp_dispatch() into qmp_dispatch()
Markus Armbruster
1
-49
/
+41
2019-09-28
qmp-dispatch: Use CommandNotFound error for disabled commands
Michal Privoznik
1
-2
/
+3
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-03-26
qapi/qmp-dispatch: fix return value in do_qmp_dispatch
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-03-18
qmp: common 'id' handling & make QGA conform to QMP spec
Marc-André Lureau
1
-2
/
+8
2018-08-30
qmp: constify qmp_is_oob()
Marc-André Lureau
1
-1
/
+1
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
1
-1
/
+0
2018-07-03
qmp: Add some comments around null responses
Markus Armbruster
1
-0
/
+2
2018-07-03
qmp: Use QDict * instead of QObject * for response objects
Markus Armbruster
1
-3
/
+3
2018-07-03
qmp: De-duplicate error response building
Markus Armbruster
1
-9
/
+11
2018-07-03
qmp: Don't let malformed in-band commands jump the queue
Markus Armbruster
1
-2
/
+10
2018-07-03
qmp: Redo how the client requests out-of-band execution
Markus Armbruster
1
-30
/
+21
2018-07-03
qmp qemu-ga: Fix qemu-ga not to accept "control"
Markus Armbruster
1
-6
/
+8
2018-07-03
qmp qemu-ga: Revert change that accidentally made qemu-ga accept "id"
Markus Armbruster
1
-2
/
+0
2018-05-30
cli: add --preconfig option
Igor Mammedov
1
-0
/
+8
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-3
/
+3
2018-03-19
qmp: support out-of-band (oob) execution
Peter Xu
1
-1
/
+32
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-1
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
1
-1
/
+0
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-1
/
+1
2017-05-09
qmp: Improve QMP dispatch error messages
Markus Armbruster
1
-7
/
+7
2017-03-05
qmp: Eliminate silly QERR_QMP_* macros
Markus Armbruster
1
-6
/
+7
2017-03-05
qmp: Drop duplicated QMP command object checks
Markus Armbruster
1
-2
/
+1
2017-03-05
qapi: Support multiple command registries per program
Markus Armbruster
1
-4
/
+5
2017-03-05
qga: Fix crash on non-dictionary QMP argument
Markus Armbruster
1
-1
/
+7
2017-02-22
Don't check qobject_type() before qobject_to_qdict()
Markus Armbruster
1
-3
/
+2
2016-07-06
qapi: Improve use of qmp/types.h
Eric Blake
1
-0
/
+1
2016-05-12
qmp: Drop dead command->type
Eric Blake
1
-11
/
+7
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
[next]