aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2023-07-07python: bump minimum requirements so they are compatible with 3.12Paolo Bonzini3-7/+9
2023-06-06mkvenv: always pass locally-installed packages to pipPaolo Bonzini1-2/+74
2023-05-31Revert "python/qmp/protocol: add open_with_socket()"John Snow1-19/+5
2023-05-31python/qmp/legacy: remove open_with_socket() callsJohn Snow2-20/+16
2023-05-31python/machine: use connect-based interface for existing socketsJohn Snow1-5/+7
2023-05-31python/qmp/legacy: allow using sockets for connect()John Snow1-2/+3
2023-05-31python/qmp: allow sockets to be passed to connect()John Snow1-6/+15
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