pc: disable the BOCHS BIOS panic port
authorBernhard Kohl <bernhard.kohl@nsn.com>
Tue, 16 Nov 2010 12:28:37 +0000 (13:28 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sun, 21 Nov 2010 15:16:57 +0000 (09:16 -0600)
commit092a74140f74f6d4ef5b117f0e8ed761a19a5027
tree33b21cf877fe6d3b9536fa087b3e726bb80d83ef
parentf9b39c92ea7eb804de7b82bff6a5f67bbd5d8c4b
pc: disable the BOCHS BIOS panic port

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: Alexander Graf <agraf@suse.de>
Reviewed-By: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Bernhard Kohl <bernhard.kohl@nsn.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc.c