aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qemu/qemu-0.14.0/leftover.patch
diff options
context:
space:
mode:
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