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
/
monitor
/
qmp.c
Age
Commit message (
Expand
)
Author
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
2020-10-09
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
2020-10-09
qmp: Assert that no other monitor is active
Kevin Wolf
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
2020-04-30
qapi: Disallow qmp_marshal_FOO(NULL, ...)
Markus Armbruster
2020-03-06
qmp: Fail gracefully if chardev is already in use
Kevin Wolf
2020-02-17
qapi: Split control.json off misc.json
Kevin Wolf
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-07
monitor/qmp: Explicit we ignore few QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
2019-11-19
monitor/qmp: resume monitor when clearing its queue
Wolfgang Bumiller
2019-08-21
monitor/qmp: Update comment for commit 4eaca8de268
Markus Armbruster
2019-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
2019-06-18
monitor: Split Monitor.flags into separate bools
Kevin Wolf
2019-06-17
monitor: Split out monitor/qmp.c
Kevin Wolf