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
/
qmp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
python/qemu: rename command() to cmd()
Vladimir Sementsov-Ogievskiy
2023-10-12
2
-2
/
+2
*
python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
Vladimir Sementsov-Ogievskiy
2023-10-12
1
-2
/
+2
*
qmp_shell.py: _fill_completion() use .command() instead of .cmd()
Vladimir Sementsov-Ogievskiy
2023-10-12
1
-6
/
+14
*
python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
Vladimir Sementsov-Ogievskiy
2023-10-12
1
-5
/
+1
*
python/qmp: remove Server.wait_closed() call for Python 3.12
John Snow
2023-10-11
1
-1
/
+0
*
python: bump minimum requirements so they are compatible with 3.12
Paolo Bonzini
2023-07-07
1
-1
/
+4
*
Revert "python/qmp/protocol: add open_with_socket()"
John Snow
2023-05-31
1
-19
/
+5
*
python/qmp/legacy: remove open_with_socket() calls
John Snow
2023-05-31
1
-17
/
+12
*
python/qmp/legacy: allow using sockets for connect()
John Snow
2023-05-31
1
-2
/
+3
*
python/qmp: allow sockets to be passed to connect()
John Snow
2023-05-31
1
-6
/
+15
*
docs/interop: Convert qmp-spec.txt to rST
Peter Maydell
2023-05-22
2
-6
/
+6
*
python: support pylint 2.16
John Snow
2023-02-22
2
-2
/
+2
*
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
*
Fix some typos
Dongdong Zhang
2023-01-24
2
-4
/
+4
*
python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type
Thomas Huth
2022-07-18
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
12
-0
/
+4680
*
python: remove the old QMP package
John Snow
2022-04-21
3
-405
/
+0
*
python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
John Snow
2022-04-21
1
-26
/
+0
*
python: move qmp-shell under the AQMP package
John Snow
2022-01-21
1
-537
/
+0
*
python: move qmp utilities to python/qemu/utils
John Snow
2022-01-21
4
-978
/
+0
*
python/qmp: switch qmp-shell to AQMP
John Snow
2022-01-21
1
-14
/
+17
*
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: update type hints for mypy 0.930
John Snow
2022-01-10
1
-5
/
+1
*
tests/acceptance: rename tests acceptance to tests avocado
Willian Rampazzo
2021-11-08
1
-1
/
+1
*
python/qmp: add send_fd_scm directly to QEMUMonitorProtocol
John Snow
2021-10-12
1
-12
/
+9
*
python/qmp: clear events on get_events() call
John Snow
2021-10-12
2
-3
/
+4
*
python: Fix broken ReST docstrings
John Snow
2021-06-30
2
-1
/
+2
*
python: expose typing information via PEP 561
John Snow
2021-06-30
1
-0
/
+0
*
python/qom: Do not use 'err' name at module scope
John Snow
2021-06-30
1
-2
/
+2
*
scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py
John Snow
2021-06-18
1
-0
/
+535
*
python/qmp: return generic type from context manager
John Snow
2021-06-18
1
-1
/
+4
*
python/qmp: add QMPObject type alias
John Snow
2021-06-18
1
-0
/
+3
*
python/qemu-ga-client: add entry point
John Snow
2021-06-18
1
-2
/
+0
*
scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py
John Snow
2021-06-18
1
-0
/
+325
*
python/qmp: Correct type of QMPReturnValue
John Snow
2021-06-18
1
-9
/
+14
*
python/qmp: add fuse command to 'qom' tools
John Snow
2021-06-18
1
-2
/
+12
*
scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py
John Snow
2021-06-18
1
-0
/
+206
*
python/qmp: Add qom script rewrites
John Snow
2021-06-18
2
-0
/
+440
*
python/qmp: add parse_address classmethod
John Snow
2021-06-18
1
-0
/
+26
*
python/qmp: Fix type of SocketAddrT
John Snow
2021-06-18
1
-1
/
+1
*
python: add directory structure README.rst files
John Snow
2021-06-01
1
-0
/
+9
*
python: create qemu packages
John Snow
2021-06-01
1
-0
/
+385