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: 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
*
python/aqmp: fix race condition in legacy.py
John Snow
2022-03-07
1
-5
/
+2
*
python/aqmp: add start_server() and accept() methods
John Snow
2022-03-07
1
-5
/
+62
*
python/aqmp: stop the server during disconnect()
John Snow
2022-03-07
1
-1
/
+5
*
python/aqmp: refactor _do_accept() into two distinct steps
John Snow
2022-03-07
1
-5
/
+24
*
python/aqmp: squelch pylint warning for too many lines
John Snow
2022-03-07
1
-0
/
+3
*
python/aqmp: split _client_connected_cb() out as _incoming()
John Snow
2022-03-07
1
-25
/
+58
*
python/aqmp: remove _new_session and _establish_connection
John Snow
2022-03-07
1
-72
/
+45
*
python/aqmp: rename 'accept()' to 'start_server_and_accept()'
John Snow
2022-03-07
2
-3
/
+5
*
python/aqmp: add _session_guard()
John Snow
2022-03-07
1
-27
/
+62
*
python: support recording QMP session to a file
Daniel P. Berrangé
2022-02-23
1
-7
/
+22
*
python: introduce qmp-shell-wrap convenience tool
Daniel P. Berrangé
2022-02-23
1
-4
/
+61
*
python/aqmp: add socket bind step to legacy.py
John Snow
2022-02-02
2
-3
/
+41
*
python/machine: raise VMLaunchFailure exception from launch()
John Snow
2022-02-02
1
-6
/
+39
*
python/aqmp: Fix negotiation with pre-"oob" QEMU
John Snow
2022-02-02
1
-2
/
+2
*
python: move qmp-shell under the AQMP package
John Snow
2022-01-21
1
-0
/
+0
*
python: move qmp utilities to python/qemu/utils
John Snow
2022-01-21
4
-0
/
+0
*
python/qmp: switch qmp-shell to AQMP
John Snow
2022-01-21
2
-14
/
+20
*
python/qmp: switch qom tools to AQMP
John Snow
2022-01-21
3
-8
/
+11
*
python/qmp: switch qemu-ga-client to AQMP
John Snow
2022-01-21
1
-11
/
+11
*
python/qemu-ga-client: don't use deprecated CLI syntax in usage comment
John Snow
2022-01-21
1
-1
/
+1
*
python/aqmp: rename AQMPError to QMPError
John Snow
2022-01-21
6
-21
/
+21
[next]