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