summary refs log tree commit diff stats
path: root/python/qemu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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/aqmp-tui: Add AQMP TUIG S Niteesh Babu2021-09-271-0/+620
* 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/aqmp: add QMP protocol supportJohn Snow2021-09-272-0/+266
* 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/aqmp: add error classesJohn Snow2021-09-272-0/+54
* python/aqmp: add asynchronous QMP (AQMP) subpackageJohn Snow2021-09-272-0/+27
* python: Update for pylint 2.10John Snow2021-09-161-1/+6
* 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/+8
* 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: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito2021-09-012-4/+8
* python/qemu: Add args property to the QEMUMachine classWainer dos Santos Moschetta2021-07-131-0/+5
* Acceptance Tests: distinguish between temp and logs dirCleber Rosa2021-07-131-3/+14
* python: Fix broken ReST docstringsJohn Snow2021-06-305-6/+8
* python: Remove global pylint suppressionsJohn Snow2021-06-302-0/+5
* python: expose typing information via PEP 561John Snow2021-06-303-0/+0
* python/qom: Do not use 'err' name at module scopeJohn Snow2021-06-301-2/+2
* scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow2021-06-181-0/+535
* 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/qemu-ga-client: add entry pointJohn Snow2021-06-181-2/+0
* scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow2021-06-181-0/+325
* python/qmp: Correct type of QMPReturnValueJohn Snow2021-06-181-9/+14
* python/qmp: add fuse command to 'qom' toolsJohn Snow2021-06-181-2/+12
* scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow2021-06-181-0/+206
* python/qmp: Add qom script rewritesJohn Snow2021-06-182-0/+440
* python/qmp: add parse_address classmethodJohn Snow2021-06-181-0/+26
* python/qmp: Fix type of SocketAddrTJohn Snow2021-06-181-1/+1
* python: move flake8 config to setup.cfgJohn Snow2021-06-011-2/+0
* python: move pylintrc into setup.cfgJohn Snow2021-06-011-58/+0