]> code.ossystems Code Review - openembedded-core.git/commit
qemurunner.py: print output from runqemu/qemu-system in stop()
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 26 Aug 2021 13:00:18 +0000 (15:00 +0200)
committerSteve Sakoman <steve@sakoman.com>
Fri, 27 Aug 2021 14:58:08 +0000 (04:58 -1000)
commit1732290d4d2147bd9ffd76deaf90650519a6ad3d
tree11fcd6a793a1c521804eefda9c14198129d6f40a
parent18e0b6edc40a6e26b90f582e7eb3edcd10b62887
qemurunner.py: print output from runqemu/qemu-system in stop()

This is done when starting up qemu has failed, but is not done
when qemu started ok, but fails later in QMP communication.

Output from runqemu does contain valuable information to find out
why, so rather than fix all the QMP fails to include it, let's just
print it in stop().

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6e2bf68e4401db747484c2c8ba0f77500b1d2d49)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/utils/qemurunner.py