aboutsummaryrefslogtreecommitdiff
path: root/include/monitor
AgeCommit message (Expand)Author
2 dayshw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé
2023-05-25monitor: add more *_locked() functionsPaolo Bonzini
2023-05-02hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'Peter Maydell
2023-03-07hmp: add cryptodev info commandzhenwei pi
2023-03-01i386/xen: add monitor commands to test event injectionJoao Martins
2023-02-04monitor: Move remaining HMP commands from misc.c to hmp-cmds.cMarkus Armbruster
2023-02-04monitor: Move target-dependent HMP commands to hmp-cmds-target.cMarkus Armbruster
2023-02-04monitor: Move monitor_putc() next to monitor_puts & external linkageMarkus Armbruster
2023-02-04stats: Move QMP commands from monitor/ to stats/Markus Armbruster
2023-02-04runstate: Move HMP commands from monitor/ to softmmu/Markus Armbruster
2023-02-04net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster
2023-02-04hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()Markus Armbruster
2023-02-04block: Factor out hmp_change_medium(), and move to block/monitor/Markus Armbruster
2023-02-04trace: Move HMP commands from monitor/ to trace/Markus Armbruster
2023-02-04hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.hMarkus Armbruster
2023-02-04char: Factor out qmp_add_client() parts and move to chardev/Markus Armbruster
2023-02-04audio: Move HMP commands from monitor/ to audio/Markus Armbruster
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster
2023-01-19ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.cMarkus Armbruster
2023-01-19ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.cMarkus Armbruster
2023-01-19ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.cMarkus Armbruster
2023-01-19coroutine: Move coroutine_fn to qemu/osdep.h, trim includesMarkus Armbruster
2022-12-19pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster
2022-10-27monitor: add missing coroutine_fn annotationAlberto Faria
2022-10-09hmp: add virtio commandsLaurent Vivier
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée
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