aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qemu/qemu-0.14.0/leftover.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-14 12:06:54 -0700
committerKhem Raj <raj.khem@gmail.com>2011-03-14 12:10:14 -0700
commit4b56b7396ce9e1c0207b410e611f669f0f773e00 (patch)
treeb7db28f2520feb444a5e1d6268bf42815e61c478 /recipes/qemu/qemu-0.14.0/leftover.patch
parente787cbcbc331783cbd66ec54a3e8385c7e33c5c9 (diff)
downloadopenembedded-4b56b7396ce9e1c0207b410e611f669f0f773e00.tar.gz
qemu: Add recipes for 0.14.0 release and remove 0.13.0
0.13.0 was not DP and was not parallel buildable, could not boot SH4 and segfaulted in locale generation. Therefore its removed. 0.14 is preferred over 0.12.5 by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/qemu/qemu-0.14.0/leftover.patch')
-rw-r--r--recipes/qemu/qemu-0.14.0/leftover.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/qemu/qemu-0.14.0/leftover.patch b/recipes/qemu/qemu-0.14.0/leftover.patch
new file mode 100644
index 0000000000..b50cf35f43
--- /dev/null
+++ b/recipes/qemu/qemu-0.14.0/leftover.patch
@@ -0,0 +1,15 @@
+Index: qemu-0.14.0/hw/pc.c
+===================================================================
+--- qemu-0.14.0.orig/hw/pc.c
++++ qemu-0.14.0/hw/pc.c
+@@ -536,8 +536,9 @@ static void bochs_bios_write(void *opaqu
+ /* LGPL'ed VGA BIOS messages */
+ case 0x501:
+ case 0x502:
++ /* according to documentation, these can be safely ignored */
+ fprintf(stderr, "VGA BIOS panic, line %d\n", val);
+- exit(1);
++ break;
+ case 0x500:
+ case 0x503:
+ #ifdef DEBUG_BIOS