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