index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
qemu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
python/machine.py: upgrade vm.cmd() method
Vladimir Sementsov-Ogievskiy
1
-1
/
+11
2023-10-12
python/qemu: rename command() to cmd()
Vladimir Sementsov-Ogievskiy
7
-15
/
+15
2023-10-12
python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
Vladimir Sementsov-Ogievskiy
2
-3
/
+3
2023-10-12
qmp_shell.py: _fill_completion() use .command() instead of .cmd()
Vladimir Sementsov-Ogievskiy
1
-6
/
+14
2023-10-12
python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
Vladimir Sementsov-Ogievskiy
1
-5
/
+1
2023-10-11
python/qmp: remove Server.wait_closed() call for Python 3.12
John Snow
1
-1
/
+0
2023-10-11
python/machine: remove unused sock_dir argument
John Snow
2
-22
/
+1
2023-10-11
python/machine: use socketpair() for qtest connection
John Snow
1
-9
/
+40
2023-10-11
python/machine: use socketpair() for console connections
John Snow
1
-3
/
+27
2023-10-11
python/console_socket: accept existing FD in initializer
John Snow
1
-8
/
+21
2023-10-11
python/machine: close sock_pair in cleanup path
John Snow
1
-0
/
+5
2023-10-11
python/machine: move socket setup out of _base_args property
John Snow
1
-3
/
+2
2023-09-20
tests/avocado: Fix console data loss
Nicholas Piggin
1
-0
/
+19
2023-07-07
python: bump minimum requirements so they are compatible with 3.12
Paolo Bonzini
1
-1
/
+4
2023-05-31
Revert "python/qmp/protocol: add open_with_socket()"
John Snow
1
-19
/
+5
2023-05-31
python/qmp/legacy: remove open_with_socket() calls
John Snow
2
-20
/
+16
2023-05-31
python/machine: use connect-based interface for existing sockets
John Snow
1
-5
/
+7
2023-05-31
python/qmp/legacy: allow using sockets for connect()
John Snow
1
-2
/
+3
2023-05-31
python/qmp: allow sockets to be passed to connect()
John Snow
1
-6
/
+15
2023-05-22
docs/interop: Convert qmp-spec.txt to rST
Peter Maydell
2
-6
/
+6
2023-02-22
python: support pylint 2.16
John Snow
3
-5
/
+5
2023-01-24
python/qemu/machine: use socketpair() for QMP by default
Marc-André Lureau
1
-8
/
+17
2023-01-24
python/qmp/legacy: make QEMUMonitorProtocol accept a socket
Marc-André Lureau
1
-3
/
+15
2023-01-24
python/qmp/protocol: add open_with_socket()
Marc-André Lureau
1
-5
/
+20
2023-01-24
python/qmp: increase read buffer size
Maksim Davydov
1
-2
/
+2
2023-01-24
python/machine: Fix AF_UNIX path too long on macOS
Peter Delevoryas
1
-3
/
+3
2023-01-24
python: QEMUMachine: enable qmp accept timeout by default
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2023-01-24
Fix some typos
Dongdong Zhang
4
-6
/
+6
2023-01-04
python/machine: Handle termination cases without QMP
John Snow
1
-0
/
+6
2023-01-04
python/machine: Add debug logging to key state changes
John Snow
1
-0
/
+25
2022-08-01
misc: fix commonly doubled up words
Daniel P. Berrangé
1
-1
/
+1
2022-07-18
python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type
Thomas Huth
1
-1
/
+1
2022-06-08
Fix 'writeable' typos
Peter Maydell
1
-1
/
+1
2022-06-06
python: update for mypy 0.950
John Snow
1
-1
/
+3
2022-04-21
python/qmp: remove pylint workaround from legacy.py
John Snow
1
-2
/
+0
2022-04-21
python: rename 'aqmp-tui' to 'qmp-tui'
John Snow
1
-6
/
+6
2022-04-21
python: rename qemu.aqmp to qemu.qmp
John Snow
18
-44
/
+44
2022-04-21
python: remove the old QMP package
John Snow
3
-405
/
+0
2022-04-21
python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
John Snow
1
-8
/
+90
2022-04-21
python/aqmp: fully separate from qmp.QEMUMonitorProtocol
John Snow
1
-6
/
+31
2022-04-21
python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
John Snow
3
-32
/
+27
2022-04-21
python/aqmp-tui: relicense as LGPLv2+
John Snow
1
-1
/
+1
2022-04-21
python/qmp-shell: relicense as LGPLv2+
John Snow
1
-3
/
+4
2022-04-21
python/aqmp: relicense as LGPLv2+
John Snow
1
-3
/
+3
2022-04-21
python/aqmp: add explicit GPLv2 license to legacy.py
John Snow
1
-0
/
+11
2022-04-21
python/machine: permanently switch to AQMP
John Snow
2
-12
/
+8
2022-03-22
python/utils: add VerboseProcessError
John Snow
1
-0
/
+39
2022-03-22
python/utils: add add_visual_margin() text decoration utility
John Snow
1
-0
/
+78
2022-03-07
python/aqmp: drop _bind_hack()
John Snow
2
-39
/
+4
2022-03-07
python/aqmp: fix race condition in legacy.py
John Snow
1
-5
/
+2
[next]