]> code.ossystems Code Review - openembedded-core.git/commit
qemu-native: Add debugging when qemu fails with qemu_cpu_kick_thread
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 12 Aug 2015 20:38:49 +0000 (15:38 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 16 Aug 2015 08:23:54 +0000 (09:23 +0100)
commitc9dd8fae8fd799f0f64328606904e047ed8ee9c3
treec6a81f72cb424bbf58279387d02056b9345363ac
parent00d94314679eb4345b5012389aa6252abe871a76
qemu-native: Add debugging when qemu fails with qemu_cpu_kick_thread

We are expecting some random failures in QEMU runs one of this is
related to qemu_cpu_kick_thread that ends on exit(1) on qemu.

To improve debug information add patch that prints the backtrace and
the status of qemu cpu.

[YOCTO #8143]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu/cpus.c-qemu_cpu_kick_thread_debugging.patch [new file with mode: 0644]