aboutsummaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Expand)AuthorFilesLines
2023-02-04monitor: Rename misc.c to hmp-target.cMarkus Armbruster2-2/+2
2023-02-04monitor: Loosen coupling between misc.c and monitor.c slightlyMarkus Armbruster2-8/+2
2023-02-04monitor: Move remaining QMP stuff from misc.c to qmp-cmds.cMarkus Armbruster2-52/+52
2023-02-04monitor: Move remaining HMP commands from misc.c to hmp-cmds.cMarkus Armbruster2-219/+218
2023-02-04monitor: Move target-dependent HMP commands to hmp-cmds-target.cMarkus Armbruster3-351/+382
2023-02-04monitor: Move monitor_putc() next to monitor_puts & external linkageMarkus Armbruster2-27/+27
2023-02-04monitor: Split file descriptor passing stuff off misc.cMarkus Armbruster3-434/+469
2023-02-04qdev: Move HMP command completion from monitor to softmmu/Markus Armbruster1-82/+0
2023-02-04acpi: Move the QMP command from monitor/ to hw/acpi/Markus Armbruster1-21/+0
2023-02-04stats: Move HMP commands from monitor/ to stats/Markus Armbruster1-234/+0
2023-02-04stats: Move QMP commands from monitor/ to stats/Markus Armbruster1-152/+0
2023-02-04runstate: Move HMP commands from monitor/ to softmmu/Markus Armbruster2-62/+0
2023-02-04tpm: Move HMP commands from monitor/ to softmmu/Markus Armbruster1-54/+0
2023-02-04virtio: Move HMP commands from monitor/ to hw/virtio/Markus Armbruster1-309/+0
2023-02-04migration: Move the QMP command from monitor/ to migration/Markus Armbruster1-31/+0
2023-02-04migration: Move HMP commands from monitor/ to migration/Markus Armbruster2-785/+0
2023-02-04net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster2-2/+0
2023-02-04net: Move HMP commands from monitor to net/Markus Armbruster2-117/+0
2023-02-04hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()Markus Armbruster1-17/+10
2023-02-04rocker: Move HMP commands from monitor to hw/net/rocker/Markus Armbruster1-297/+0
2023-02-04block: Factor out hmp_change_medium(), and move to block/monitor/Markus Armbruster1-16/+1
2023-02-04qom: Move HMP commands from monitor/ to qom/Markus Armbruster2-68/+0
2023-02-04machine: Move HMP commands from monitor/ to hw/core/Markus Armbruster1-209/+0
2023-02-04machine: Move QMP commands from monitor/ to hw/core/Markus Armbruster1-140/+0
2023-02-04trace: Move HMP commands from monitor/ to trace/Markus Armbruster1-119/+0
2023-02-04hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.hMarkus Armbruster3-6/+5
2023-02-04readline: Extract readline_add_completion_of() from monitorMarkus Armbruster2-66/+31
2023-02-04hmp: Drop redundant argument check from add_completion_option()Markus Armbruster1-3/+0
2023-02-04char: Factor out qmp_add_client() parts and move to chardev/Markus Armbruster1-11/+2
2023-02-04char: Move HMP commands from monitor/ to chardev/Markus Armbruster2-201/+0
2023-02-04audio: Move HMP commands from monitor/ to audio/Markus Armbruster1-56/+0
2023-02-04monitor: Drop unnecessary includesMarkus Armbruster5-27/+2
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-0/+1
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2023-01-19Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into st...Peter Maydell3-576/+33
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster1-1/+0
2023-01-19ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.cMarkus Armbruster2-29/+3
2023-01-19ui: Improve "change vnc" error reportingMarkus Armbruster1-4/+4
2023-01-19ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.cMarkus Armbruster2-404/+0
2023-01-19ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.cMarkus Armbruster1-41/+33
2023-01-19ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.cMarkus Armbruster1-118/+0
2023-01-19ui: Clean up a few things checkpatch.pl would flag later onMarkus Armbruster2-13/+15
2023-01-19ui/spice: Give hmp_info_spice()'s channel_names[] static linkageMarkus Armbruster1-1/+1
2023-01-19Revert "hmp: info spice: take out webdav"Markus Armbruster1-5/+0
2023-01-19ui: Fix silent truncation of numeric keys in HMP sendkeyMarkus Armbruster1-2/+6
2023-01-19ui: Check numeric part of expire_password argument @time properlyMarkus Armbruster1-2/+15
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-1/+1
2022-12-19pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.cMarkus Armbruster1-107/+0
2022-12-15monitor/misc: Remove superfluous include statementsThomas Huth1-6/+0
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell3-20/+10