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
2021-05-12
monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
Stefan Reiter
2021-03-15
monitor: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD
Mahmoud Mandour
2021-02-15
monitor/qmp: Stop processing requests when shutdown is requested
Kevin Wolf
2021-02-04
qmp: Resume OOB-enabled monitor before processing the request
Markus Armbruster
2021-02-04
qmp: Add more tracepoints
Markus Armbruster
2021-02-04
qmp: Fix up comments after commit 9ce44e2ce2
Markus Armbruster
2020-12-19
qmp: Fix tracing of non-string command IDs
Markus Armbruster
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-12-19
qobject: Make qobject_to_json_pretty() take a pretty argument
Markus Armbruster
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