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

2010-11-19 Thread Paolo Bonzini
On 11/16/2010 01:28 PM, 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 --- Changes v1 -> v2: Keep the ports silent. Don't print debug output if

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

2010-11-16 Thread Alexander Graf
On 16.11.2010, at 13:28, 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 Signed-off-by: Alexander Graf Alex