1. a57cb3e python/aqmp: fix send_fd_scm for python 3.6.x by John Snow · 3 years, 4 months ago
  2. 1611e6c python/machine: handle "fast" QEMU terminations by John Snow · 3 years, 4 months ago
  3. b1ca991 python/machine: move more variable initializations to _pre_launch by John Snow · 3 years, 4 months ago
  4. 72b17fe python/machine: add instance disambiguator to default nickname by John Snow · 3 years, 4 months ago
  5. 6eeb3de python/machine: remove _remove_monitor_sockfile property by John Snow · 3 years, 4 months ago
  6. 87bf1fe python/machine: add @sock_dir property by John Snow · 3 years, 4 months ago
  7. 25de7f5 python/aqmp: fix ConnectError string method by John Snow · 3 years, 5 months ago
  8. f26bd6f python/aqmp: Fix disconnect during capabilities negotiation by John Snow · 3 years, 5 months ago
  9. bbbd9b6 tests/acceptance: rename tests acceptance to tests avocado by Willian Rampazzo · 3 years, 5 months ago
  10. 76cd358 python, iotests: replace qmp with aqmp by John Snow · 3 years, 5 months ago
  11. f122be6 python/aqmp: Create sync QMP wrapper for iotests by John Snow · 3 years, 5 months ago
  12. 0f71c9a python/aqmp: Remove scary message by John Snow · 3 years, 5 months ago
  13. 49a608b python/machine: Handle QMP errors on close more meticulously by John Snow · 3 years, 5 months ago
  14. b9420e4 python/machine: remove has_quit argument by John Snow · 3 years, 5 months ago
  15. 461044c python: Add iotest linters to test suite by John Snow · 3 years, 5 months ago
  16. c163c72 python, iotests: remove socket_scm_helper by John Snow · 3 years, 6 months ago
  17. 514d00d python/qmp: add send_fd_scm directly to QEMUMonitorProtocol by John Snow · 3 years, 6 months ago
  18. d911acc python/qmp: clear events on get_events() call by John Snow · 3 years, 6 months ago
  19. 3a3d84f python/aqmp: Disable logging messages by default by John Snow · 3 years, 6 months ago
  20. 3e55dc3 python/aqmp: Reduce severity of EOFError-caused loop terminations by John Snow · 3 years, 6 months ago
  21. 58026b1 python/aqmp: Add dict conversion method to Greeting object by John Snow · 3 years, 6 months ago
  22. 6e2f6ec python/aqmp: add send_fd_scm by John Snow · 3 years, 6 months ago
  23. 6bfebc7 python/aqmp: Return cleared events from EventListener.clear() by John Snow · 3 years, 6 months ago
  24. 16cce72 python/aqmp: add .empty() method to EventListener by John Snow · 3 years, 6 months ago
  25. 0257209 python/aqmp: add greeting property to QMPClient by John Snow · 3 years, 6 months ago
  26. 99e45a6 python/aqmp-tui: Add syntax highlighting by G S Niteesh Babu · 3 years, 7 months ago
  27. f37c34d python: add optional pygments dependency by G S Niteesh Babu · 3 years, 7 months ago
  28. 35755f7 python: Add entry point for aqmp-tui by G S Niteesh Babu · 3 years, 7 months ago
  29. aeb6b48 python/aqmp-tui: Add AQMP TUI by G S Niteesh Babu · 3 years, 7 months ago
  30. 974e2f4 python: Add dependencies for AQMP TUI by G S Niteesh Babu · 3 years, 7 months ago
  31. a4ffaec python/aqmp: Add Coverage.py support by John Snow · 3 years, 7 months ago
  32. 8193b9d python/aqmp: add LineProtocol tests by John Snow · 3 years, 7 months ago
  33. a1f71b6 python/aqmp: add AsyncProtocol unit tests by John Snow · 3 years, 7 months ago
  34. 4320f71 python: bump avocado to v90.0 by John Snow · 3 years, 7 months ago
  35. ed6d4d7 python/aqmp: add scary message by John Snow · 3 years, 7 months ago
  36. debbabd python/aqmp: add asyncio_run compatibility wrapper by John Snow · 3 years, 7 months ago
  37. 41f4f92 python/aqmp: add _raw() execution interface by John Snow · 3 years, 7 months ago
  38. e0fea0b python/aqmp: add execute() interfaces by John Snow · 3 years, 7 months ago
  39. 577737b python/aqmp: Add message routing to QMP protocol by John Snow · 3 years, 7 months ago
  40. 4cd17f3 python/pylint: disable no-member check by John Snow · 3 years, 7 months ago
  41. c67d696 python/aqmp: add QMP protocol support by John Snow · 3 years, 7 months ago
  42. 29a8ea9 python/pylint: disable too-many-function-args by John Snow · 3 years, 7 months ago
  43. b3cda21 python/aqmp: add QMP event support by John Snow · 3 years, 7 months ago
  44. ad07299 python/aqmp: add well-known QMP object models by John Snow · 3 years, 7 months ago
  45. 08f98a2 python/aqmp: add QMP Message format by John Snow · 3 years, 7 months ago
  46. 762bd4d python/aqmp: add AsyncProtocol._readline() method by John Snow · 3 years, 7 months ago
  47. 12c7a57 python/aqmp: add _cb_inbound and _cb_outbound logging hooks by John Snow · 3 years, 7 months ago
  48. 2686ac1 python/aqmp: add configurable read buffer limit by John Snow · 3 years, 7 months ago
  49. 774c64a python/aqmp: add AsyncProtocol.accept() method by John Snow · 3 years, 7 months ago
  50. 50e5330 python/aqmp: add logging to AsyncProtocol by John Snow · 3 years, 7 months ago
  51. c140834 python/aqmp: Add logging utility helpers by John Snow · 3 years, 7 months ago
  52. c58b42e python/aqmp: add runstate state machine to AsyncProtocol by John Snow · 3 years, 7 months ago
  53. 4ccaab0 python/aqmp: add generic async message-based protocol support by John Snow · 3 years, 7 months ago
  54. a07616d python/aqmp: add asyncio compatibility wrappers by John Snow · 3 years, 7 months ago
  55. 35b9a85 python/pylint: Add exception for TypeVar names ('T') by John Snow · 3 years, 7 months ago
  56. fbfb6a3 python/aqmp: add error classes by John Snow · 3 years, 7 months ago
  57. a093a65 python/aqmp: add asynchronous QMP (AQMP) subpackage by John Snow · 3 years, 7 months ago
  58. eb8033f python: pylint 2.11 support by John Snow · 3 years, 7 months ago
  59. 5690b43 python: Update for pylint 2.10 by John Snow · 3 years, 7 months ago
  60. 15c3b86 python:QEMUMachine: template typing for self returning methods by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
  61. 3f3c9b4 python/qemu/machine: QEMUMachine: improve qmp() method by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
  62. c7daa57 python/qemu/machine.py: refactor _qemu_args() by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
  63. eb7a91d qemu-iotests: add option to show qemu binary logs on stdout by Emanuele Giuseppe Esposito · 3 years, 8 months ago
  64. 804f769 python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine by Emanuele Giuseppe Esposito · 3 years, 8 months ago
  65. 22305c2 python: Reduce strictness of pylint's duplicate-code check by John Snow · 3 years, 8 months ago
  66. e2f948a python: qemu: add timer parameter for qmp.accept socket by Emanuele Giuseppe Esposito · 3 years, 8 months ago
  67. 6f651a6 python: Configure tox to skip missing interpreters by Wainer dos Santos Moschetta · 3 years, 9 months ago
  68. 555fe0c python/qemu: Add args property to the QEMUMachine class by Wainer dos Santos Moschetta · 4 years ago
  69. b306e26 Acceptance Tests: distinguish between temp and logs dir by Cleber Rosa · 4 years, 2 months ago
  70. 5c02c86 python: Fix broken ReST docstrings by John Snow · 3 years, 9 months ago
  71. 19cf003 python: remove auto-generated pyproject.toml file by John Snow · 3 years, 9 months ago
  72. 50d0fba python: Update help text on 'make clean', 'make distclean' by John Snow · 3 years, 9 months ago
  73. 28cd32f python: Update help text on 'make check', 'make develop' by John Snow · 3 years, 9 months ago
  74. 2c24d52 python: add 'make check-dev' invocation by John Snow · 3 years, 9 months ago
  75. 0d52c19 python: only check qemu/ subdir with flake8 by John Snow · 3 years, 9 months ago
  76. 205d721 python: Fix .PHONY Make specifiers by John Snow · 3 years, 9 months ago
  77. 8c95d0f python: update help text for check-tox by John Snow · 3 years, 9 months ago
  78. 6f84d72 python: rename 'venv-check' target to 'check-pipenv' by John Snow · 3 years, 9 months ago
  79. d2ae942 python: Add no-install usage instructions by John Snow · 3 years, 9 months ago
  80. 4176dbd python: README.rst touchups by John Snow · 3 years, 9 months ago
  81. 3afa350 python: Re-lock pipenv at *oldest* supported versions by John Snow · 3 years, 9 months ago
  82. 82e6517 python: Remove global pylint suppressions by John Snow · 3 years, 9 months ago
  83. 7f17908 python: expose typing information via PEP 561 by John Snow · 3 years, 9 months ago
  84. 00376d1 python/qom: Do not use 'err' name at module scope by John Snow · 3 years, 9 months ago
  85. 957f3c5 python: add qmp-shell entry point by John Snow · 3 years, 10 months ago
  86. 6be7206 scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py by John Snow · 3 years, 10 months ago
  87. eac8aab python/qmp: return generic type from context manager by John Snow · 3 years, 10 months ago
  88. 1acde76 python/qmp: add QMPObject type alias by John Snow · 3 years, 10 months ago
  89. 7e7c2a0 python/qemu-ga-client: add entry point by John Snow · 3 years, 10 months ago
  90. 1e129af scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py by John Snow · 3 years, 10 months ago
  91. 1f63993 python/qmp: Correct type of QMPReturnValue by John Snow · 3 years, 10 months ago
  92. 176c549 python/qmp: add fuse command to 'qom' tools by John Snow · 3 years, 10 months ago
  93. 173d185 scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py by John Snow · 3 years, 10 months ago
  94. c63f3b0 python: add optional FUSE dependencies by John Snow · 3 years, 10 months ago
  95. 30ec845 scripts/qom-fuse: add static type hints by John Snow · 3 years, 10 months ago
  96. d229f1c python: Add 'fh' to known-good variable names by John Snow · 3 years, 10 months ago
  97. 7c4c595 python/qmp: add qom script entry points by John Snow · 3 years, 10 months ago
  98. c750c02 python/qmp: Add qom script rewrites by John Snow · 3 years, 10 months ago
  99. 587adac python/qmp: add parse_address classmethod by John Snow · 3 years, 10 months ago
  100. 5d15c9b python/qmp: Fix type of SocketAddrT by John Snow · 3 years, 10 months ago