aboutsummaryrefslogtreecommitdiff
path: root/monitor/misc.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-04monitor: Rename misc.c to hmp-target.cMarkus Armbruster1-178/+0
2023-02-04monitor: Loosen coupling between misc.c and monitor.c slightlyMarkus Armbruster1-7/+1
2023-02-04monitor: Move remaining QMP stuff from misc.c to qmp-cmds.cMarkus Armbruster1-51/+0
2023-02-04monitor: Move remaining HMP commands from misc.c to hmp-cmds.cMarkus Armbruster1-218/+0
2023-02-04monitor: Move target-dependent HMP commands to hmp-cmds-target.cMarkus Armbruster1-350/+0
2023-02-04monitor: Move monitor_putc() next to monitor_puts & external linkageMarkus Armbruster1-27/+0
2023-02-04monitor: Split file descriptor passing stuff off misc.cMarkus Armbruster1-434/+0
2023-02-04qdev: Move HMP command completion from monitor to softmmu/Markus Armbruster1-82/+0
2023-02-04runstate: Move HMP commands from monitor/ to softmmu/Markus Armbruster1-42/+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 Armbruster1-82/+0
2023-02-04net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster1-1/+0
2023-02-04net: Move HMP commands from monitor to net/Markus Armbruster1-56/+0
2023-02-04qom: Move HMP commands from monitor/ to qom/Markus Armbruster1-49/+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 Armbruster1-4/+4
2023-02-04readline: Extract readline_add_completion_of() from monitorMarkus Armbruster1-59/+26
2023-02-04hmp: Drop redundant argument check from add_completion_option()Markus Armbruster1-3/+0
2023-02-04char: Move HMP commands from monitor/ to chardev/Markus Armbruster1-78/+0
2023-02-04audio: Move HMP commands from monitor/ to audio/Markus Armbruster1-56/+0
2023-02-04monitor: Drop unnecessary includesMarkus Armbruster1-12/+2
2023-01-19Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-67/+0
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster1-1/+0
2023-01-19ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.cMarkus Armbruster1-66/+0
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-1/+1
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 Maydell1-10/+4
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster1-14/+5
2022-12-14qapi migration: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+1
2022-12-14monitor: Simplify monitor_fd_param()'s error handlingMarkus Armbruster1-10/+4
2022-10-17qmp/hmp, device_tree.c: introduce dumpdtbDaniel Henrique Barboza1-0/+1
2022-09-15monitor: Support specified vCPU registerszhenwei pi1-2/+8
2022-05-26mos6522: fix linking error when CONFIG_MOS6522 is not setMurilo Opsfelder Araujo1-0/+3
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-1/+0
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth1-1/+0
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson1-1/+5
2022-04-20util/log: Return bool from qemu_set_log_filenameRichard Henderson1-2/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson1-3/+12
2021-11-02qapi: introduce x-query-profile QMP commandDaniel P. Berrangé1-27/+0
2021-11-02qapi: introduce x-query-roms QMP commandDaniel P. Berrangé1-0/+1
2021-11-02monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé1-1/+17
2021-11-02watchdog: remove select_watchdog_actionPaolo Bonzini1-3/+12
2021-10-29qapi: Generalize command policy checkingMarkus Armbruster1-2/+4
2021-10-29qapi: Eliminate QCO_NO_OPTIONS for a slight simplificationMarkus Armbruster1-2/+1
2021-07-12trace: iter init tweaksGerd Hoffmann1-2/+2
2021-07-09monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamicallyGerd Hoffmann1-18/+0
2021-07-09monitor: allow register hmp commandsGerd Hoffmann1-0/+16