]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:24:58 +0000 (09:24 +0100)
commit73a876e4ff04ebbbcd3bde62efe02146ab601e25
treedeaddb90f52c526a94cdec6c6bfaf2f383b224c0
parent6b166891d2452aec95e0757afda734722a318ad3
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]

(From OE-Core rev: c9dd8fae8fd799f0f64328606904e047ed8ee9c3)

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