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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
aqmp
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
python: rename qemu.aqmp to qemu.qmp
John Snow
12
-4680
/
+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
2
-6
/
+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-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
2022-03-07
python/aqmp: add start_server() and accept() methods
John Snow
1
-5
/
+62
2022-03-07
python/aqmp: stop the server during disconnect()
John Snow
1
-1
/
+5
2022-03-07
python/aqmp: refactor _do_accept() into two distinct steps
John Snow
1
-5
/
+24
2022-03-07
python/aqmp: squelch pylint warning for too many lines
John Snow
1
-0
/
+3
2022-03-07
python/aqmp: split _client_connected_cb() out as _incoming()
John Snow
1
-25
/
+58
2022-03-07
python/aqmp: remove _new_session and _establish_connection
John Snow
1
-72
/
+45
2022-03-07
python/aqmp: rename 'accept()' to 'start_server_and_accept()'
John Snow
2
-3
/
+5
2022-03-07
python/aqmp: add _session_guard()
John Snow
1
-27
/
+62
2022-02-23
python: support recording QMP session to a file
Daniel P. Berrangé
1
-7
/
+22
2022-02-23
python: introduce qmp-shell-wrap convenience tool
Daniel P. Berrangé
1
-4
/
+61
2022-02-02
python/aqmp: add socket bind step to legacy.py
John Snow
2
-3
/
+41
2022-02-02
python/aqmp: Fix negotiation with pre-"oob" QEMU
John Snow
1
-2
/
+2
2022-01-21
python: move qmp-shell under the AQMP package
John Snow
1
-0
/
+537
2022-01-21
python/qmp: switch qmp-shell to AQMP
John Snow
1
-0
/
+3
2022-01-21
python/aqmp: rename AQMPError to QMPError
John Snow
6
-21
/
+21
2022-01-21
python/aqmp: add SocketAddrT to package root
John Snow
1
-1
/
+9
2022-01-21
python/aqmp: copy type definitions from qmp
John Snow
2
-8
/
+30
2022-01-21
python/aqmp: handle asyncio.TimeoutError on execute()
John Snow
1
-2
/
+6
2022-01-21
python/aqmp: add __del__ method to legacy interface
John Snow
1
-0
/
+18
2022-01-21
python/aqmp: fix docstring typo
John Snow
1
-1
/
+1
2022-01-10
Python/aqmp: fix type definitions for mypy 0.920
John Snow
1
-2
/
+3
2022-01-10
python/aqmp: use absolute import statement
John Snow
1
-1
/
+2
2021-11-22
python/aqmp: fix send_fd_scm for python 3.6.x
John Snow
1
-3
/
+6
2021-11-16
python/aqmp: fix ConnectError string method
John Snow
1
-1
/
+5
2021-11-16
python/aqmp: Fix disconnect during capabilities negotiation
John Snow
1
-5
/
+13
2021-11-01
python/aqmp: Create sync QMP wrapper for iotests
John Snow
1
-0
/
+138
2021-11-01
python/aqmp: Remove scary message
John Snow
1
-12
/
+0
2021-10-12
python/aqmp: Disable logging messages by default
John Snow
1
-0
/
+4
2021-10-12
python/aqmp: Reduce severity of EOFError-caused loop terminations
John Snow
1
-2
/
+5
2021-10-12
python/aqmp: Add dict conversion method to Greeting object
John Snow
1
-0
/
+13
2021-10-12
python/aqmp: add send_fd_scm
John Snow
1
-0
/
+22
2021-10-12
python/aqmp: Return cleared events from EventListener.clear()
John Snow
1
-2
/
+7
2021-10-12
python/aqmp: add .empty() method to EventListener
John Snow
1
-0
/
+6
2021-10-12
python/aqmp: add greeting property to QMPClient
John Snow
1
-0
/
+5
2021-09-27
python/aqmp-tui: Add syntax highlighting
G S Niteesh Babu
1
-2
/
+34
2021-09-27
python/aqmp-tui: Add AQMP TUI
G S Niteesh Babu
1
-0
/
+620
2021-09-27
python/aqmp: add scary message
John Snow
1
-0
/
+14
2021-09-27
python/aqmp: add asyncio_run compatibility wrapper
John Snow
1
-0
/
+19
2021-09-27
python/aqmp: add _raw() execution interface
John Snow
1
-0
/
+51
2021-09-27
python/aqmp: add execute() interfaces
John Snow
2
-8
/
+198
[next]