summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/qemurunner.py
Commit message (Expand)AuthorAgeFilesLines
* testimage/oeqa: Drop testimage_dump_host functionalityThomas Roos2023-06-291-16/+2
* qemurunner.py: fix error message about qmpChen Qi2023-06-061-2/+2
* qemurunner: add boot logs to do_testimage task logs in real timeMikko Rapeli2023-05-251-0/+1
* qemurunner: avoid leaking server_socketMikko Rapeli2023-05-221-0/+1
* qemurunner: support serial console login via qemu stdoutMikko Rapeli2023-05-221-11/+19
* oeqa: whitespace and indentation cleanupsEnrico Jörns2023-03-311-7/+7
* oeqa/utils/qemurunner: fix undefined TimeoutExpiredEnrico Jörns2023-03-311-1/+1
* oeqa/utils/qemurunner: limit precision of timing debugging outputEnrico Jörns2023-03-311-7/+7
* oeqa/utils/qemurunner: replace hard-coded user 'root' in debug outputEnrico Jörns2023-03-311-2/+2
* oeqa qemurunner.py: try to avoid reading one character at a timeMikko Rapeli2023-02-101-0/+2
* oeqa qemurunner.py: add timeout to QMP callsMikko Rapeli2023-02-101-0/+3
* oeqa qemurunner: read more data at a time from serialMikko Rapeli2023-02-101-1/+3
* oeqa/qemurunner: do not use Popen.poll() when terminating runqemu with a signalAlexander Kanavin2023-02-011-4/+7
* qemurunner.py: use IP address from command lineMikko Rapeli2022-11-221-2/+2
* oeqa/qemurunner: implement vmdk images supportSergei Zhmylev2022-11-221-1/+5
* qemurunner.py: support setting slirp host IP addressMikko Rapeli2022-11-201-1/+2
* oeqa/qemurunner: update exception class for QMP API changesRoss Burton2022-11-111-1/+1
* selftest/qemurunner: Work around possible control character contaminationRichard Purdie2022-09-131-8/+13
* oeqa: qemurunner: Report UNIX Epoch timestamp on loginJoshua Watt2022-09-121-2/+2
* qemurunner: Update to match qmp changesRichard Purdie2022-09-091-3/+4
* oeqa/qemurunner: add run_serial() commentRoss Burton2022-08-231-0/+2
* qemuboot/runqemu: fully form the ip= kernel parameterAlexander Kanavin2022-01-111-1/+1
* qemu: install qmp module without hardcoding the python version in oeqa scriptsAlexander Kanavin2021-10-131-1/+1
* oeqa/qemurunner: Use oe._exit(), not sys.exit()Richard Purdie2021-09-261-1/+1
* qemurunner.py: handle getOutput() having nothing to readAlexander Kanavin2021-08-271-1/+4
* qemurunner.py: print output from runqemu/qemu-system in stop()Alexander Kanavin2021-08-271-0/+2
* oeqa/qemurunner: Handle files no longer existing gracefullyRichard Purdie2021-07-111-6/+9
* oeqa/qemurunner: add support qmp cmd argsSaul Wold2021-07-021-2/+6
* qemurunner: Add info log for qemu startupSaul Wold2021-06-271-0/+8
* qemurunner: add second qmp portSaul Wold2021-06-221-0/+6
* qemurunner: Increase startup timeout 120 -> 300Richard Purdie2021-06-111-1/+1
* qemurunner: Try to ensure mmap'd libs are paged inRichard Purdie2021-06-111-1/+18
* oeqa/qemurunner: Improve timeout handlingRichard Purdie2021-06-011-28/+22
* oeqa/qemurunner: Improve handling of run_serial for shutdown commandsRichard Purdie2021-05-091-1/+6
* oeqa/qemurunner: Fix binary vs str issueRichard Purdie2021-05-091-2/+2
* qemurunner: change warning to infoSaul Wold2021-05-061-1/+1
* oeqa/qemurunner: Handle path length issues for qmp socketRichard Purdie2021-05-061-24/+32
* oeqa/qemurunner: Improve logging thread exit handling for qemu shutdown testRichard Purdie2021-05-061-1/+11
* qemurunner: Add support for qmp commandsSaul Wold2021-04-271-2/+68
* oeqa/runqemu: Support RUNQEMU_TMPFS_DIR as a location to copy snapshot images toRichard Purdie2021-04-061-1/+5
* runqemu: correct forcing of ttyS0Jon Mason2021-03-111-1/+1
* oeqa/qemurunner: Increase serial timeoutRichard Purdie2020-09-201-1/+1
* oeqa/qemurunner: Add priority/nice information for running processesRichard Purdie2020-07-221-1/+1
* oeqa/utils/qemurunner: Fix missing pid file tracebacksRichard Purdie2020-07-141-1/+1
* qemurunner: Add extra debug info when qemu fails to startRichard Purdie2020-07-131-0/+9
* qemurunner: Ensure pid location is deterministicRichard Purdie2020-07-131-2/+4
* qemurunner: fix ip fallback detectionKonrad Weihmann2020-05-301-1/+1
* oeqa/qemurunner: Clean up failure handlingRichard Purdie2020-04-261-3/+8
* testimage: enable ovmf supportKonrad Weihmann2020-04-241-1/+4
* oeqa/qemurunner: Don't print a warning for harmless exceptionRichard Purdie2020-03-241-1/+2