qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] pc: disable the BOCHS BIOS panic port


From: Bernhard Kohl
Subject: [Qemu-devel] Re: [PATCH] pc: disable the BOCHS BIOS panic port
Date: Mon, 15 Nov 2010 10:53:02 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Mnenhy/0.8.3 Thunderbird/3.0.10

Am 01.09.2010 16:44, schrieb 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<address@hidden>
---
  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

Hi,

could you please look at this?

Thanks
Bernhard



reply via email to

[Prev in Thread] Current Thread [Next in Thread]