aboutsummaryrefslogtreecommitdiff
path: root/monitor/monitor-internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-21monitor: Stop removing non-duplicated fdsFabiano Rosas1-1/+0
2023-05-25monitor: introduce qmp_dispatcher_co_wakePaolo Bonzini1-1/+1
2023-05-25monitor: do not use mb_read/mb_set for suspend_cntPaolo Bonzini1-2/+1
2023-02-04hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.hMarkus Armbruster1-1/+0
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée1-1/+0
2022-03-02monitor/hmp: add support for flag argument with valueStefan Reiter1-1/+2
2021-11-02monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé1-0/+7
2021-03-19monitor: Drop query-qmp-schema 'gen': false hackMarkus Armbruster1-3/+0
2020-12-19monitor: Use GString instead of QString for output bufferMarkus Armbruster1-1/+1
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf1-1/+1
2020-10-09hmp: Add support for coroutine command handlersKevin Wolf1-0/+1
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf1-2/+4
2020-05-15qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster1-1/+1
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau1-1/+1
2020-02-17monitor: Move qmp_query_qmp_schema to qmp-cmds-control.cKevin Wolf1-0/+3
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf1-0/+1
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-1/+0
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf1-3/+0
2019-06-18monitor: Split Monitor.flags into separate boolsKevin Wolf1-3/+5
2019-06-18monitor: Split out monitor/monitor.cKevin Wolf1-0/+1
2019-06-18monitor: Split out monitor/hmp.cKevin Wolf1-0/+8
2019-06-17monitor: Split out monitor/qmp.cKevin Wolf1-0/+30
2019-06-17monitor: Create monitor-internal.h with common definitionsKevin Wolf1-0/+145