summary refs log tree commit diff stats
path: root/python (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into st...Richard Henderson2023-05-222-6/+6
|\
| * docs/interop: Convert qmp-spec.txt to rSTPeter Maydell2023-05-222-6/+6
* | mkvenv: pass first missing package to diagnose()Paolo Bonzini2023-05-191-12/+25
* | mkvenv: replace distlib.database with importlib.metadata/pkg_resourcesPaolo Bonzini2023-05-192-54/+65
|/
* meson: require 0.63.0Paolo Bonzini2023-05-183-2/+2
* python: bump some of the dependenciesPaolo Bonzini2023-05-182-15/+9
* mkvenv: mark command as requiredPaolo Bonzini2023-05-181-0/+1
* Python: Drop support for Python 3.6Paolo Bonzini2023-05-183-10/+9
* python/wheels: add vendored meson packageJohn Snow2023-05-181-0/+0
* python: add vendor.py utilityJohn Snow2023-05-181-0/+74
* mkvenv: work around broken pip installations on Debian 10John Snow2023-05-181-16/+56
* mkvenv: avoid ensurepip if pip is installedJohn Snow2023-05-181-3/+64
* mkvenv: use pip's vendored distlib as a fallbackJohn Snow2023-05-182-3/+40
* mkvenv: add console script entry point generationJohn Snow2023-05-182-0/+117
* mkvenv: add --diagnose option to explain "ensure" failuresJohn Snow2023-05-181-1/+169
* mkvenv: add ensure subcommandJohn Snow2023-05-183-3/+145
* mkvenv: add nested venv workaroundJohn Snow2023-05-181-5/+86
* mkvenv: add better error message for broken or missing ensurepipJohn Snow2023-05-181-0/+37
* python: add mkvenv.pyJohn Snow2023-05-186-0/+260
* python: update pylint configurationJohn Snow2023-05-181-0/+1
* python: shut up "pip install" during "make check-minreqs"Paolo Bonzini2023-05-181-3/+6
* python: drop pipenvJohn Snow2023-02-227-385/+84
* python: support pylint 2.16John Snow2023-02-223-5/+5
* python/qemu/machine: use socketpair() for QMP by defaultMarc-André Lureau2023-01-241-8/+17
* python/qmp/legacy: make QEMUMonitorProtocol accept a socketMarc-André Lureau2023-01-241-3/+15
* python/qmp/protocol: add open_with_socket()Marc-André Lureau2023-01-241-5/+20
* python/qmp: increase read buffer sizeMaksim Davydov2023-01-241-2/+2
* python/machine: Fix AF_UNIX path too long on macOSPeter Delevoryas2023-01-241-3/+3
* python: QEMUMachine: enable qmp accept timeout by defaultVladimir Sementsov-Ogievskiy2023-01-241-1/+1
* Fix some typosDongdong Zhang2023-01-244-6/+6
* python: add 3.11 to supported listJohn Snow2023-01-041-1/+2
* Python: fix flake8 configJohn Snow2023-01-041-1/+2
* python/machine: Handle termination cases without QMPJohn Snow2023-01-041-0/+6
* python/machine: Add debug logging to key state changesJohn Snow2023-01-041-0/+25
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-012-2/+2
* python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct typeThomas Huth2022-07-181-1/+1
* Fix 'writeable' typosPeter Maydell2022-06-081-1/+1
* python: update for mypy 0.950John Snow2022-06-062-1/+4
* python/qmp: remove pylint workaround from legacy.pyJohn Snow2022-04-211-2/+0
* python: rename 'aqmp-tui' to 'qmp-tui'John Snow2022-04-212-9/+9
* python: rename qemu.aqmp to qemu.qmpJohn Snow2022-04-2122-60/+60
* python: re-enable pylint duplicate-code warningsJohn Snow2022-04-211-1/+0
* python: remove the old QMP packageJohn Snow2022-04-216-410/+4
* python/aqmp: copy qmp docstrings to qemu.aqmp.legacyJohn Snow2022-04-211-8/+90
* python/aqmp: fully separate from qmp.QEMUMonitorProtocolJohn Snow2022-04-211-6/+31
* python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow2022-04-213-32/+27
* python: temporarily silence pylint duplicate-code warningsJohn Snow2022-04-211-0/+1
* python/aqmp-tui: relicense as LGPLv2+John Snow2022-04-211-1/+1
* python/qmp-shell: relicense as LGPLv2+John Snow2022-04-211-3/+4
* python/aqmp: relicense as LGPLv2+John Snow2022-04-211-3/+3