aboutsummaryrefslogtreecommitdiff
path: root/include/monitor
AgeCommit message (Expand)Author
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf
2020-11-13hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf
2020-10-06replay: implement replay-seek commandPavel Dovgalyuk
2020-10-06replay: introduce breakpoint at the specified stepPavel Dovgalyuk
2020-10-06replay: introduce info hmp/qmp commandPavel Dovgalyuk
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov
2020-09-16monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé
2020-06-01hmp: Implement qom-get HMP commandDr. David Alan Gilbert
2020-03-09monitor/hmp: move hmp_info_block* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_block_job* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.cMaxim Levitsky
2020-03-06monitor: Add allow_hmp parameter to monitor_init()Kevin Wolf
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf
2020-03-06qmp: Fail gracefully if chardev is already in useKevin Wolf
2020-03-06monitor: Create QAPIfied monitor_init()Kevin Wolf
2020-02-17monitor: Move monitor option parsing to monitor/monitor.cKevin Wolf
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-07-02hw/core: Collect HMP command handlers in hw/core/Markus Armbruster
2019-07-02qom: Move HMP command handlers to qom/Markus Armbruster
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf
2019-06-18monitor: Split out monitor/monitor.cKevin Wolf
2019-06-17monitor: Create MonitorHMP with readline stateKevin Wolf
2019-06-17monitor: Fix return type of monitor_fdset_dup_fd_findYury Kotov
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-04-18monitor: Clean up how monitor_disas() funnels output to monitorMarkus Armbruster
2019-04-18monitor: Simplify how -device/device_add print helpMarkus Armbruster
2019-04-18monitor error: Make printf()-like functions return a valueMarkus Armbruster
2018-12-12monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu
2018-12-12monitor: Suspend monitor instead dropping commandsPeter Xu
2018-10-05qdev-monitor: print help to stdoutMarc-André Lureau
2018-07-23monitor: Fix unsafe sharing of @cur_mon among threadsPeter Xu
2018-03-27monitor: new parameter "x-oob"Peter Xu
2018-03-19monitor: unify global initPeter Xu
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange