aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-05-22Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into st...Richard Henderson
2023-05-22docs/interop: Convert qmp-spec.txt to rSTPeter Maydell
2023-05-19mkvenv: pass first missing package to diagnose()Paolo Bonzini
2023-05-19mkvenv: replace distlib.database with importlib.metadata/pkg_resourcesPaolo Bonzini
2023-05-18meson: require 0.63.0Paolo Bonzini
2023-05-18python: bump some of the dependenciesPaolo Bonzini
2023-05-18mkvenv: mark command as requiredPaolo Bonzini
2023-05-18Python: Drop support for Python 3.6Paolo Bonzini
2023-05-18python/wheels: add vendored meson packageJohn Snow
2023-05-18python: add vendor.py utilityJohn Snow
2023-05-18mkvenv: work around broken pip installations on Debian 10John Snow
2023-05-18mkvenv: avoid ensurepip if pip is installedJohn Snow
2023-05-18mkvenv: use pip's vendored distlib as a fallbackJohn Snow
2023-05-18mkvenv: add console script entry point generationJohn Snow
2023-05-18mkvenv: add --diagnose option to explain "ensure" failuresJohn Snow
2023-05-18mkvenv: add ensure subcommandJohn Snow
2023-05-18mkvenv: add nested venv workaroundJohn Snow
2023-05-18mkvenv: add better error message for broken or missing ensurepipJohn Snow
2023-05-18python: add mkvenv.pyJohn Snow
2023-05-18python: update pylint configurationJohn Snow
2023-05-18python: shut up "pip install" during "make check-minreqs"Paolo Bonzini
2023-02-22python: drop pipenvJohn Snow
2023-02-22python: support pylint 2.16John Snow
2023-01-24python/qemu/machine: use socketpair() for QMP by defaultMarc-André Lureau
2023-01-24python/qmp/legacy: make QEMUMonitorProtocol accept a socketMarc-André Lureau
2023-01-24python/qmp/protocol: add open_with_socket()Marc-André Lureau
2023-01-24python/qmp: increase read buffer sizeMaksim Davydov
2023-01-24python/machine: Fix AF_UNIX path too long on macOSPeter Delevoryas
2023-01-24python: QEMUMachine: enable qmp accept timeout by defaultVladimir Sementsov-Ogievskiy
2023-01-24Fix some typosDongdong Zhang
2023-01-04python: add 3.11 to supported listJohn Snow
2023-01-04Python: fix flake8 configJohn Snow
2023-01-04python/machine: Handle termination cases without QMPJohn Snow
2023-01-04python/machine: Add debug logging to key state changesJohn Snow
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-18python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct typeThomas Huth
2022-06-08Fix 'writeable' typosPeter Maydell
2022-06-06python: update for mypy 0.950John Snow
2022-04-21python/qmp: remove pylint workaround from legacy.pyJohn Snow
2022-04-21python: rename 'aqmp-tui' to 'qmp-tui'John Snow
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow
2022-04-21python: re-enable pylint duplicate-code warningsJohn Snow
2022-04-21python: remove the old QMP packageJohn Snow
2022-04-21python/aqmp: copy qmp docstrings to qemu.aqmp.legacyJohn Snow
2022-04-21python/aqmp: fully separate from qmp.QEMUMonitorProtocolJohn Snow
2022-04-21python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow
2022-04-21python: temporarily silence pylint duplicate-code warningsJohn Snow
2022-04-21python/aqmp-tui: relicense as LGPLv2+John Snow
2022-04-21python/qmp-shell: relicense as LGPLv2+John Snow
2022-04-21python/aqmp: relicense as LGPLv2+John Snow