summary refs log tree commit diff stats
path: root/python/qemu/qmp/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: rename qemu.aqmp to qemu.qmpJohn Snow2022-04-211-0/+59
* python: remove the old QMP packageJohn Snow2022-04-211-396/+0
* python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow2022-04-211-26/+0
* python/qmp: add send_fd_scm directly to QEMUMonitorProtocolJohn Snow2021-10-121-12/+9
* python/qmp: clear events on get_events() callJohn Snow2021-10-121-2/+4
* python: Fix broken ReST docstringsJohn Snow2021-06-301-0/+1
* python/qmp: return generic type from context managerJohn Snow2021-06-181-1/+4
* python/qmp: add QMPObject type aliasJohn Snow2021-06-181-0/+3
* python/qmp: Correct type of QMPReturnValueJohn Snow2021-06-181-9/+14
* python/qmp: add parse_address classmethodJohn Snow2021-06-181-0/+26
* python/qmp: Fix type of SocketAddrTJohn Snow2021-06-181-1/+1
* python: create qemu packagesJohn Snow2021-06-011-0/+385