aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2023-05-22Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into st...Richard Henderson2-6/+6
2023-05-22docs/interop: Convert qmp-spec.txt to rSTPeter Maydell2-6/+6
2023-05-19mkvenv: pass first missing package to diagnose()Paolo Bonzini1-12/+25
2023-05-19mkvenv: replace distlib.database with importlib.metadata/pkg_resourcesPaolo Bonzini2-54/+65
2023-05-18meson: require 0.63.0Paolo Bonzini3-2/+2
2023-05-18python: bump some of the dependenciesPaolo Bonzini2-15/+9
2023-05-18mkvenv: mark command as requiredPaolo Bonzini1-0/+1
2023-05-18Python: Drop support for Python 3.6Paolo Bonzini3-10/+9
2023-05-18python/wheels: add vendored meson packageJohn Snow1-0/+0
2023-05-18python: add vendor.py utilityJohn Snow1-0/+74
2023-05-18mkvenv: work around broken pip installations on Debian 10John Snow1-16/+56
2023-05-18mkvenv: avoid ensurepip if pip is installedJohn Snow1-3/+64
2023-05-18mkvenv: use pip's vendored distlib as a fallbackJohn Snow2-3/+40
2023-05-18mkvenv: add console script entry point generationJohn Snow2-0/+117
2023-05-18mkvenv: add --diagnose option to explain "ensure" failuresJohn Snow1-1/+169
2023-05-18mkvenv: add ensure subcommandJohn Snow3-3/+145
2023-05-18mkvenv: add nested venv workaroundJohn Snow1-5/+86
2023-05-18mkvenv: add better error message for broken or missing ensurepipJohn Snow1-0/+37
2023-05-18python: add mkvenv.pyJohn Snow6-0/+260
2023-05-18python: update pylint configurationJohn Snow1-0/+1
2023-05-18python: shut up "pip install" during "make check-minreqs"Paolo Bonzini1-3/+6
2023-02-22python: drop pipenvJohn Snow7-385/+84
2023-02-22python: support pylint 2.16John Snow3-5/+5
2023-01-24python/qemu/machine: use socketpair() for QMP by defaultMarc-André Lureau1-8/+17
2023-01-24python/qmp/legacy: make QEMUMonitorProtocol accept a socketMarc-André Lureau1-3/+15
2023-01-24python/qmp/protocol: add open_with_socket()Marc-André Lureau1-5/+20
2023-01-24python/qmp: increase read buffer sizeMaksim Davydov1-2/+2
2023-01-24python/machine: Fix AF_UNIX path too long on macOSPeter Delevoryas1-3/+3
2023-01-24python: QEMUMachine: enable qmp accept timeout by defaultVladimir Sementsov-Ogievskiy1-1/+1
2023-01-24Fix some typosDongdong Zhang4-6/+6
2023-01-04python: add 3.11 to supported listJohn Snow1-1/+2
2023-01-04Python: fix flake8 configJohn Snow1-1/+2
2023-01-04python/machine: Handle termination cases without QMPJohn Snow1-0/+6
2023-01-04python/machine: Add debug logging to key state changesJohn Snow1-0/+25
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé2-2/+2
2022-07-18python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct typeThomas Huth1-1/+1
2022-06-08Fix 'writeable' typosPeter Maydell1-1/+1
2022-06-06python: update for mypy 0.950John Snow2-1/+4
2022-04-21python/qmp: remove pylint workaround from legacy.pyJohn Snow1-2/+0
2022-04-21python: rename 'aqmp-tui' to 'qmp-tui'John Snow2-9/+9
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow22-60/+60
2022-04-21python: re-enable pylint duplicate-code warningsJohn Snow1-1/+0
2022-04-21python: remove the old QMP packageJohn Snow6-410/+4
2022-04-21python/aqmp: copy qmp docstrings to qemu.aqmp.legacyJohn Snow1-8/+90
2022-04-21python/aqmp: fully separate from qmp.QEMUMonitorProtocolJohn Snow1-6/+31
2022-04-21python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow3-32/+27
2022-04-21python: temporarily silence pylint duplicate-code warningsJohn Snow1-0/+1
2022-04-21python/aqmp-tui: relicense as LGPLv2+John Snow1-1/+1
2022-04-21python/qmp-shell: relicense as LGPLv2+John Snow1-3/+4
2022-04-21python/aqmp: relicense as LGPLv2+John Snow1-3/+3