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
/
include
/
qapi
/
qmp
/
dispatch.h
Age
Commit message (
Expand
)
Author
2021-10-29
qapi: Generalize command policy checking
Markus Armbruster
2021-10-29
qapi: Eliminate QCO_NO_OPTIONS for a slight simplification
Markus Armbruster
2021-03-19
qapi: Implement deprecated-input=reject for QMP commands
Markus Armbruster
2021-03-16
qga: return a more explicit error on why a command is disabled
Marc-André Lureau
2020-12-15
remove preconfig state
Paolo Bonzini
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-10-09
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
2020-03-17
qmp: constify QmpCommand and list
Marc-André Lureau
2019-02-18
qapi: remove qmp_unregister_command()
Marc-André Lureau
2018-08-30
qmp: constify qmp_is_oob()
Marc-André Lureau
2018-07-03
qmp: Use QDict * instead of QObject * for response objects
Markus Armbruster
2018-07-03
qmp: De-duplicate error response building
Markus Armbruster
2018-07-03
qmp: Don't let malformed in-band commands jump the queue
Markus Armbruster
2018-07-03
qmp qemu-ga: Fix qemu-ga not to accept "control"
Markus Armbruster
2018-05-30
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
2018-03-19
qmp: support out-of-band (oob) execution
Peter Xu
2018-03-19
qapi: introduce new cmd option "allow-oob"
Peter Xu
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
2017-03-05
qapi: Support multiple command registries per program
Markus Armbruster
2016-09-19
qapi: Support unregistering QMP commands
Markus Armbruster
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
2016-05-12
qmp: Drop dead command->type
Eric Blake
2016-02-23
include: Clean up includes
Peter Maydell
2014-05-08
qmp hmp: Consistently name Error * objects err, and not errp
Markus Armbruster
2013-10-10
qemu-ga: Extend 'guest-info' command to expose flag 'success-response'
Mark Wu
2013-10-10
qemu-ga: Add interface to traverse the qmp command list by QmpCommand
Mark Wu
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini