index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
aqmp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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/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
/
+537
*
python/qmp: switch qmp-shell to AQMP
John Snow
2022-01-21
1
-0
/
+3
*
python/aqmp: rename AQMPError to QMPError
John Snow
2022-01-21
6
-21
/
+21
*
python/aqmp: add SocketAddrT to package root
John Snow
2022-01-21
1
-1
/
+9
*
python/aqmp: copy type definitions from qmp
John Snow
2022-01-21
2
-8
/
+30
*
python/aqmp: handle asyncio.TimeoutError on execute()
John Snow
2022-01-21
1
-2
/
+6
*
python/aqmp: add __del__ method to legacy interface
John Snow
2022-01-21
1
-0
/
+18
*
python/aqmp: fix docstring typo
John Snow
2022-01-21
1
-1
/
+1
*
Python/aqmp: fix type definitions for mypy 0.920
John Snow
2022-01-11
1
-2
/
+3
*
python/aqmp: use absolute import statement
John Snow
2022-01-11
1
-1
/
+2
*
python/aqmp: fix send_fd_scm for python 3.6.x
John Snow
2021-11-23
1
-3
/
+6
*
python/aqmp: fix ConnectError string method
John Snow
2021-11-16
1
-1
/
+5
*
python/aqmp: Fix disconnect during capabilities negotiation
John Snow
2021-11-16
1
-5
/
+13
*
python/aqmp: Create sync QMP wrapper for iotests
John Snow
2021-11-01
1
-0
/
+138
*
python/aqmp: Remove scary message
John Snow
2021-11-01
1
-12
/
+0
*
python/aqmp: Disable logging messages by default
John Snow
2021-10-12
1
-0
/
+4
*
python/aqmp: Reduce severity of EOFError-caused loop terminations
John Snow
2021-10-12
1
-2
/
+5
*
python/aqmp: Add dict conversion method to Greeting object
John Snow
2021-10-12
1
-0
/
+13
*
python/aqmp: add send_fd_scm
John Snow
2021-10-12
1
-0
/
+22
*
python/aqmp: Return cleared events from EventListener.clear()
John Snow
2021-10-12
1
-2
/
+7
*
python/aqmp: add .empty() method to EventListener
John Snow
2021-10-12
1
-0
/
+6
*
python/aqmp: add greeting property to QMPClient
John Snow
2021-10-12
1
-0
/
+5
*
python/aqmp-tui: Add syntax highlighting
G S Niteesh Babu
2021-09-27
1
-2
/
+34
*
python/aqmp-tui: Add AQMP TUI
G S Niteesh Babu
2021-09-27
1
-0
/
+620
*
python/aqmp: add scary message
John Snow
2021-09-27
1
-0
/
+14
*
python/aqmp: add asyncio_run compatibility wrapper
John Snow
2021-09-27
1
-0
/
+19
*
python/aqmp: add _raw() execution interface
John Snow
2021-09-27
1
-0
/
+51
*
python/aqmp: add execute() interfaces
John Snow
2021-09-27
2
-8
/
+198
*
python/aqmp: Add message routing to QMP protocol
John Snow
2021-09-27
1
-2
/
+120
*
python/aqmp: add QMP protocol support
John Snow
2021-09-27
2
-0
/
+266
*
python/aqmp: add QMP event support
John Snow
2021-09-27
2
-0
/
+708
*
python/aqmp: add well-known QMP object models
John Snow
2021-09-27
1
-0
/
+133
*
python/aqmp: add QMP Message format
John Snow
2021-09-27
2
-1
/
+212
*
python/aqmp: add AsyncProtocol._readline() method
John Snow
2021-09-27
1
-0
/
+29
*
python/aqmp: add _cb_inbound and _cb_outbound logging hooks
John Snow
2021-09-27
1
-4
/
+46
*
python/aqmp: add configurable read buffer limit
John Snow
2021-09-27
1
-2
/
+16
*
python/aqmp: add AsyncProtocol.accept() method
John Snow
2021-09-27
1
-4
/
+85
*
python/aqmp: add logging to AsyncProtocol
John Snow
2021-09-27
1
-9
/
+73
*
python/aqmp: Add logging utility helpers
John Snow
2021-09-27
1
-0
/
+56
*
python/aqmp: add runstate state machine to AsyncProtocol
John Snow
2021-09-27
2
-5
/
+160
*
python/aqmp: add generic async message-based protocol support
John Snow
2021-09-27
3
-1
/
+577
*
python/aqmp: add asyncio compatibility wrappers
John Snow
2021-09-27
1
-0
/
+89
*
python/aqmp: add error classes
John Snow
2021-09-27
2
-0
/
+54
*
python/aqmp: add asynchronous QMP (AQMP) subpackage
John Snow
2021-09-27
2
-0
/
+27