summaryrefslogtreecommitdiff
path: root/include/monitor
AgeCommit message (Expand)Author
2022-07-20softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)
2022-06-14qmp: add filtering of statistics by namePaolo Bonzini
2022-06-14qmp: add filtering of statistics by providerPaolo Bonzini
2022-06-14hmp: add basic "info stats" implementationMark Kanda
2022-06-14qmp: add filtering of statistics by target vCPUPaolo Bonzini
2022-06-14qmp: Support for querying statsMark Kanda
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-09mos6522: add "info via" HMP command for debuggingMark Cave-Ayland
2021-11-02monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé
2021-11-02monitor: make hmp_handle_error return a booleanDaniel P. Berrangé
2021-11-02monitor: remove 'info ioapic' HMP commandDaniel P. Berrangé
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf
2021-10-15softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf
2021-10-13monitor: Reduce hmp_info_sev() declarationPhilippe Mathieu-Daudé
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong
2021-07-09monitor: allow register hmp commandsGerd Hoffmann
2021-06-08hmp: Add "calc_dirty_rate" and "info dirty_rate" cmdsPeter Xu
2021-06-05misc: Correct relative include pathPhilippe Mathieu-Daudé
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