summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python, iotests: remove socket_scm_helperJohn Snow2021-10-122-5/+0Star
* python/qmp: add send_fd_scm directly to QEMUMonitorProtocolJohn Snow2021-10-122-47/+18Star
* python/qmp: clear events on get_events() callJohn Snow2021-10-123-4/+4
* python/aqmp: Disable logging messages by defaultJohn Snow2021-10-121-0/+4
* python/aqmp: Reduce severity of EOFError-caused loop terminationsJohn Snow2021-10-121-2/+5
* python/aqmp: Add dict conversion method to Greeting objectJohn Snow2021-10-121-0/+13
* python/aqmp: add send_fd_scmJohn Snow2021-10-121-0/+22
* python/aqmp: Return cleared events from EventListener.clear()John Snow2021-10-121-2/+7
* python/aqmp: add .empty() method to EventListenerJohn Snow2021-10-121-0/+6
* python/aqmp: add greeting property to QMPClientJohn Snow2021-10-121-0/+5
* python/aqmp-tui: Add syntax highlightingG S Niteesh Babu2021-09-271-2/+34
* python: add optional pygments dependencyG S Niteesh Babu2021-09-272-0/+13
* python: Add entry point for aqmp-tuiG S Niteesh Babu2021-09-271-0/+1
* python/aqmp-tui: Add AQMP TUIG S Niteesh Babu2021-09-272-1/+632
* python: Add dependencies for AQMP TUIG S Niteesh Babu2021-09-272-0/+20
* python/aqmp: Add Coverage.py supportJohn Snow2021-09-274-0/+27
* python/aqmp: add LineProtocol testsJohn Snow2021-09-271-0/+48
* python/aqmp: add AsyncProtocol unit testsJohn Snow2021-09-271-0/+535
* python: bump avocado to v90.0John Snow2021-09-272-5/+5
* python/aqmp: add scary messageJohn Snow2021-09-271-0/+14
* python/aqmp: add asyncio_run compatibility wrapperJohn Snow2021-09-271-0/+19
* python/aqmp: add _raw() execution interfaceJohn Snow2021-09-271-0/+51
* python/aqmp: add execute() interfacesJohn Snow2021-09-272-8/+198
* python/aqmp: Add message routing to QMP protocolJohn Snow2021-09-271-2/+120
* python/pylint: disable no-member checkJohn Snow2021-09-271-0/+1
* python/aqmp: add QMP protocol supportJohn Snow2021-09-272-0/+266
* python/pylint: disable too-many-function-argsJohn Snow2021-09-271-0/+1
* python/aqmp: add QMP event supportJohn Snow2021-09-272-0/+708
* python/aqmp: add well-known QMP object modelsJohn Snow2021-09-271-0/+133
* python/aqmp: add QMP Message formatJohn Snow2021-09-272-1/+212
* python/aqmp: add AsyncProtocol._readline() methodJohn Snow2021-09-271-0/+29
* python/aqmp: add _cb_inbound and _cb_outbound logging hooksJohn Snow2021-09-271-4/+46
* python/aqmp: add configurable read buffer limitJohn Snow2021-09-271-2/+16
* python/aqmp: add AsyncProtocol.accept() methodJohn Snow2021-09-271-4/+85
* python/aqmp: add logging to AsyncProtocolJohn Snow2021-09-271-9/+73
* python/aqmp: Add logging utility helpersJohn Snow2021-09-271-0/+56
* python/aqmp: add runstate state machine to AsyncProtocolJohn Snow2021-09-272-5/+160
* python/aqmp: add generic async message-based protocol supportJohn Snow2021-09-273-1/+577
* python/aqmp: add asyncio compatibility wrappersJohn Snow2021-09-271-0/+89
* python/pylint: Add exception for TypeVar names ('T')John Snow2021-09-271-0/+1
* python/aqmp: add error classesJohn Snow2021-09-272-0/+54
* python/aqmp: add asynchronous QMP (AQMP) subpackageJohn Snow2021-09-273-0/+28
* python: pylint 2.11 supportJohn Snow2021-09-161-1/+1
* python: Update for pylint 2.10John Snow2021-09-162-1/+7
* python:QEMUMachine: template typing for self returning methodsVladimir Sementsov-Ogievskiy2021-09-011-3/+7
* python/qemu/machine: QEMUMachine: improve qmp() methodVladimir Sementsov-Ogievskiy2021-09-011-1/+11
* python/qemu/machine.py: refactor _qemu_args()Vladimir Sementsov-Ogievskiy2021-09-011-10/+8Star
* qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito2021-09-011-3/+6
* python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachineEmanuele Giuseppe Esposito2021-09-011-1/+3
* python: Reduce strictness of pylint's duplicate-code checkJohn Snow2021-09-011-0/+5