70bad61b53
For specific architectures, running qemu in user mode without any additional options may fail if the host processor does not have the necessary instructions to properly run qemu in user mode, which results in the following error: "qemu: uncaught target signal 4 (Illegal instruction) - core dumped" CoreI7 is one such architecture that has had consistent auto-build failures. Add a new string in qemu/Config.in.host: BR2_PACKAGE_HOST_QEMU_USER_MODE_ARGS. The default for the Corei7 architecture is directly from the OpenEmbedded project found in meta/conf/machine/include/x86/tune-corei7.inc: "-cpu Nehalem,check=false." Other architectures may be added to this string at a later date if other failures occure. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> |
||
---|---|---|
.. | ||
0001-user-exec-fix-usage-of-mcontext-structure-on-ARM-uCl.patch | ||
0002-Fix-build-with-64-bits-time_t.patch | ||
0003-meson-add-tests-option.patch | ||
0004-Makefile-ignore-long-options.patch | ||
0005-block-export-fuse.c-fix-musl-build.patch | ||
0006-block-export-fuse.c-fix-fuse-lseek-on-uclibc-or-musl.patch | ||
Config.in | ||
Config.in.host | ||
qemu.hash | ||
qemu.mk |