1. effd60c monitor: only run coroutine commands in qemu_aio_context by Stefan Hajnoczi · 1 year, 2 months ago
  2. 7200fb2 hmp: Improve sync-profile error message by Markus Armbruster · 1 year, 5 months ago
  3. 259ebed qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command by Maciej S. Szmigiero · 1 year, 7 months ago
  4. b77af26 accel/tcg: Replace CPUState.env_ptr with cpu_env() by Richard Henderson · 1 year, 7 months ago
  5. 53c7c92 hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE by Philippe Mathieu-Daudé · 1 year, 9 months ago
  6. de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 10 months ago
  7. c7b6494 meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY by Philippe Mathieu-Daudé · 1 year, 10 months ago
  8. 0683100 atomics: eliminate mb_read/mb_set by Paolo Bonzini · 2 years, 1 month ago
  9. eea7cd3 monitor: do not use mb_read/mb_set by Paolo Bonzini · 2 years, 1 month ago
  10. 60f4f62 monitor: extract request dequeuing to a new function by Paolo Bonzini · 2 years, 1 month ago
  11. 9f2d585 monitor: introduce qmp_dispatcher_co_wake by Paolo Bonzini · 2 years, 1 month ago
  12. 0ff2553 monitor: cleanup fetching of QMP requests by Paolo Bonzini · 2 years, 1 month ago
  13. 3e6bed6 monitor: cleanup detection of qmp_dispatcher_co shutting down by Paolo Bonzini · 2 years, 1 month ago
  14. 6ee7c82 monitor: do not use mb_read/mb_set for suspend_cnt by Paolo Bonzini · 2 years, 1 month ago
  15. 4cb96b9 monitor: add more *_locked() functions by Paolo Bonzini · 1 year, 11 months ago
  16. c5d0c55 monitor: allow calling monitor_resume under mon_lock by Paolo Bonzini · 1 year, 11 months ago
  17. e37548e monitor: use QEMU_LOCK_GUARD a bit more by Paolo Bonzini · 1 year, 11 months ago
  18. 9612aa4 monitor: convert monitor_cleanup() to AIO_WAIT_WHILE_UNLOCKED() by Stefan Hajnoczi · 2 years, 1 month ago
  19. 6bb6855 hmp: convert handle_hmp_command() to AIO_WAIT_WHILE_UNLOCKED() by Stefan Hajnoczi · 2 years, 1 month ago
  20. 4bf21c7 monitor: restrict command getfd to POSIX hosts by Marc-André Lureau · 2 years, 1 month ago
  21. 4cda177 qmp: add 'get-win32-socket' by Marc-André Lureau · 2 years, 1 month ago
  22. 78ae0e2 monitor: release the lock before calling close() by Marc-André Lureau · 2 years, 1 month ago
  23. bf5de8c qmp: 'add_client' actually expects sockets by Marc-André Lureau · 2 years, 1 month ago
  24. 76f5801 readline: fix hmp completion issue by Dongli Zhang · 2 years, 2 months ago
  25. 864a3fa monitor: Rename misc.c to hmp-target.c by Markus Armbruster · 2 years, 2 months ago
  26. 9d2b5f2 monitor: Loosen coupling between misc.c and monitor.c slightly by Markus Armbruster · 2 years, 2 months ago
  27. e6e108d monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c by Markus Armbruster · 2 years, 2 months ago
  28. cbf8199 monitor: Move remaining HMP commands from misc.c to hmp-cmds.c by Markus Armbruster · 2 years, 2 months ago
  29. e224556 monitor: Move target-dependent HMP commands to hmp-cmds-target.c by Markus Armbruster · 2 years, 2 months ago
  30. dd00d7f monitor: Move monitor_putc() next to monitor_puts & external linkage by Markus Armbruster · 2 years, 2 months ago
  31. 7ef88b5 monitor: Split file descriptor passing stuff off misc.c by Markus Armbruster · 2 years, 2 months ago
  32. 9c9c5ce qdev: Move HMP command completion from monitor to softmmu/ by Markus Armbruster · 2 years, 2 months ago
  33. 5bd26d7 acpi: Move the QMP command from monitor/ to hw/acpi/ by Markus Armbruster · 2 years, 2 months ago
  34. 6a5fcf6 stats: Move HMP commands from monitor/ to stats/ by Markus Armbruster · 2 years, 2 months ago
  35. aa09b3d stats: Move QMP commands from monitor/ to stats/ by Markus Armbruster · 2 years, 2 months ago
  36. bab46b8 runstate: Move HMP commands from monitor/ to softmmu/ by Markus Armbruster · 2 years, 2 months ago
  37. 0801062 tpm: Move HMP commands from monitor/ to softmmu/ by Markus Armbruster · 2 years, 2 months ago
  38. fa1cea9 virtio: Move HMP commands from monitor/ to hw/virtio/ by Markus Armbruster · 2 years, 2 months ago
  39. 27be863 migration: Move the QMP command from monitor/ to migration/ by Markus Armbruster · 2 years, 2 months ago
  40. 119f50c migration: Move HMP commands from monitor/ to migration/ by Markus Armbruster · 2 years, 2 months ago
  41. ae71d13 net: Move hmp_info_network() to net-hmp-cmds.c by Markus Armbruster · 2 years, 2 months ago
  42. 2030ca3 net: Move HMP commands from monitor to net/ by Markus Armbruster · 2 years, 2 months ago
  43. 0d79271 hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma() by Markus Armbruster · 2 years, 2 months ago
  44. 52cafce rocker: Move HMP commands from monitor to hw/net/rocker/ by Markus Armbruster · 2 years, 2 months ago
  45. fa1d2f8 block: Factor out hmp_change_medium(), and move to block/monitor/ by Markus Armbruster · 2 years, 2 months ago
  46. cffaca0 qom: Move HMP commands from monitor/ to qom/ by Markus Armbruster · 2 years, 2 months ago
  47. 85ea9df machine: Move HMP commands from monitor/ to hw/core/ by Markus Armbruster · 2 years, 2 months ago
  48. d9c631e machine: Move QMP commands from monitor/ to hw/core/ by Markus Armbruster · 2 years, 2 months ago
  49. 29b62a1 trace: Move HMP commands from monitor/ to trace/ by Markus Armbruster · 2 years, 2 months ago
  50. 5ec92f2 hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h by Markus Armbruster · 2 years, 2 months ago
  51. 52f50b1 readline: Extract readline_add_completion_of() from monitor by Markus Armbruster · 2 years, 2 months ago
  52. 444ee02 hmp: Drop redundant argument check from add_completion_option() by Markus Armbruster · 2 years, 2 months ago
  53. c3054a6 char: Factor out qmp_add_client() parts and move to chardev/ by Markus Armbruster · 2 years, 2 months ago
  54. b7d75c0 char: Move HMP commands from monitor/ to chardev/ by Markus Armbruster · 2 years, 2 months ago
  55. 98b5362 audio: Move HMP commands from monitor/ to audio/ by Markus Armbruster · 2 years, 2 months ago
  56. 15b7646 monitor: Drop unnecessary includes by Markus Armbruster · 2 years, 2 months ago
  57. fcb7e04 Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 2 years, 2 months ago
  58. e2c1c34 include/block: Untangle inclusion loops by Markus Armbruster · 2 years, 3 months ago
  59. 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
  60. ec843b9 ui: Split hmp_mouse_set() and move the HMP part to ui/ by Markus Armbruster · 2 years, 3 months ago
  61. f916a17 ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c by Markus Armbruster · 2 years, 3 months ago
  62. f8f2e9a ui: Improve "change vnc" error reporting by Markus Armbruster · 2 years, 3 months ago
  63. 5011d26 ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c by Markus Armbruster · 2 years, 3 months ago
  64. 3125af2 ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c by Markus Armbruster · 2 years, 3 months ago
  65. 9949b06 ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c by Markus Armbruster · 2 years, 3 months ago
  66. 61d7f2a ui: Clean up a few things checkpatch.pl would flag later on by Markus Armbruster · 2 years, 3 months ago
  67. 10e3c47 ui/spice: Give hmp_info_spice()'s channel_names[] static linkage by Markus Armbruster · 2 years, 3 months ago
  68. f4c1bcb Revert "hmp: info spice: take out webdav" by Markus Armbruster · 2 years, 3 months ago
  69. 147c487 ui: Fix silent truncation of numeric keys in HMP sendkey by Markus Armbruster · 2 years, 3 months ago
  70. 49e5628 ui: Check numeric part of expire_password argument @time properly by Markus Armbruster · 2 years, 3 months ago
  71. 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years, 3 months ago
  72. 5ef4a0c pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.c by Markus Armbruster · 2 years, 4 months ago
  73. 8585257 monitor/misc: Remove superfluous include statements by Thomas Huth · 2 years, 4 months ago
  74. 48804ee Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 2 years, 4 months ago
  75. 41462e4 qapi virtio: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 5 months ago
  76. 3f41a3ad qapi ui: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 5 months ago
  77. ced2939 qapi tpm: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 5 months ago
  78. 1dde96d qapi stats: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 5 months ago
  79. 05e0748 qapi rocker: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 5 months ago
  80. 0846aaf qapi pci: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 5 months ago
  81. 7480874 qapi net: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 5 months ago
  82. 9492718 qapi misc: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 5 months ago
  83. 720a252 qapi migration: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 5 months ago
  84. 54fde4f qapi block: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 5 months ago
  85. 50707b3 monitor: Use ERRP_GUARD() in monitor_init() by Markus Armbruster · 2 years, 4 months ago
  86. 457552f monitor: Simplify monitor_fd_param()'s error handling by Markus Armbruster · 2 years, 4 months ago
  87. 05e385d error: Move ERRP_GUARD() to the beginning of the function by Markus Armbruster · 2 years, 4 months ago
  88. 18bf1c9 qemu-sockets: move and rename SocketAddress_to_str() by Laurent Vivier · 2 years, 5 months ago
  89. bf353ad qmp/hmp, device_tree.c: introduce dumpdtb by Daniel Henrique Barboza · 2 years, 6 months ago
  90. cdcb7dc Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 2 years, 6 months ago
  91. 8a82879 hmp: add virtio commands by Laurent Vivier · 2 years, 8 months ago
  92. 880eeec jobs: group together API calls under the same job lock by Emanuele Giuseppe Esposito · 2 years, 6 months ago
  93. bf0c50d monitor: expose monitor_puts to rest of code by Alex Bennée · 2 years, 6 months ago
  94. 3183bb3 monitor/hmp: print trace as option in help for log command by Dongli Zhang · 2 years, 7 months ago
  95. 00d60cf monitor: Support specified vCPU registers by zhenwei pi · 2 years, 8 months ago
  96. 5288bee Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 2 years, 8 months ago
  97. cf20c89 Add dirty-sync-missed-zero-copy migration stat by Leonardo Bras · 2 years, 9 months ago
  98. 1ca1a7e monitor: add support for boolean statistics by Paolo Bonzini · 2 years, 9 months ago
  99. 1abaec9 migration: Change zero_copy_send from migration parameter to migration capability by Leonardo Bras · 2 years, 9 months ago
  100. 39cd0c7 hmp: add filtering of statistics by name by Paolo Bonzini · 3 years ago