index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meta
/
lib
/
oeqa
/
utils
/
qemurunner.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemurunner: Clean up serial_lock handling
Richard Purdie
2024-10-14
1
-5
/
+6
*
oeqa: support passing custom boot patterns to runqemu
Enrico Jorns
2024-10-11
1
-1
/
+1
*
oeqa/utils/qemurunner: support ignoring vt100 escape sequences
Enrico Jorns
2024-10-11
1
-1
/
+3
*
qemurunner.py: Fix error on calls to run_monitor
Eilís 'pidge' Ní Fhlannagáin
2024-03-07
1
-2
/
+2
*
oeqa/qemurunner: Handle rare shutdown race
Richard Purdie
2024-01-30
1
-2
/
+6
*
qemurunner: more cleanups for output blocking
Alex Bennée
2023-12-21
1
-8
/
+12
*
qemurunner: Improve handling of serial port output blocking
Richard Purdie
2023-12-20
1
-29
/
+69
*
qemurunner: Improve stdout logging handling
Richard Purdie
2023-12-20
1
-22
/
+32
*
qemurunner: remove unused import
Ross Burton
2023-12-13
1
-1
/
+0
*
oeqa/qemurunner: Drop newlines serial workaround
Richard Purdie
2023-10-15
1
-12
/
+0
*
oeqa/qemurunner: Ensure we retry after BrokenPipeError
Richard Purdie
2023-10-11
1
-1
/
+1
*
oeqa/qemurunner: Add extra logging when console doesn't appear
Richard Purdie
2023-10-10
1
-0
/
+10
*
runqemu/qemurunner: Use nodelay with tcp serial connections
Richard Purdie
2023-10-10
1
-0
/
+1
*
oeqa/qemurunner: Add newlines serial workaround
Richard Purdie
2023-10-10
1
-0
/
+12
*
qemurunner.py: detect login prompt without without utf-8 conversion
Mikko Rapeli
2023-10-08
1
-2
/
+1
*
qemurunner: Show both the login console log and all logging upon failure
Richard Purdie
2023-10-04
1
-3
/
+2
*
qemurunner: Log the second serial console as well as the first
Richard Purdie
2023-10-04
1
-6
/
+3
*
qemurunner: Use backslashreplace with utf8 to make invalid characters clear
Richard Purdie
2023-10-04
1
-2
/
+2
*
qemurunner: Skip conversion from/to binary data for logfile
Richard Purdie
2023-10-04
1
-4
/
+3
*
testimage/oeqa: Drop testimage_dump_host functionality
Thomas Roos
2023-06-29
1
-16
/
+2
*
qemurunner.py: fix error message about qmp
Chen Qi
2023-06-06
1
-2
/
+2
*
qemurunner: add boot logs to do_testimage task logs in real time
Mikko Rapeli
2023-05-25
1
-0
/
+1
*
qemurunner: avoid leaking server_socket
Mikko Rapeli
2023-05-22
1
-0
/
+1
*
qemurunner: support serial console login via qemu stdout
Mikko Rapeli
2023-05-22
1
-11
/
+19
*
oeqa: whitespace and indentation cleanups
Enrico Jörns
2023-03-31
1
-7
/
+7
*
oeqa/utils/qemurunner: fix undefined TimeoutExpired
Enrico Jörns
2023-03-31
1
-1
/
+1
*
oeqa/utils/qemurunner: limit precision of timing debugging output
Enrico Jörns
2023-03-31
1
-7
/
+7
*
oeqa/utils/qemurunner: replace hard-coded user 'root' in debug output
Enrico Jörns
2023-03-31
1
-2
/
+2
*
oeqa qemurunner.py: try to avoid reading one character at a time
Mikko Rapeli
2023-02-10
1
-0
/
+2
*
oeqa qemurunner.py: add timeout to QMP calls
Mikko Rapeli
2023-02-10
1
-0
/
+3
*
oeqa qemurunner: read more data at a time from serial
Mikko Rapeli
2023-02-10
1
-1
/
+3
*
oeqa/qemurunner: do not use Popen.poll() when terminating runqemu with a signal
Alexander Kanavin
2023-02-01
1
-4
/
+7
*
qemurunner.py: use IP address from command line
Mikko Rapeli
2022-11-22
1
-2
/
+2
*
oeqa/qemurunner: implement vmdk images support
Sergei Zhmylev
2022-11-22
1
-1
/
+5
*
qemurunner.py: support setting slirp host IP address
Mikko Rapeli
2022-11-20
1
-1
/
+2
*
oeqa/qemurunner: update exception class for QMP API changes
Ross Burton
2022-11-11
1
-1
/
+1
*
selftest/qemurunner: Work around possible control character contamination
Richard Purdie
2022-09-13
1
-8
/
+13
*
oeqa: qemurunner: Report UNIX Epoch timestamp on login
Joshua Watt
2022-09-12
1
-2
/
+2
*
qemurunner: Update to match qmp changes
Richard Purdie
2022-09-09
1
-3
/
+4
*
oeqa/qemurunner: add run_serial() comment
Ross Burton
2022-08-23
1
-0
/
+2
*
qemuboot/runqemu: fully form the ip= kernel parameter
Alexander Kanavin
2022-01-11
1
-1
/
+1
*
qemu: install qmp module without hardcoding the python version in oeqa scripts
Alexander Kanavin
2021-10-13
1
-1
/
+1
*
oeqa/qemurunner: Use oe._exit(), not sys.exit()
Richard Purdie
2021-09-26
1
-1
/
+1
*
qemurunner.py: handle getOutput() having nothing to read
Alexander Kanavin
2021-08-27
1
-1
/
+4
*
qemurunner.py: print output from runqemu/qemu-system in stop()
Alexander Kanavin
2021-08-27
1
-0
/
+2
*
oeqa/qemurunner: Handle files no longer existing gracefully
Richard Purdie
2021-07-11
1
-6
/
+9
*
oeqa/qemurunner: add support qmp cmd args
Saul Wold
2021-07-02
1
-2
/
+6
*
qemurunner: Add info log for qemu startup
Saul Wold
2021-06-27
1
-0
/
+8
*
qemurunner: add second qmp port
Saul Wold
2021-06-22
1
-0
/
+6
*
qemurunner: Increase startup timeout 120 -> 300
Richard Purdie
2021-06-11
1
-1
/
+1
[next]