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
*
configure: bump Meson to 1.9.0 for use with Rust
Paolo Bonzini
2025-09-17
3
-2
/
+2
*
python: ensure QEMUQtestProtocol closes its socket
Daniel P. Berrangé
2025-09-15
1
-0
/
+2
*
python: synchronize qemu.qmp documentation
John Snow
2025-09-15
9
-87
/
+264
*
python: backport 'avoid creating additional event loops per thread'
John Snow
2025-09-15
3
-26
/
+57
*
python: backport 'Remove deprecated get_event_loop calls'
John Snow
2025-09-15
3
-3
/
+15
*
python: backport 'qmp-tui: Do not crash if optional dependencies are not met'
John Snow
2025-09-15
1
-4
/
+15
*
python: backport 'qmp-shell-wrap: handle missing binary gracefully'
John Snow
2025-09-15
1
-0
/
+2
*
python: backport 'make require() preserve async-ness'
John Snow
2025-09-15
1
-21
/
+32
*
python: backport 'feat: allow setting read buffer limit'
Adam Dorsey
2025-09-15
2
-13
/
+30
*
python: backport 'qmp-shell: add common_parser()'
John Snow
2025-09-15
1
-16
/
+13
*
python: backport 'Use @asynciocontextmanager'
John Snow
2025-09-15
1
-19
/
+16
*
python: backport 'drop Python3.6 workarounds'
John Snow
2025-09-15
4
-119
/
+17
*
python: backport 'protocol: adjust logging name when changing client name'
John Snow
2025-09-15
1
-4
/
+20
*
python: backport 'kick event queue on legacy event_pull()'
John Snow
2025-09-15
1
-0
/
+3
*
python: backport 'EventListener: add __repr__ method'
John Snow
2025-09-15
1
-0
/
+15
*
python: backport 'Change error classes to have better repr methods'
John Snow
2025-09-15
4
-17
/
+29
*
python: mkvenv: fix messages printed by mkvenv
Paolo Bonzini
2025-08-22
1
-0
/
+4
*
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
[next]