All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] pc: disable the BOCHS BIOS panic port
@ 2010-09-01 14:44 Bernhard Kohl
  2010-11-15  9:53 ` [Qemu-devel] " Bernhard Kohl
  0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Kohl @ 2010-09-01 14:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: Bernhard Kohl

We have an OS which writes to port 0x400 when probing for special hardware.
This causes an exit of the VM. With SeaBIOS this port isn't used anyway.

Signed-off-by: Bernhard Kohl <bernhard.kohl@nsn.com>
---
 hw/pc.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/hw/pc.c b/hw/pc.c
index 69b13bf..3f81229 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -430,8 +430,6 @@ static void bochs_bios_write(void *opaque, uint32_t addr, uint32_t val)
         /* Bochs BIOS messages */
     case 0x400:
     case 0x401:
-        fprintf(stderr, "BIOS panic at rombios.c, line %d\n", val);
-        exit(1);
     case 0x402:
     case 0x403:
 #ifdef DEBUG_BIOS
-- 
1.7.2.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-15 16:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01 14:44 [Qemu-devel] [PATCH] pc: disable the BOCHS BIOS panic port Bernhard Kohl
2010-11-15  9:53 ` [Qemu-devel] " Bernhard Kohl
2010-11-15 10:09   ` Alexander Graf
2010-11-15 16:17     ` Bernhard Kohl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.