diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2015-08-12 15:38:49 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-16 09:23:54 +0100 |
commit | c9dd8fae8fd799f0f64328606904e047ed8ee9c3 (patch) | |
tree | c6a81f72cb424bbf58279387d02056b9345363ac /meta/recipes-devtools/qemu/qemu.inc | |
parent | 00d94314679eb4345b5012389aa6252abe871a76 (diff) | |
download | openembedded-core-c9dd8fae8fd799f0f64328606904e047ed8ee9c3.tar.gz openembedded-core-c9dd8fae8fd799f0f64328606904e047ed8ee9c3.tar.bz2 openembedded-core-c9dd8fae8fd799f0f64328606904e047ed8ee9c3.zip |
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>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index c3f73d1ec5..8c1e77940e 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -25,6 +25,7 @@ SRC_URI = "\ SRC_URI_append_class-native = "\ file://fix-libcap-header-issue-on-some-distro.patch \ + file://cpus.c-qemu_cpu_kick_thread_debugging.patch \ " EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='${CFLAGS}'" |