From 0fe5d9d657446df695e8c810203da469e49ab553 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 30 Sep 2013 18:50:59 +0000 Subject: 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 --- meta/recipes-devtools/qemu/qemu_1.5.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/qemu/qemu_1.5.0.bb') 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 \ SRC_URI += "file://fdt_header.patch \ file://target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch \ file://target-ppc_fix_bit_extraction.patch \ + file://fxrstorssefix.patch \ " SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" -- cgit v1.2.3-54-g00ecf