aboutsummaryrefslogtreecommitdiff
path: root/python/qemu/qmp.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-20python/qemu/qmp.py: Fix settimeout operationJohn Snow1-6/+17
2020-10-20python/qemu/qmp.py: re-raise OSError when encounteredJohn Snow1-4/+5
2020-10-20python/qemu/qmp.py: Preserve error context on re-raiseJohn Snow1-4/+5
2020-10-20python/qemu: Add mypy type annotationsJohn Snow1-19/+25
2020-10-20python/qemu: use isort to lay out importsJohn Snow1-5/+5
2020-07-14python/qmp.py: add QMPProtocolErrorJohn Snow1-0/+10
2020-07-14python/qmp.py: add casts to JSON deserializationJohn Snow1-2/+6
2020-07-14python/qmp.py: Do not return None from cmd_objJohn Snow1-9/+5
2020-07-14python/qmp.py: re-absorb MonitorResponseErrorJohn Snow1-2/+15
2020-07-14python/qmp.py: Define common typesJohn Snow1-0/+18
2020-05-31python/qemu/qmp: assert sockfile is not NoneJohn Snow1-0/+1
2020-05-31python/qemu/qmp: use True/False for non/blocking modesJohn Snow1-2/+2
2020-05-31python/qemu: Adjust traceback typingJohn Snow1-2/+8
2020-05-31python/qemu: fix socket.makefile() typingJohn Snow1-3/+7
2020-05-31python/qemu: delint; add flake8 configJohn Snow1-2/+2
2020-03-17python/qemu/qmp.py: QMP debug with VM labelOksana Vohchana1-1/+4
2020-02-07python: Treat None-return of greeting cmdLukáš Doktor1-1/+1
2020-02-07python/qemu: qmp: Remove unnused attributesWainer dos Santos Moschetta1-4/+0
2020-02-07python/qemu: qmp: Make QEMUMonitorProtocol a context managerWainer dos Santos Moschetta1-2/+13
2020-02-07python/qemu: qmp: Make accept()'s timeout configurableWainer dos Santos Moschetta1-2/+9
2020-02-07python/qemu: Delint the qmp moduleWainer dos Santos Moschetta1-10/+41
2020-02-07python/qemu: qmp: Replace socket.error with OSErrorWainer dos Santos Moschetta1-8/+8
2019-02-22Introduce a Python module structureCleber Rosa1-0/+256