aboutsummaryrefslogtreecommitdiff
path: root/python/qemu
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-18python/qmp: Correct type of QMPReturnValueJohn Snow1-9/+14
2021-06-18python/qmp: add fuse command to 'qom' toolsJohn Snow1-2/+12
2021-06-18scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow1-0/+206
2021-06-18python/qmp: Add qom script rewritesJohn Snow2-0/+440
2021-06-18python/qmp: add parse_address classmethodJohn Snow1-0/+26
2021-06-18python/qmp: Fix type of SocketAddrTJohn Snow1-1/+1
2021-06-01python: move flake8 config to setup.cfgJohn Snow1-2/+0
2021-06-01python: move pylintrc into setup.cfgJohn Snow1-58/+0
2021-06-01python: add pylint import exceptionsJohn Snow3-2/+5
2021-06-01python: add directory structure README.rst filesJohn Snow4-0/+33
2021-06-01python: create qemu packagesJohn Snow11-28/+72
2021-06-01python/machine: Trim line length to below 80 charsJohn Snow1-1/+1
2021-06-01python/machine: disable warning for Popen in _launch()John Snow1-0/+3
2021-06-01python/machine: Disable pylint warning for open() in _pre_launchJohn Snow1-1/+5
2021-06-01python/console_socket: Add a pylint ignoreJohn Snow1-0/+1
2021-06-01python/machine: use subprocess.run instead of subprocess.PopenJohn Snow1-6/+9
2021-06-01python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)John Snow1-4/+2
2021-06-01python/console_socket: avoid one-letter variableJohn Snow1-5/+5
2021-06-01Python: add utility function for retrieving port redirectionCleber Rosa1-0/+33
2021-06-01Python: expose QEMUMachine's temporary directoryCleber Rosa2-11/+19
2021-02-15Python: close the log file kept by QEMUMachine before reading itCleber Rosa1-2/+2
2021-01-02python: add __repr__ to ConsoleSocket to aid debuggingAlex Bennée1-0/+7
2020-12-10treewide: do not use short-form boolean optionsPaolo Bonzini1-1/+1
2020-11-23tests: add prefixes to the bare mkdtemp callsAlex Bennée1-1/+2