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
/
qemu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-2
/
+14
*
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
3
-115
/
+13
*
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: use qom-list-get
Steve Sistare
2025-07-16
2
-20
/
+80
*
tests/functional: Add hvf_available() helper
Peter Maydell
2025-07-01
2
-1
/
+16
*
python: linter changes for pylint 3.x
John Snow
2024-07-12
2
-1
/
+2
*
python/qemu/machine: add method to retrieve QEMUMachine::binary field
Maksim Davydov
2024-04-25
1
-0
/
+5
*
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/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
*
python: bump minimum requirements so they are compatible with 3.12
Paolo Bonzini
2023-07-07
1
-1
/
+4
*
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
*
docs/interop: Convert qmp-spec.txt to rST
Peter Maydell
2023-05-22
2
-6
/
+6
*
python: support pylint 2.16
John Snow
2023-02-22
3
-5
/
+5
*
python/qemu/machine: use socketpair() for QMP by default
Marc-André Lureau
2023-01-24
1
-8
/
+17
*
python/qmp/legacy: make QEMUMonitorProtocol accept a socket
Marc-André Lureau
2023-01-24
1
-3
/
+15
*
python/qmp/protocol: add open_with_socket()
Marc-André Lureau
2023-01-24
1
-5
/
+20
*
python/qmp: increase read buffer size
Maksim Davydov
2023-01-24
1
-2
/
+2
*
python/machine: Fix AF_UNIX path too long on macOS
Peter Delevoryas
2023-01-24
1
-3
/
+3
*
python: QEMUMachine: enable qmp accept timeout by default
Vladimir Sementsov-Ogievskiy
2023-01-24
1
-1
/
+1
*
Fix some typos
Dongdong Zhang
2023-01-24
4
-6
/
+6
*
python/machine: Handle termination cases without QMP
John Snow
2023-01-04
1
-0
/
+6
*
python/machine: Add debug logging to key state changes
John Snow
2023-01-04
1
-0
/
+25
*
misc: fix commonly doubled up words
Daniel P. Berrangé
2022-08-01
1
-1
/
+1
[next]