aboutsummaryrefslogtreecommitdiff
path: root/python/qemu
AgeCommit message (Expand)AuthorFilesLines
2021-10-12python, iotests: remove socket_scm_helperJohn Snow2-5/+0
2021-10-12python/qmp: add send_fd_scm directly to QEMUMonitorProtocolJohn Snow2-47/+18
2021-10-12python/qmp: clear events on get_events() callJohn Snow3-4/+4
2021-10-12python/aqmp: Disable logging messages by defaultJohn Snow1-0/+4
2021-10-12python/aqmp: Reduce severity of EOFError-caused loop terminationsJohn Snow1-2/+5
2021-10-12python/aqmp: Add dict conversion method to Greeting objectJohn Snow1-0/+13
2021-10-12python/aqmp: add send_fd_scmJohn Snow1-0/+22
2021-10-12python/aqmp: Return cleared events from EventListener.clear()John Snow1-2/+7
2021-10-12python/aqmp: add .empty() method to EventListenerJohn Snow1-0/+6
2021-10-12python/aqmp: add greeting property to QMPClientJohn Snow1-0/+5
2021-09-27python/aqmp-tui: Add syntax highlightingG S Niteesh Babu1-2/+34
2021-09-27python/aqmp-tui: Add AQMP TUIG S Niteesh Babu1-0/+620
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/aqmp: add QMP protocol supportJohn Snow2-0/+266
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/aqmp: add error classesJohn Snow2-0/+54
2021-09-27python/aqmp: add asynchronous QMP (AQMP) subpackageJohn Snow2-0/+27
2021-09-16python: Update for pylint 2.10John Snow1-1/+6
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: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito2-4/+8
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 global pylint suppressionsJohn Snow2-0/+5
2021-06-30python: expose typing information via PEP 561John Snow3-0/+0
2021-06-30python/qom: Do not use 'err' name at module scopeJohn Snow1-2/+2
2021-06-18scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow1-0/+535
2021-06-18python/qmp: return generic type from context managerJohn Snow1-1/+4
2021-06-18python/qmp: add QMPObject type aliasJohn Snow1-0/+3
2021-06-18python/qemu-ga-client: add entry pointJohn Snow1-2/+0
2021-06-18scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow1-0/+325