1. 7a21bee misc: fix commonly doubled up words by Daniel P. Berrangé · 2 years, 9 months ago
  2. 9b0ecfa python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type by Thomas Huth · 2 years, 9 months ago
  3. 9323e79 Fix 'writeable' typos by Peter Maydell · 2 years, 10 months ago
  4. e7874a5 python: update for mypy 0.950 by John Snow · 2 years, 10 months ago
  5. 4743077 python/qmp: remove pylint workaround from legacy.py by John Snow · 3 years ago
  6. b1a9b1f python: rename 'aqmp-tui' to 'qmp-tui' by John Snow · 3 years ago
  7. 37094b6 python: rename qemu.aqmp to qemu.qmp by John Snow · 3 years ago
  8. 105bbff python: re-enable pylint duplicate-code warnings by John Snow · 3 years ago
  9. adaca6e python: remove the old QMP package by John Snow · 3 years ago
  10. b0654f4 python/aqmp: copy qmp docstrings to qemu.aqmp.legacy by John Snow · 3 years ago
  11. 0c78ebf python/aqmp: fully separate from qmp.QEMUMonitorProtocol by John Snow · 3 years ago
  12. 9fcd393 python/aqmp: take QMPBadPortError and parse_address from qemu.qmp by John Snow · 3 years ago
  13. 335e7d4 python: temporarily silence pylint duplicate-code warnings by John Snow · 3 years ago
  14. 445c9d4 python/aqmp-tui: relicense as LGPLv2+ by John Snow · 3 years ago
  15. 0e08b94 python/qmp-shell: relicense as LGPLv2+ by John Snow · 3 years ago
  16. 9dcea96 python/aqmp: relicense as LGPLv2+ by John Snow · 3 years ago
  17. 380fc8f python/aqmp: add explicit GPLv2 license to legacy.py by John Snow · 3 years ago
  18. a422530 python/machine: permanently switch to AQMP by John Snow · 3 years ago
  19. 062fd1d python/utils: add VerboseProcessError by John Snow · 3 years ago
  20. be73231 python/utils: add add_visual_margin() text decoration utility by John Snow · 3 years ago
  21. 4c1fe70 python/aqmp: drop _bind_hack() by John Snow · 3 years, 1 month ago
  22. 673856f python/aqmp: fix race condition in legacy.py by John Snow · 3 years, 1 month ago
  23. 481607c python/aqmp: add start_server() and accept() methods by John Snow · 3 years, 1 month ago
  24. 32c5abf python/aqmp: stop the server during disconnect() by John Snow · 3 years, 1 month ago
  25. 5e9902a python/aqmp: refactor _do_accept() into two distinct steps by John Snow · 3 years, 1 month ago
  26. 1b9c8cb python/aqmp: squelch pylint warning for too many lines by John Snow · 3 years, 1 month ago
  27. 830e6fd python/aqmp: split _client_connected_cb() out as _incoming() by John Snow · 3 years, 1 month ago
  28. 68a6cf3 python/aqmp: remove _new_session and _establish_connection by John Snow · 3 years, 1 month ago
  29. 0ba4e76 python/aqmp: rename 'accept()' to 'start_server_and_accept()' by John Snow · 3 years, 1 month ago
  30. 40196c2 python/aqmp: add _session_guard() by John Snow · 3 years, 1 month ago
  31. 43a1119 Revert "python: pin setuptools below v60.0.0" by John Snow · 3 years, 2 months ago
  32. 762c280 Python: add setuptools v60.0 workaround by John Snow · 3 years, 2 months ago
  33. 2ddaeb7 Python: discourage direct setup.py install by John Snow · 3 years, 2 months ago
  34. 5c66d7d python: support recording QMP session to a file by Daniel P. Berrangé · 3 years, 2 months ago
  35. 4391252 python: introduce qmp-shell-wrap convenience tool by Daniel P. Berrangé · 3 years, 2 months ago
  36. b0b662b python/aqmp: add socket bind step to legacy.py by John Snow · 3 years, 2 months ago
  37. 74a1505 python: upgrade mypy to 0.780 by John Snow · 3 years, 2 months ago
  38. 50465f9 python/machine: raise VMLaunchFailure exception from launch() by John Snow · 3 years, 2 months ago
  39. fa73e6e python/aqmp: Fix negotiation with pre-"oob" QEMU by John Snow · 3 years, 2 months ago
  40. fd9c3a6 python: move qmp-shell under the AQMP package by John Snow · 3 years, 3 months ago
  41. 0347c4c python: move qmp utilities to python/qemu/utils by John Snow · 3 years, 3 months ago
  42. f3efd12 python/qmp: switch qmp-shell to AQMP by John Snow · 3 years, 3 months ago
  43. 8d6cdc5 python/qmp: switch qom tools to AQMP by John Snow · 3 years, 3 months ago
  44. 26db075 python/qmp: switch qemu-ga-client to AQMP by John Snow · 3 years, 3 months ago
  45. 7017f38 python/qemu-ga-client: don't use deprecated CLI syntax in usage comment by John Snow · 3 years, 3 months ago
  46. 6e7751d python/aqmp: rename AQMPError to QMPError by John Snow · 3 years, 3 months ago
  47. 728dcac python/aqmp: add SocketAddrT to package root by John Snow · 3 years, 3 months ago
  48. 0e6bfd8 python/aqmp: copy type definitions from qmp by John Snow · 3 years, 3 months ago
  49. 3b5bf13 python/aqmp: handle asyncio.TimeoutError on execute() by John Snow · 3 years, 3 months ago
  50. 3bc72e3 python/aqmp: add __del__ method to legacy interface by John Snow · 3 years, 3 months ago
  51. dc6877b python/aqmp: fix docstring typo by John Snow · 3 years, 3 months ago
  52. 57a6b44 python: use avocado's "new" runner by John Snow · 3 years, 2 months ago
  53. 1e4d8b3 python: pin setuptools below v60.0.0 by John Snow · 3 years, 2 months ago
  54. 366d331 python: update type hints for mypy 0.930 by John Snow · 3 years, 3 months ago
  55. 42d73f2 Python/aqmp: fix type definitions for mypy 0.920 by John Snow · 3 years, 3 months ago
  56. f75b20e python/aqmp: use absolute import statement by John Snow · 3 years, 3 months ago
  57. a57cb3e python/aqmp: fix send_fd_scm for python 3.6.x by John Snow · 3 years, 4 months ago
  58. 1611e6c python/machine: handle "fast" QEMU terminations by John Snow · 3 years, 4 months ago
  59. b1ca991 python/machine: move more variable initializations to _pre_launch by John Snow · 3 years, 4 months ago
  60. 72b17fe python/machine: add instance disambiguator to default nickname by John Snow · 3 years, 4 months ago
  61. 6eeb3de python/machine: remove _remove_monitor_sockfile property by John Snow · 3 years, 4 months ago
  62. 87bf1fe python/machine: add @sock_dir property by John Snow · 3 years, 4 months ago
  63. 25de7f5 python/aqmp: fix ConnectError string method by John Snow · 3 years, 5 months ago
  64. f26bd6f python/aqmp: Fix disconnect during capabilities negotiation by John Snow · 3 years, 5 months ago
  65. bbbd9b6 tests/acceptance: rename tests acceptance to tests avocado by Willian Rampazzo · 3 years, 5 months ago
  66. 76cd358 python, iotests: replace qmp with aqmp by John Snow · 3 years, 5 months ago
  67. f122be6 python/aqmp: Create sync QMP wrapper for iotests by John Snow · 3 years, 5 months ago
  68. 0f71c9a python/aqmp: Remove scary message by John Snow · 3 years, 5 months ago
  69. 49a608b python/machine: Handle QMP errors on close more meticulously by John Snow · 3 years, 5 months ago
  70. b9420e4 python/machine: remove has_quit argument by John Snow · 3 years, 5 months ago
  71. 461044c python: Add iotest linters to test suite by John Snow · 3 years, 5 months ago
  72. c163c72 python, iotests: remove socket_scm_helper by John Snow · 3 years, 6 months ago
  73. 514d00d python/qmp: add send_fd_scm directly to QEMUMonitorProtocol by John Snow · 3 years, 6 months ago
  74. d911acc python/qmp: clear events on get_events() call by John Snow · 3 years, 6 months ago
  75. 3a3d84f python/aqmp: Disable logging messages by default by John Snow · 3 years, 6 months ago
  76. 3e55dc3 python/aqmp: Reduce severity of EOFError-caused loop terminations by John Snow · 3 years, 6 months ago
  77. 58026b1 python/aqmp: Add dict conversion method to Greeting object by John Snow · 3 years, 6 months ago
  78. 6e2f6ec python/aqmp: add send_fd_scm by John Snow · 3 years, 6 months ago
  79. 6bfebc7 python/aqmp: Return cleared events from EventListener.clear() by John Snow · 3 years, 6 months ago
  80. 16cce72 python/aqmp: add .empty() method to EventListener by John Snow · 3 years, 6 months ago
  81. 0257209 python/aqmp: add greeting property to QMPClient by John Snow · 3 years, 6 months ago
  82. 99e45a6 python/aqmp-tui: Add syntax highlighting by G S Niteesh Babu · 3 years, 7 months ago
  83. f37c34d python: add optional pygments dependency by G S Niteesh Babu · 3 years, 7 months ago
  84. 35755f7 python: Add entry point for aqmp-tui by G S Niteesh Babu · 3 years, 7 months ago
  85. aeb6b48 python/aqmp-tui: Add AQMP TUI by G S Niteesh Babu · 3 years, 7 months ago
  86. 974e2f4 python: Add dependencies for AQMP TUI by G S Niteesh Babu · 3 years, 7 months ago
  87. a4ffaec python/aqmp: Add Coverage.py support by John Snow · 3 years, 7 months ago
  88. 8193b9d python/aqmp: add LineProtocol tests by John Snow · 3 years, 7 months ago
  89. a1f71b6 python/aqmp: add AsyncProtocol unit tests by John Snow · 3 years, 7 months ago
  90. 4320f71 python: bump avocado to v90.0 by John Snow · 3 years, 7 months ago
  91. ed6d4d7 python/aqmp: add scary message by John Snow · 3 years, 7 months ago
  92. debbabd python/aqmp: add asyncio_run compatibility wrapper by John Snow · 3 years, 7 months ago
  93. 41f4f92 python/aqmp: add _raw() execution interface by John Snow · 3 years, 7 months ago
  94. e0fea0b python/aqmp: add execute() interfaces by John Snow · 3 years, 7 months ago
  95. 577737b python/aqmp: Add message routing to QMP protocol by John Snow · 3 years, 7 months ago
  96. 4cd17f3 python/pylint: disable no-member check by John Snow · 3 years, 7 months ago
  97. c67d696 python/aqmp: add QMP protocol support by John Snow · 3 years, 7 months ago
  98. 29a8ea9 python/pylint: disable too-many-function-args by John Snow · 3 years, 7 months ago
  99. b3cda21 python/aqmp: add QMP event support by John Snow · 3 years, 7 months ago
  100. ad07299 python/aqmp: add well-known QMP object models by John Snow · 3 years, 7 months ago