Age | Commit message (Expand) | Author | Files | Lines |
2022-04-21 | Move error_printf_unless_qmp() with monitor unit | Marc-André Lureau | 1 | -0/+3 |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 1 | -2/+2 |
2022-03-09 | mos6522: add "info via" HMP command for debugging | Mark Cave-Ayland | 1 | -0/+1 |
2021-11-02 | monitor: introduce HumanReadableText and HMP support | Daniel P. Berrangé | 2 | -0/+5 |
2021-11-02 | monitor: make hmp_handle_error return a boolean | Daniel P. Berrangé | 1 | -1/+1 |
2021-11-02 | monitor: remove 'info ioapic' HMP command | Daniel P. Berrangé | 1 | -1/+0 |
2021-10-15 | qdev: Base object creation on QDict rather than QemuOpts | Kevin Wolf | 1 | -0/+2 |
2021-10-15 | softmmu/qdev-monitor: add error handling in qdev_set_id | Damien Hedde | 1 | -1/+24 |
2021-10-15 | qdev: Make DeviceState.id independent of QemuOpts | Kevin Wolf | 1 | -1/+1 |
2021-10-13 | monitor: Reduce hmp_info_sev() declaration | Philippe Mathieu-Daudé | 2 | -1/+1 |
2021-09-30 | target/i386: Add HMP and QMP interfaces for SGX | Yang Zhong | 1 | -0/+1 |
2021-07-09 | monitor: allow register hmp commands | Gerd Hoffmann | 1 | -0/+3 |
2021-06-08 | hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds | Peter Xu | 1 | -0/+2 |
2021-06-05 | misc: Correct relative include path | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-03-18 | migrate: remove QMP/HMP commands for speed, downtime and cache size | Daniel P. Berrangé | 1 | -4/+0 |
2020-12-10 | sev: add sev-inject-launch-secret | Tobin Feldman-Fitzthum | 1 | -0/+3 |
2020-11-13 | hmp: Pass monitor to mon_get_cpu_env() | Kevin Wolf | 1 | -1/+1 |
2020-11-13 | hmp: Pass monitor to MonitorDef.get_value() | Kevin Wolf | 1 | -1/+2 |
2020-11-13 | hmp: Pass monitor to mon_get_cpu() | Kevin Wolf | 1 | -1/+1 |
2020-10-09 | monitor: Make current monitor a per-coroutine property | Kevin Wolf | 1 | -1/+1 |
2020-10-09 | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 1 | -1/+2 |
2020-10-09 | monitor: Add Monitor parameter to monitor_get_cpu_index() | Kevin Wolf | 1 | -1/+1 |
2020-10-09 | monitor: Add Monitor parameter to monitor_set_cpu() | Kevin Wolf | 1 | -1/+1 |
2020-10-06 | replay: implement replay-seek command | Pavel Dovgalyuk | 1 | -0/+1 |
2020-10-06 | replay: introduce breakpoint at the specified step | Pavel Dovgalyuk | 1 | -0/+2 |
2020-10-06 | replay: introduce info hmp/qmp command | Pavel Dovgalyuk | 1 | -0/+1 |
2020-09-29 | cphp: remove deprecated cpu-add command(s) | Igor Mammedov | 1 | -1/+0 |
2020-09-16 | monitor: simplify functions for getting a dup'd fdset entry | Daniel P. Berrangé | 1 | -2/+1 |
2020-06-01 | hmp: Implement qom-get HMP command | Dr. David Alan Gilbert | 1 | -0/+1 |
2020-03-09 | monitor/hmp: move hmp_info_block* to block-hmp-cmds.c | Maxim Levitsky | 1 | -4/+0 |
2020-03-09 | monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c | Maxim Levitsky | 1 | -6/+0 |
2020-03-09 | monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c | Maxim Levitsky | 1 | -4/+0 |
2020-03-09 | monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c | Maxim Levitsky | 1 | -3/+0 |
2020-03-09 | monitor/hmp: move hmp_block_job* to block-hmp-cmds.c | Maxim Levitsky | 1 | -5/+0 |
2020-03-09 | monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c | Maxim Levitsky | 1 | -2/+0 |
2020-03-06 | monitor: Add allow_hmp parameter to monitor_init() | Kevin Wolf | 1 | -1/+1 |
2020-03-06 | hmp: Fail gracefully if chardev is already in use | Kevin Wolf | 1 | -1/+1 |
2020-03-06 | qmp: Fail gracefully if chardev is already in use | Kevin Wolf | 1 | -1/+1 |
2020-03-06 | monitor: Create QAPIfied monitor_init() | Kevin Wolf | 1 | -0/+2 |
2020-02-17 | monitor: Move monitor option parsing to monitor/monitor.c | Kevin Wolf | 1 | -0/+3 |
2019-12-18 | hmp: drop Error pointer indirection in hmp_handle_error | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -2/+0 |
2019-08-16 | include: Make headers more self-contained | Markus Armbruster | 1 | -0/+2 |
2019-07-02 | hw/core: Collect HMP command handlers in hw/core/ | Markus Armbruster | 1 | -0/+1 |
2019-07-02 | qom: Move HMP command handlers to qom/ | Markus Armbruster | 2 | -1/+3 |
2019-07-02 | hmp: Move hmp.h to include/monitor/ | Markus Armbruster | 1 | -0/+153 |
2019-06-18 | monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() | Kevin Wolf | 1 | -7/+2 |
2019-06-18 | monitor: Split out monitor/monitor.c | Kevin Wolf | 1 | -0/+1 |
2019-06-17 | monitor: Create MonitorHMP with readline state | Kevin Wolf | 1 | -2/+3 |
2019-06-17 | monitor: Fix return type of monitor_fdset_dup_fd_find | Yury Kotov | 1 | -1/+1 |