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