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-10.0
stable-10.1
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-10.0
staging-10.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
/
qmp
Age
Commit message (
Expand
)
Author
Files
Lines
34 hours
python: synchronize qemu.qmp documentation
John Snow
9
-87
/
+264
34 hours
python: backport 'avoid creating additional event loops per thread'
John Snow
3
-26
/
+57
34 hours
python: backport 'Remove deprecated get_event_loop calls'
John Snow
2
-2
/
+14
34 hours
python: backport 'qmp-tui: Do not crash if optional dependencies are not met'
John Snow
1
-4
/
+15
34 hours
python: backport 'qmp-shell-wrap: handle missing binary gracefully'
John Snow
1
-0
/
+2
34 hours
python: backport 'make require() preserve async-ness'
John Snow
1
-21
/
+32
34 hours
python: backport 'feat: allow setting read buffer limit'
Adam Dorsey
2
-13
/
+30
34 hours
python: backport 'qmp-shell: add common_parser()'
John Snow
1
-16
/
+13
34 hours
python: backport 'Use @asynciocontextmanager'
John Snow
1
-19
/
+16
34 hours
python: backport 'drop Python3.6 workarounds'
John Snow
3
-115
/
+13
34 hours
python: backport 'protocol: adjust logging name when changing client name'
John Snow
1
-4
/
+20
34 hours
python: backport 'kick event queue on legacy event_pull()'
John Snow
1
-0
/
+3
34 hours
python: backport 'EventListener: add __repr__ method'
John Snow
1
-0
/
+15
34 hours
python: backport 'Change error classes to have better repr methods'
John Snow
4
-17
/
+29
2023-10-12
python/qemu: rename command() to cmd()
Vladimir Sementsov-Ogievskiy
2
-2
/
+2
2023-10-12
python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
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-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
1
-17
/
+12
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
2
-2
/
+2
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
Fix some typos
Dongdong Zhang
2
-4
/
+4
2022-07-18
python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type
Thomas Huth
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
12
-0
/
+4680
2022-04-21
python: remove the old QMP package
John Snow
3
-405
/
+0
2022-04-21
python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
John Snow
1
-26
/
+0
2022-01-21
python: move qmp-shell under the AQMP package
John Snow
1
-537
/
+0
2022-01-21
python: move qmp utilities to python/qemu/utils
John Snow
4
-978
/
+0
2022-01-21
python/qmp: switch qmp-shell to AQMP
John Snow
1
-14
/
+17
2022-01-21
python/qmp: switch qom tools to AQMP
John Snow
3
-8
/
+11
2022-01-21
python/qmp: switch qemu-ga-client to AQMP
John Snow
1
-11
/
+11
2022-01-21
python/qemu-ga-client: don't use deprecated CLI syntax in usage comment
John Snow
1
-1
/
+1
2022-01-10
python: update type hints for mypy 0.930
John Snow
1
-5
/
+1
2021-11-08
tests/acceptance: rename tests acceptance to tests avocado
Willian Rampazzo
1
-1
/
+1
2021-10-12
python/qmp: add send_fd_scm directly to QEMUMonitorProtocol
John Snow
1
-12
/
+9
2021-10-12
python/qmp: clear events on get_events() call
John Snow
2
-3
/
+4
2021-06-30
python: Fix broken ReST docstrings
John Snow
2
-1
/
+2
2021-06-30
python: expose typing information via PEP 561
John Snow
1
-0
/
+0
2021-06-30
python/qom: Do not use 'err' name at module scope
John Snow
1
-2
/
+2
[next]