1. 3d7b897 python: bump minimum requirements so they are compatible with 3.12 by Paolo Bonzini · 1 year, 8 months ago
  2. 47a90a5 mkvenv: always pass locally-installed packages to pip by Paolo Bonzini · 1 year, 9 months ago
  3. c76e765 Revert "python/qmp/protocol: add open_with_socket()" by John Snow · 1 year, 10 months ago
  4. 5bbc593 python/qmp/legacy: remove open_with_socket() calls by John Snow · 1 year, 10 months ago
  5. 7f5f3ae python/machine: use connect-based interface for existing sockets by John Snow · 1 year, 10 months ago
  6. b8d4ca1 python/qmp/legacy: allow using sockets for connect() by John Snow · 1 year, 10 months ago
  7. 9341b2a python/qmp: allow sockets to be passed to connect() by John Snow · 1 year, 10 months ago
  8. 886c045 Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into staging by Richard Henderson · 1 year, 10 months ago
  9. d565725 docs/interop: Convert qmp-spec.txt to rST by Peter Maydell · 1 year, 10 months ago
  10. d37c21b mkvenv: pass first missing package to diagnose() by Paolo Bonzini · 1 year, 10 months ago
  11. c673f3d mkvenv: replace distlib.database with importlib.metadata/pkg_resources by Paolo Bonzini · 1 year, 10 months ago
  12. 3b087f7 meson: require 0.63.0 by Paolo Bonzini · 3 years, 3 months ago
  13. 7b4b98c python: bump some of the dependencies by Paolo Bonzini · 1 year, 10 months ago
  14. 02312f1 mkvenv: mark command as required by Paolo Bonzini · 1 year, 10 months ago
  15. 5591b74 Python: Drop support for Python 3.6 by Paolo Bonzini · 1 year, 10 months ago
  16. e80bdbf python/wheels: add vendored meson package by John Snow · 1 year, 10 months ago
  17. 2274817 python: add vendor.py utility by John Snow · 1 year, 10 months ago
  18. c804962 mkvenv: work around broken pip installations on Debian 10 by John Snow · 1 year, 10 months ago
  19. f1ad527 mkvenv: avoid ensurepip if pip is installed by John Snow · 1 year, 10 months ago
  20. 68ea6d1 mkvenv: use pip's vendored distlib as a fallback by John Snow · 1 year, 10 months ago
  21. 9283489 mkvenv: add console script entry point generation by John Snow · 1 year, 10 months ago
  22. 4695a22 mkvenv: add --diagnose option to explain "ensure" failures by John Snow · 1 year, 10 months ago
  23. c5538ee mkvenv: add ensure subcommand by John Snow · 1 year, 10 months ago
  24. dee01b8 mkvenv: add nested venv workaround by John Snow · 1 year, 10 months ago
  25. a9dbde7 mkvenv: add better error message for broken or missing ensurepip by John Snow · 1 year, 10 months ago
  26. dd84028 python: add mkvenv.py by John Snow · 1 year, 10 months ago
  27. 6c2537d python: update pylint configuration by John Snow · 1 year, 10 months ago
  28. 0b15c42 python: shut up "pip install" during "make check-minreqs" by Paolo Bonzini · 1 year, 10 months ago
  29. 6832189 python: drop pipenv by John Snow · 2 years, 1 month ago
  30. aef633e python: support pylint 2.16 by John Snow · 2 years, 1 month ago
  31. bd4c0ef python/qemu/machine: use socketpair() for QMP by default by Marc-André Lureau · 2 years, 2 months ago
  32. 603a3ba python/qmp/legacy: make QEMUMonitorProtocol accept a socket by Marc-André Lureau · 2 years, 2 months ago
  33. a3cfea9 python/qmp/protocol: add open_with_socket() by Marc-André Lureau · 2 years, 2 months ago
  34. 166464c python/qmp: increase read buffer size by Maksim Davydov · 2 years, 2 months ago
  35. f992293 python/machine: Fix AF_UNIX path too long on macOS by Peter Delevoryas · 2 years, 2 months ago
  36. ada73a4 python: QEMUMachine: enable qmp accept timeout by default by Vladimir Sementsov-Ogievskiy · 2 years, 9 months ago
  37. af76484 Fix some typos by Dongdong Zhang · 2 years, 3 months ago
  38. 519f3cf python: add 3.11 to supported list by John Snow · 2 years, 3 months ago
  39. 745d58f Python: fix flake8 config by John Snow · 2 years, 3 months ago
  40. 3c6e5e8 python/machine: Handle termination cases without QMP by John Snow · 2 years, 4 months ago
  41. 9cccb33 python/machine: Add debug logging to key state changes by John Snow · 2 years, 4 months ago
  42. 7a21bee misc: fix commonly doubled up words by Daniel P. Berrangé · 2 years, 8 months ago
  43. 9b0ecfa python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type by Thomas Huth · 2 years, 8 months ago
  44. 9323e79 Fix 'writeable' typos by Peter Maydell · 2 years, 9 months ago
  45. e7874a5 python: update for mypy 0.950 by John Snow · 2 years, 10 months ago
  46. 4743077 python/qmp: remove pylint workaround from legacy.py by John Snow · 3 years ago
  47. b1a9b1f python: rename 'aqmp-tui' to 'qmp-tui' by John Snow · 3 years ago
  48. 37094b6 python: rename qemu.aqmp to qemu.qmp by John Snow · 3 years ago
  49. 105bbff python: re-enable pylint duplicate-code warnings by John Snow · 3 years ago
  50. adaca6e python: remove the old QMP package by John Snow · 3 years ago
  51. b0654f4 python/aqmp: copy qmp docstrings to qemu.aqmp.legacy by John Snow · 3 years ago
  52. 0c78ebf python/aqmp: fully separate from qmp.QEMUMonitorProtocol by John Snow · 3 years ago
  53. 9fcd393 python/aqmp: take QMPBadPortError and parse_address from qemu.qmp by John Snow · 3 years ago
  54. 335e7d4 python: temporarily silence pylint duplicate-code warnings by John Snow · 3 years ago
  55. 445c9d4 python/aqmp-tui: relicense as LGPLv2+ by John Snow · 3 years ago
  56. 0e08b94 python/qmp-shell: relicense as LGPLv2+ by John Snow · 3 years ago
  57. 9dcea96 python/aqmp: relicense as LGPLv2+ by John Snow · 3 years ago
  58. 380fc8f python/aqmp: add explicit GPLv2 license to legacy.py by John Snow · 3 years ago
  59. a422530 python/machine: permanently switch to AQMP by John Snow · 3 years ago
  60. 062fd1d python/utils: add VerboseProcessError by John Snow · 3 years ago
  61. be73231 python/utils: add add_visual_margin() text decoration utility by John Snow · 3 years ago
  62. 4c1fe70 python/aqmp: drop _bind_hack() by John Snow · 3 years ago
  63. 673856f python/aqmp: fix race condition in legacy.py by John Snow · 3 years ago
  64. 481607c python/aqmp: add start_server() and accept() methods by John Snow · 3 years ago
  65. 32c5abf python/aqmp: stop the server during disconnect() by John Snow · 3 years ago
  66. 5e9902a python/aqmp: refactor _do_accept() into two distinct steps by John Snow · 3 years ago
  67. 1b9c8cb python/aqmp: squelch pylint warning for too many lines by John Snow · 3 years ago
  68. 830e6fd python/aqmp: split _client_connected_cb() out as _incoming() by John Snow · 3 years ago
  69. 68a6cf3 python/aqmp: remove _new_session and _establish_connection by John Snow · 3 years ago
  70. 0ba4e76 python/aqmp: rename 'accept()' to 'start_server_and_accept()' by John Snow · 3 years ago
  71. 40196c2 python/aqmp: add _session_guard() by John Snow · 3 years ago
  72. 43a1119 Revert "python: pin setuptools below v60.0.0" by John Snow · 3 years, 1 month ago
  73. 762c280 Python: add setuptools v60.0 workaround by John Snow · 3 years, 1 month ago
  74. 2ddaeb7 Python: discourage direct setup.py install by John Snow · 3 years, 1 month ago
  75. 5c66d7d python: support recording QMP session to a file by Daniel P. Berrangé · 3 years, 1 month ago
  76. 4391252 python: introduce qmp-shell-wrap convenience tool by Daniel P. Berrangé · 3 years, 1 month ago
  77. b0b662b python/aqmp: add socket bind step to legacy.py by John Snow · 3 years, 1 month ago
  78. 74a1505 python: upgrade mypy to 0.780 by John Snow · 3 years, 1 month ago
  79. 50465f9 python/machine: raise VMLaunchFailure exception from launch() by John Snow · 3 years, 1 month ago
  80. fa73e6e python/aqmp: Fix negotiation with pre-"oob" QEMU by John Snow · 3 years, 1 month ago
  81. fd9c3a6 python: move qmp-shell under the AQMP package by John Snow · 3 years, 2 months ago
  82. 0347c4c python: move qmp utilities to python/qemu/utils by John Snow · 3 years, 2 months ago
  83. f3efd12 python/qmp: switch qmp-shell to AQMP by John Snow · 3 years, 2 months ago
  84. 8d6cdc5 python/qmp: switch qom tools to AQMP by John Snow · 3 years, 2 months ago
  85. 26db075 python/qmp: switch qemu-ga-client to AQMP by John Snow · 3 years, 2 months ago
  86. 7017f38 python/qemu-ga-client: don't use deprecated CLI syntax in usage comment by John Snow · 3 years, 2 months ago
  87. 6e7751d python/aqmp: rename AQMPError to QMPError by John Snow · 3 years, 2 months ago
  88. 728dcac python/aqmp: add SocketAddrT to package root by John Snow · 3 years, 2 months ago
  89. 0e6bfd8 python/aqmp: copy type definitions from qmp by John Snow · 3 years, 2 months ago
  90. 3b5bf13 python/aqmp: handle asyncio.TimeoutError on execute() by John Snow · 3 years, 2 months ago
  91. 3bc72e3 python/aqmp: add __del__ method to legacy interface by John Snow · 3 years, 2 months ago
  92. dc6877b python/aqmp: fix docstring typo by John Snow · 3 years, 2 months ago
  93. 57a6b44 python: use avocado's "new" runner by John Snow · 3 years, 2 months ago
  94. 1e4d8b3 python: pin setuptools below v60.0.0 by John Snow · 3 years, 2 months ago
  95. 366d331 python: update type hints for mypy 0.930 by John Snow · 3 years, 2 months ago
  96. 42d73f2 Python/aqmp: fix type definitions for mypy 0.920 by John Snow · 3 years, 2 months ago
  97. f75b20e python/aqmp: use absolute import statement by John Snow · 3 years, 2 months ago
  98. a57cb3e python/aqmp: fix send_fd_scm for python 3.6.x by John Snow · 3 years, 4 months ago
  99. 1611e6c python/machine: handle "fast" QEMU terminations by John Snow · 3 years, 4 months ago
  100. b1ca991 python/machine: move more variable initializations to _pre_launch by John Snow · 3 years, 4 months ago