Re: [Qemu-devel] [PATCH 1/2] hw: add isa-debug-exit device v5

2012-12-13 Thread Andreas Färber
Am 13.12.2012 18:25, schrieb Lucas Meneghel Rodrigues: > From: Gerd Hoffmann > > When present it makes qemu exit on any write. > Mapped to port 0x501 by default. > > Without this patch Anthony doesn't allow me to > remove the bochs bios debug ports because his > test suite uses this. > > Change

[Qemu-devel] [PATCH 1/2] hw: add isa-debug-exit device v5

2012-12-13 Thread Lucas Meneghel Rodrigues
From: Gerd Hoffmann When present it makes qemu exit on any write. Mapped to port 0x501 by default. Without this patch Anthony doesn't allow me to remove the bochs bios debug ports because his test suite uses this. Changes from v4: * Fixed rebase mistake... again. Changes from v3: * Added a s