- eea7cd3 monitor: do not use mb_read/mb_set by Paolo Bonzini · 2 years ago
- 60f4f62 monitor: extract request dequeuing to a new function by Paolo Bonzini · 2 years ago
- 9f2d585 monitor: introduce qmp_dispatcher_co_wake by Paolo Bonzini · 2 years ago
- 0ff2553 monitor: cleanup fetching of QMP requests by Paolo Bonzini · 2 years ago
- 3e6bed6 monitor: cleanup detection of qmp_dispatcher_co shutting down by Paolo Bonzini · 2 years ago
- 6ee7c82 monitor: do not use mb_read/mb_set for suspend_cnt by Paolo Bonzini · 2 years ago
- 4cb96b9 monitor: add more *_locked() functions by Paolo Bonzini · 1 year, 10 months ago
- c5d0c55 monitor: allow calling monitor_resume under mon_lock by Paolo Bonzini · 1 year, 10 months ago
- e37548e monitor: use QEMU_LOCK_GUARD a bit more by Paolo Bonzini · 1 year, 10 months ago
- 9612aa4 monitor: convert monitor_cleanup() to AIO_WAIT_WHILE_UNLOCKED() by Stefan Hajnoczi · 2 years ago
- 6bb6855 hmp: convert handle_hmp_command() to AIO_WAIT_WHILE_UNLOCKED() by Stefan Hajnoczi · 2 years ago
- 4bf21c7 monitor: restrict command getfd to POSIX hosts by Marc-André Lureau · 2 years ago
- 4cda177 qmp: add 'get-win32-socket' by Marc-André Lureau · 2 years ago
- 78ae0e2 monitor: release the lock before calling close() by Marc-André Lureau · 2 years ago
- bf5de8c qmp: 'add_client' actually expects sockets by Marc-André Lureau · 2 years ago
- 76f5801 readline: fix hmp completion issue by Dongli Zhang · 2 years, 1 month ago
- 864a3fa monitor: Rename misc.c to hmp-target.c by Markus Armbruster · 2 years, 1 month ago
- 9d2b5f2 monitor: Loosen coupling between misc.c and monitor.c slightly by Markus Armbruster · 2 years, 1 month ago
- e6e108d monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c by Markus Armbruster · 2 years, 1 month ago
- cbf8199 monitor: Move remaining HMP commands from misc.c to hmp-cmds.c by Markus Armbruster · 2 years, 1 month ago
- e224556 monitor: Move target-dependent HMP commands to hmp-cmds-target.c by Markus Armbruster · 2 years, 1 month ago
- dd00d7f monitor: Move monitor_putc() next to monitor_puts & external linkage by Markus Armbruster · 2 years, 1 month ago
- 7ef88b5 monitor: Split file descriptor passing stuff off misc.c by Markus Armbruster · 2 years, 1 month ago
- 9c9c5ce qdev: Move HMP command completion from monitor to softmmu/ by Markus Armbruster · 2 years, 1 month ago
- 5bd26d7 acpi: Move the QMP command from monitor/ to hw/acpi/ by Markus Armbruster · 2 years, 1 month ago
- 6a5fcf6 stats: Move HMP commands from monitor/ to stats/ by Markus Armbruster · 2 years, 1 month ago
- aa09b3d stats: Move QMP commands from monitor/ to stats/ by Markus Armbruster · 2 years, 1 month ago
- bab46b8 runstate: Move HMP commands from monitor/ to softmmu/ by Markus Armbruster · 2 years, 1 month ago
- 0801062 tpm: Move HMP commands from monitor/ to softmmu/ by Markus Armbruster · 2 years, 1 month ago
- fa1cea9 virtio: Move HMP commands from monitor/ to hw/virtio/ by Markus Armbruster · 2 years, 1 month ago
- 27be863 migration: Move the QMP command from monitor/ to migration/ by Markus Armbruster · 2 years, 1 month ago
- 119f50c migration: Move HMP commands from monitor/ to migration/ by Markus Armbruster · 2 years, 1 month ago
- ae71d13 net: Move hmp_info_network() to net-hmp-cmds.c by Markus Armbruster · 2 years, 1 month ago
- 2030ca3 net: Move HMP commands from monitor to net/ by Markus Armbruster · 2 years, 1 month ago
- 0d79271 hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma() by Markus Armbruster · 2 years, 1 month ago
- 52cafce rocker: Move HMP commands from monitor to hw/net/rocker/ by Markus Armbruster · 2 years, 1 month ago
- fa1d2f8 block: Factor out hmp_change_medium(), and move to block/monitor/ by Markus Armbruster · 2 years, 1 month ago
- cffaca0 qom: Move HMP commands from monitor/ to qom/ by Markus Armbruster · 2 years, 1 month ago
- 85ea9df machine: Move HMP commands from monitor/ to hw/core/ by Markus Armbruster · 2 years, 1 month ago
- d9c631e machine: Move QMP commands from monitor/ to hw/core/ by Markus Armbruster · 2 years, 1 month ago
- 29b62a1 trace: Move HMP commands from monitor/ to trace/ by Markus Armbruster · 2 years, 1 month ago
- 5ec92f2 hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h by Markus Armbruster · 2 years, 1 month ago
- 52f50b1 readline: Extract readline_add_completion_of() from monitor by Markus Armbruster · 2 years, 1 month ago
- 444ee02 hmp: Drop redundant argument check from add_completion_option() by Markus Armbruster · 2 years, 1 month ago
- c3054a6 char: Factor out qmp_add_client() parts and move to chardev/ by Markus Armbruster · 2 years, 1 month ago
- b7d75c0 char: Move HMP commands from monitor/ to chardev/ by Markus Armbruster · 2 years, 1 month ago
- 98b5362 audio: Move HMP commands from monitor/ to audio/ by Markus Armbruster · 2 years, 1 month ago
- 15b7646 monitor: Drop unnecessary includes by Markus Armbruster · 2 years, 1 month ago
- fcb7e04 Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 2 years, 1 month ago
- e2c1c34 include/block: Untangle inclusion loops by Markus Armbruster · 2 years, 2 months ago
- 70d17c3 Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 2 years, 2 months ago
- ec843b9 ui: Split hmp_mouse_set() and move the HMP part to ui/ by Markus Armbruster · 2 years, 2 months ago
- f916a17 ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c by Markus Armbruster · 2 years, 2 months ago
- f8f2e9a ui: Improve "change vnc" error reporting by Markus Armbruster · 2 years, 2 months ago
- 5011d26 ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c by Markus Armbruster · 2 years, 2 months ago
- 3125af2 ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c by Markus Armbruster · 2 years, 2 months ago
- 9949b06 ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c by Markus Armbruster · 2 years, 2 months ago
- 61d7f2a ui: Clean up a few things checkpatch.pl would flag later on by Markus Armbruster · 2 years, 2 months ago
- 10e3c47 ui/spice: Give hmp_info_spice()'s channel_names[] static linkage by Markus Armbruster · 2 years, 2 months ago
- f4c1bcb Revert "hmp: info spice: take out webdav" by Markus Armbruster · 2 years, 2 months ago
- 147c487 ui: Fix silent truncation of numeric keys in HMP sendkey by Markus Armbruster · 2 years, 2 months ago
- 49e5628 ui: Check numeric part of expire_password argument @time properly by Markus Armbruster · 2 years, 2 months ago
- 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 5ef4a0c pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.c by Markus Armbruster · 2 years, 3 months ago
- 8585257 monitor/misc: Remove superfluous include statements by Thomas Huth · 2 years, 3 months ago
- 48804ee Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 2 years, 3 months ago
- 41462e4 qapi virtio: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 3f41a3ad qapi ui: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- ced2939 qapi tpm: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 1dde96d qapi stats: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 05e0748 qapi rocker: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 0846aaf qapi pci: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 7480874 qapi net: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 9492718 qapi misc: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 720a252 qapi migration: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 54fde4f qapi block: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 50707b3 monitor: Use ERRP_GUARD() in monitor_init() by Markus Armbruster · 2 years, 3 months ago
- 457552f monitor: Simplify monitor_fd_param()'s error handling by Markus Armbruster · 2 years, 3 months ago
- 05e385d error: Move ERRP_GUARD() to the beginning of the function by Markus Armbruster · 2 years, 3 months ago
- 18bf1c9 qemu-sockets: move and rename SocketAddress_to_str() by Laurent Vivier · 2 years, 5 months ago
- bf353ad qmp/hmp, device_tree.c: introduce dumpdtb by Daniel Henrique Barboza · 2 years, 5 months ago
- cdcb7dc Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 2 years, 5 months ago
- 8a82879 hmp: add virtio commands by Laurent Vivier · 2 years, 7 months ago
- 880eeec jobs: group together API calls under the same job lock by Emanuele Giuseppe Esposito · 2 years, 5 months ago
- bf0c50d monitor: expose monitor_puts to rest of code by Alex Bennée · 2 years, 5 months ago
- 3183bb3 monitor/hmp: print trace as option in help for log command by Dongli Zhang · 2 years, 6 months ago
- 00d60cf monitor: Support specified vCPU registers by zhenwei pi · 2 years, 7 months ago
- 5288bee Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 2 years, 8 months ago
- cf20c89 Add dirty-sync-missed-zero-copy migration stat by Leonardo Bras · 2 years, 8 months ago
- 1ca1a7e monitor: add support for boolean statistics by Paolo Bonzini · 2 years, 8 months ago
- 1abaec9 migration: Change zero_copy_send from migration parameter to migration capability by Leonardo Bras · 2 years, 9 months ago
- 39cd0c7 hmp: add filtering of statistics by name by Paolo Bonzini · 2 years, 10 months ago
- cf7405b qmp: add filtering of statistics by name by Paolo Bonzini · 2 years, 10 months ago
- 7716417 hmp: add filtering of statistics by provider by Paolo Bonzini · 2 years, 10 months ago
- 068cc51 qmp: add filtering of statistics by provider by Paolo Bonzini · 2 years, 10 months ago
- 433815f hmp: add basic "info stats" implementation by Mark Kanda · 2 years, 10 months ago
- 467ef82 qmp: add filtering of statistics by target vCPU by Paolo Bonzini · 2 years, 10 months ago
- b9f88dc qmp: Support for querying stats by Mark Kanda · 3 years, 1 month ago
- c9f8004 mos6522: fix linking error when CONFIG_MOS6522 is not set by Murilo Opsfelder Araujo · 2 years, 10 months ago
- abb6295 migration: Add zero-copy-send parameter for QMP/HMP for Linux by Leonardo Bras · 2 years, 10 months ago