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

2010-11-21 Thread Anthony Liguori
On 11/16/2010 06:28 AM, Bernhard Kohl wrote: 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 Applied. Thanks. Regards, Anthony Liguori --- Changes v1 -> v

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

2010-11-16 Thread 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 --- Changes v1 -> v2: Keep the ports silent. Don't print debug output if DEBUG_BIOS is enabled which might be confusing