Age | Commit message (Expand) | Author |
2023-06-06 | mkvenv: always pass locally-installed packages to pip | Paolo Bonzini |
2023-05-31 | Revert "python/qmp/protocol: add open_with_socket()" | John Snow |
2023-05-31 | python/qmp/legacy: remove open_with_socket() calls | John Snow |
2023-05-31 | python/machine: use connect-based interface for existing sockets | John Snow |
2023-05-31 | python/qmp/legacy: allow using sockets for connect() | John Snow |
2023-05-31 | python/qmp: allow sockets to be passed to connect() | John Snow |
2023-05-22 | Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into st... | Richard Henderson |
2023-05-22 | docs/interop: Convert qmp-spec.txt to rST | Peter Maydell |
2023-05-19 | mkvenv: pass first missing package to diagnose() | Paolo Bonzini |
2023-05-19 | mkvenv: replace distlib.database with importlib.metadata/pkg_resources | Paolo Bonzini |
2023-05-18 | meson: require 0.63.0 | Paolo Bonzini |
2023-05-18 | python: bump some of the dependencies | Paolo Bonzini |
2023-05-18 | mkvenv: mark command as required | Paolo Bonzini |
2023-05-18 | Python: Drop support for Python 3.6 | Paolo Bonzini |
2023-05-18 | python/wheels: add vendored meson package | John Snow |
2023-05-18 | python: add vendor.py utility | John Snow |
2023-05-18 | mkvenv: work around broken pip installations on Debian 10 | John Snow |
2023-05-18 | mkvenv: avoid ensurepip if pip is installed | John Snow |
2023-05-18 | mkvenv: use pip's vendored distlib as a fallback | John Snow |
2023-05-18 | mkvenv: add console script entry point generation | John Snow |
2023-05-18 | mkvenv: add --diagnose option to explain "ensure" failures | John Snow |
2023-05-18 | mkvenv: add ensure subcommand | John Snow |
2023-05-18 | mkvenv: add nested venv workaround | John Snow |
2023-05-18 | mkvenv: add better error message for broken or missing ensurepip | John Snow |
2023-05-18 | python: add mkvenv.py | John Snow |
2023-05-18 | python: update pylint configuration | John Snow |
2023-05-18 | python: shut up "pip install" during "make check-minreqs" | Paolo Bonzini |
2023-02-22 | python: drop pipenv | John Snow |
2023-02-22 | python: support pylint 2.16 | John Snow |
2023-01-24 | python/qemu/machine: use socketpair() for QMP by default | Marc-André Lureau |
2023-01-24 | python/qmp/legacy: make QEMUMonitorProtocol accept a socket | Marc-André Lureau |
2023-01-24 | python/qmp/protocol: add open_with_socket() | Marc-André Lureau |
2023-01-24 | python/qmp: increase read buffer size | Maksim Davydov |
2023-01-24 | python/machine: Fix AF_UNIX path too long on macOS | Peter Delevoryas |
2023-01-24 | python: QEMUMachine: enable qmp accept timeout by default | Vladimir Sementsov-Ogievskiy |
2023-01-24 | Fix some typos | Dongdong Zhang |
2023-01-04 | python: add 3.11 to supported list | John Snow |
2023-01-04 | Python: fix flake8 config | John Snow |
2023-01-04 | python/machine: Handle termination cases without QMP | John Snow |
2023-01-04 | python/machine: Add debug logging to key state changes | John Snow |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé |
2022-07-18 | python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type | Thomas Huth |
2022-06-08 | Fix 'writeable' typos | Peter Maydell |
2022-06-06 | python: update for mypy 0.950 | John Snow |
2022-04-21 | python/qmp: remove pylint workaround from legacy.py | John Snow |
2022-04-21 | python: rename 'aqmp-tui' to 'qmp-tui' | John Snow |
2022-04-21 | python: rename qemu.aqmp to qemu.qmp | John Snow |
2022-04-21 | python: re-enable pylint duplicate-code warnings | John Snow |
2022-04-21 | python: remove the old QMP package | John Snow |
2022-04-21 | python/aqmp: copy qmp docstrings to qemu.aqmp.legacy | John Snow |