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/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
*
python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type
Thomas Huth
2022-07-18
1
-1
/
+1
*
Fix 'writeable' typos
Peter Maydell
2022-06-08
1
-1
/
+1
*
python: update for mypy 0.950
John Snow
2022-06-06
1
-1
/
+3
*
python/qmp: remove pylint workaround from legacy.py
John Snow
2022-04-21
1
-2
/
+0
*
python: rename 'aqmp-tui' to 'qmp-tui'
John Snow
2022-04-21
1
-6
/
+6
*
python: rename qemu.aqmp to qemu.qmp
John Snow
2022-04-21
18
-44
/
+44
*
python: remove the old QMP package
John Snow
2022-04-21
3
-405
/
+0
*
python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
John Snow
2022-04-21
1
-8
/
+90
*
python/aqmp: fully separate from qmp.QEMUMonitorProtocol
John Snow
2022-04-21
1
-6
/
+31
*
python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
John Snow
2022-04-21
3
-32
/
+27
*
python/aqmp-tui: relicense as LGPLv2+
John Snow
2022-04-21
1
-1
/
+1
*
python/qmp-shell: relicense as LGPLv2+
John Snow
2022-04-21
1
-3
/
+4
*
python/aqmp: relicense as LGPLv2+
John Snow
2022-04-21
1
-3
/
+3
*
python/aqmp: add explicit GPLv2 license to legacy.py
John Snow
2022-04-21
1
-0
/
+11
*
python/machine: permanently switch to AQMP
John Snow
2022-04-21
2
-12
/
+8
*
python/utils: add VerboseProcessError
John Snow
2022-03-22
1
-0
/
+39
*
python/utils: add add_visual_margin() text decoration utility
John Snow
2022-03-22
1
-0
/
+78
*
python/aqmp: drop _bind_hack()
John Snow
2022-03-07
2
-39
/
+4
[next]