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
/
monitor-internal.h
Age
Commit message (
Expand
)
Author
2021-03-19
monitor: Drop query-qmp-schema 'gen': false hack
Markus Armbruster
2020-12-19
monitor: Use GString instead of QString for output buffer
Markus Armbruster
2020-11-13
hmp: Pass monitor to mon_get_cpu()
Kevin Wolf
2020-10-09
hmp: Add support for coroutine command handlers
Kevin Wolf
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
2020-05-15
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
2020-03-17
qmp: constify QmpCommand and list
Marc-André Lureau
2020-02-17
monitor: Move qmp_query_qmp_schema to qmp-cmds-control.c
Kevin Wolf
2020-02-17
qapi: Split control.json off misc.json
Kevin Wolf
2019-08-16
Include generated QAPI headers less
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-18
monitor: Split out monitor/monitor.c
Kevin Wolf
2019-06-18
monitor: Split out monitor/hmp.c
Kevin Wolf
2019-06-17
monitor: Split out monitor/qmp.c
Kevin Wolf
2019-06-17
monitor: Create monitor-internal.h with common definitions
Kevin Wolf