aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2021-09-27python/aqmp-tui: Add syntax highlightingG S Niteesh Babu1-2/+34
2021-09-27python: add optional pygments dependencyG S Niteesh Babu2-0/+13
2021-09-27python: Add entry point for aqmp-tuiG S Niteesh Babu1-0/+1
2021-09-27python/aqmp-tui: Add AQMP TUIG S Niteesh Babu2-1/+632
2021-09-27python: Add dependencies for AQMP TUIG S Niteesh Babu2-0/+20
2021-09-27python/aqmp: Add Coverage.py supportJohn Snow4-0/+27
2021-09-27python/aqmp: add LineProtocol testsJohn Snow1-0/+48
2021-09-27python/aqmp: add AsyncProtocol unit testsJohn Snow1-0/+535
2021-09-27python: bump avocado to v90.0John Snow2-5/+5
2021-09-27python/aqmp: add scary messageJohn Snow1-0/+14
2021-09-27python/aqmp: add asyncio_run compatibility wrapperJohn Snow1-0/+19
2021-09-27python/aqmp: add _raw() execution interfaceJohn Snow1-0/+51
2021-09-27python/aqmp: add execute() interfacesJohn Snow2-8/+198
2021-09-27python/aqmp: Add message routing to QMP protocolJohn Snow1-2/+120
2021-09-27python/pylint: disable no-member checkJohn Snow1-0/+1
2021-09-27python/aqmp: add QMP protocol supportJohn Snow2-0/+266
2021-09-27python/pylint: disable too-many-function-argsJohn Snow1-0/+1
2021-09-27python/aqmp: add QMP event supportJohn Snow2-0/+708
2021-09-27python/aqmp: add well-known QMP object modelsJohn Snow1-0/+133
2021-09-27python/aqmp: add QMP Message formatJohn Snow2-1/+212
2021-09-27python/aqmp: add AsyncProtocol._readline() methodJohn Snow1-0/+29
2021-09-27python/aqmp: add _cb_inbound and _cb_outbound logging hooksJohn Snow1-4/+46
2021-09-27python/aqmp: add configurable read buffer limitJohn Snow1-2/+16
2021-09-27python/aqmp: add AsyncProtocol.accept() methodJohn Snow1-4/+85
2021-09-27python/aqmp: add logging to AsyncProtocolJohn Snow1-9/+73
2021-09-27python/aqmp: Add logging utility helpersJohn Snow1-0/+56
2021-09-27python/aqmp: add runstate state machine to AsyncProtocolJohn Snow2-5/+160
2021-09-27python/aqmp: add generic async message-based protocol supportJohn Snow3-1/+577
2021-09-27python/aqmp: add asyncio compatibility wrappersJohn Snow1-0/+89
2021-09-27python/pylint: Add exception for TypeVar names ('T')John Snow1-0/+1
2021-09-27python/aqmp: add error classesJohn Snow2-0/+54
2021-09-27python/aqmp: add asynchronous QMP (AQMP) subpackageJohn Snow3-0/+28
2021-09-16python: pylint 2.11 supportJohn Snow1-1/+1
2021-09-16python: Update for pylint 2.10John Snow2-1/+7
2021-09-01python:QEMUMachine: template typing for self returning methodsVladimir Sementsov-Ogievskiy1-3/+7
2021-09-01python/qemu/machine: QEMUMachine: improve qmp() methodVladimir Sementsov-Ogievskiy1-1/+11
2021-09-01python/qemu/machine.py: refactor _qemu_args()Vladimir Sementsov-Ogievskiy1-10/+8
2021-09-01qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito1-3/+6
2021-09-01python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachineEmanuele Giuseppe Esposito1-1/+3
2021-09-01python: Reduce strictness of pylint's duplicate-code checkJohn Snow1-0/+5
2021-09-01python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito2-4/+8
2021-07-13python: Configure tox to skip missing interpretersWainer dos Santos Moschetta2-1/+5
2021-07-13python/qemu: Add args property to the QEMUMachine classWainer dos Santos Moschetta1-0/+5
2021-07-13Acceptance Tests: distinguish between temp and logs dirCleber Rosa1-3/+14
2021-06-30python: Fix broken ReST docstringsJohn Snow5-6/+8
2021-06-30python: remove auto-generated pyproject.toml fileJohn Snow1-0/+2
2021-06-30python: Update help text on 'make clean', 'make distclean'John Snow1-4/+7
2021-06-30python: Update help text on 'make check', 'make develop'John Snow1-3/+7
2021-06-30python: add 'make check-dev' invocationJohn Snow2-2/+34
2021-06-30python: only check qemu/ subdir with flake8John Snow2-3/+1