summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_1.5.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-30 18:50:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-30 22:11:58 +0100
commit0fe5d9d657446df695e8c810203da469e49ab553 (patch)
treefe8426c4023091f7d593567dd0105189c3510785 /meta/recipes-devtools/qemu/qemu_1.5.0.bb
parent331159d90db7b115fc1422e761a7e73f956a4421 (diff)
downloadpoky-0fe5d9d657446df695e8c810203da469e49ab553.tar.gz
qemu: Add fix for floating point issues on x86-64
There was a bug in handling of the mxcsr register since cpu flags were not getting updated after fxrstor operations. This small tweak fixes that. [YOCTO #5248] (From OE-Core rev: 5dc43cdc08e6698afa16ba79f3506a1555bb3710) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.5.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_1.5.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.5.0.bb b/meta/recipes-devtools/qemu/qemu_1.5.0.bb
index d6dd743bb0..06c2cdba63 100644
--- a/meta/recipes-devtools/qemu/qemu_1.5.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.5.0.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
6SRC_URI += "file://fdt_header.patch \ 6SRC_URI += "file://fdt_header.patch \
7 file://target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch \ 7 file://target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch \
8 file://target-ppc_fix_bit_extraction.patch \ 8 file://target-ppc_fix_bit_extraction.patch \
9 file://fxrstorssefix.patch \
9 " 10 "
10 11
11SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" 12SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2"