index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mkvenv: Support pip 25.2
Sv. Lockal
2025-08-12
1
-4
/
+60
*
python: fix editable installs for modern pip/setuptools
John Snow
2025-07-16
1
-2
/
+2
*
python: use qom-list-get
Steve Sistare
2025-07-16
2
-20
/
+80
*
docs/sphinx: remove legacy QAPI manual generator
John Snow
2025-07-14
1
-1
/
+1
*
tests/functional: Add hvf_available() helper
Peter Maydell
2025-07-01
2
-1
/
+16
*
python: Drop redundant warn_unused_configs = True
Markus Armbruster
2025-06-05
1
-1
/
+0
*
python: add qapi static analysis tests
John Snow
2025-06-05
6
-0
/
+54
*
python: update missing dependencies from minreqs
John Snow
2025-06-05
1
-0
/
+4
*
meson: update to version 1.8.1
Paolo Bonzini
2025-06-03
3
-2
/
+2
*
Drop support for Python 3.8
Thomas Huth
2025-04-30
3
-9
/
+8
*
python: silence pylint raising-non-exception error
John Snow
2024-11-25
1
-0
/
+3
*
python: disable too-many-positional-arguments warning
John Snow
2024-11-25
1
-0
/
+1
*
Require meson version 1.5.0
Paolo Bonzini
2024-10-07
3
-2
/
+2
*
python: Install pycotap in our venv if necessary
Thomas Huth
2024-09-04
1
-0
/
+0
*
python: enable testing for 3.13
John Snow
2024-07-12
1
-1
/
+2
*
python: Do not use pylint 3.2.4 with python 3.8
John Snow
2024-07-12
1
-0
/
+1
*
python: linter changes for pylint 3.x
John Snow
2024-07-12
2
-1
/
+2
*
python: mkvenv: remove ensure command
Paolo Bonzini
2024-06-08
1
-105
/
+0
*
Revert "python: use vendored tomli"
Paolo Bonzini
2024-06-08
2
-3
/
+0
*
python/qemu/machine: add method to retrieve QEMUMachine::binary field
Maksim Davydov
2024-04-25
1
-0
/
+5
*
buildsys: Bump known good meson version to v1.2.3
Philippe Mathieu-Daudé
2023-11-24
3
-2
/
+2
*
python/machine.py: upgrade vm.cmd() method
Vladimir Sementsov-Ogievskiy
2023-10-12
1
-1
/
+11
*
python/qemu: rename command() to cmd()
Vladimir Sementsov-Ogievskiy
2023-10-12
7
-15
/
+15
*
python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
Vladimir Sementsov-Ogievskiy
2023-10-12
2
-3
/
+3
*
qmp_shell.py: _fill_completion() use .command() instead of .cmd()
Vladimir Sementsov-Ogievskiy
2023-10-12
1
-6
/
+14
*
python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
Vladimir Sementsov-Ogievskiy
2023-10-12
1
-5
/
+1
*
Python: Enable python3.12 support
John Snow
2023-10-11
1
-1
/
+2
*
python/qmp: remove Server.wait_closed() call for Python 3.12
John Snow
2023-10-11
1
-1
/
+0
*
python/machine: remove unused sock_dir argument
John Snow
2023-10-11
2
-22
/
+1
*
python/machine: use socketpair() for qtest connection
John Snow
2023-10-11
1
-9
/
+40
*
python/machine: use socketpair() for console connections
John Snow
2023-10-11
1
-3
/
+27
*
python/console_socket: accept existing FD in initializer
John Snow
2023-10-11
1
-8
/
+21
*
python/machine: close sock_pair in cleanup path
John Snow
2023-10-11
1
-0
/
+5
*
python/machine: move socket setup out of _base_args property
John Snow
2023-10-11
1
-3
/
+2
*
tests/avocado: Fix console data loss
Nicholas Piggin
2023-09-20
1
-0
/
+19
*
Revert "mkvenv: work around broken pip installations on Debian 10"
Paolo Bonzini
2023-09-07
1
-58
/
+16
*
mkvenv: assume presence of importlib.metadata
Paolo Bonzini
2023-09-07
2
-178
/
+28
*
Python: Drop support for Python 3.7
Paolo Bonzini
2023-09-07
4
-10
/
+12
*
Revert "tests: Use separate virtual environment for avocado"
Paolo Bonzini
2023-08-28
1
-8
/
+5
*
python: use vendored tomli
Paolo Bonzini
2023-08-28
2
-1
/
+4
*
python: mkvenv: add ensuregroup command
Paolo Bonzini
2023-08-28
2
-1
/
+131
*
python: mkvenv: introduce TOML-like representation of dependencies
Paolo Bonzini
2023-08-28
1
-16
/
+61
*
python: mkvenv: tweak the matching of --diagnose to depspecs
Paolo Bonzini
2023-08-28
1
-1
/
+4
*
python: bump minimum requirements so they are compatible with 3.12
Paolo Bonzini
2023-07-07
3
-7
/
+9
*
mkvenv: always pass locally-installed packages to pip
Paolo Bonzini
2023-06-06
1
-2
/
+74
*
Revert "python/qmp/protocol: add open_with_socket()"
John Snow
2023-05-31
1
-19
/
+5
*
python/qmp/legacy: remove open_with_socket() calls
John Snow
2023-05-31
2
-20
/
+16
*
python/machine: use connect-based interface for existing sockets
John Snow
2023-05-31
1
-5
/
+7
*
python/qmp/legacy: allow using sockets for connect()
John Snow
2023-05-31
1
-2
/
+3
*
python/qmp: allow sockets to be passed to connect()
John Snow
2023-05-31
1
-6
/
+15
[next]