index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
2024-10-07
Require meson version 1.5.0
Paolo Bonzini
2024-09-04
python: Install pycotap in our venv if necessary
Thomas Huth
2024-07-12
python: enable testing for 3.13
John Snow
2024-07-12
python: Do not use pylint 3.2.4 with python 3.8
John Snow
2024-07-12
python: linter changes for pylint 3.x
John Snow
2024-06-08
python: mkvenv: remove ensure command
Paolo Bonzini
2024-06-08
Revert "python: use vendored tomli"
Paolo Bonzini
2024-04-25
python/qemu/machine: add method to retrieve QEMUMachine::binary field
Maksim Davydov
2023-11-24
buildsys: Bump known good meson version to v1.2.3
Philippe Mathieu-Daudé
2023-10-12
python/machine.py: upgrade vm.cmd() method
Vladimir Sementsov-Ogievskiy
2023-10-12
python/qemu: rename command() to cmd()
Vladimir Sementsov-Ogievskiy
2023-10-12
python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
Vladimir Sementsov-Ogievskiy
2023-10-12
qmp_shell.py: _fill_completion() use .command() instead of .cmd()
Vladimir Sementsov-Ogievskiy
2023-10-12
python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
Vladimir Sementsov-Ogievskiy
2023-10-11
Python: Enable python3.12 support
John Snow
2023-10-11
python/qmp: remove Server.wait_closed() call for Python 3.12
John Snow
2023-10-11
python/machine: remove unused sock_dir argument
John Snow
2023-10-11
python/machine: use socketpair() for qtest connection
John Snow
2023-10-11
python/machine: use socketpair() for console connections
John Snow
2023-10-11
python/console_socket: accept existing FD in initializer
John Snow
2023-10-11
python/machine: close sock_pair in cleanup path
John Snow
2023-10-11
python/machine: move socket setup out of _base_args property
John Snow
2023-09-20
tests/avocado: Fix console data loss
Nicholas Piggin
2023-09-07
Revert "mkvenv: work around broken pip installations on Debian 10"
Paolo Bonzini
2023-09-07
mkvenv: assume presence of importlib.metadata
Paolo Bonzini
2023-09-07
Python: Drop support for Python 3.7
Paolo Bonzini
2023-08-28
Revert "tests: Use separate virtual environment for avocado"
Paolo Bonzini
2023-08-28
python: use vendored tomli
Paolo Bonzini
2023-08-28
python: mkvenv: add ensuregroup command
Paolo Bonzini
2023-08-28
python: mkvenv: introduce TOML-like representation of dependencies
Paolo Bonzini
2023-08-28
python: mkvenv: tweak the matching of --diagnose to depspecs
Paolo Bonzini
2023-07-07
python: bump minimum requirements so they are compatible with 3.12
Paolo Bonzini
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
[next]