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

2012-12-13 Thread Lucas Meneghel
On 12/13/2012 12:28 PM, Gerd Hoffmann wrote: Hi, hw/pc-testdev.c | 167 + That should have been in patch 2/2 I guess? Oops, rebase error :( Will re-spin and re-send. Thanks! cheers, Gerd

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

2012-12-13 Thread Gerd Hoffmann
Hi, > hw/pc-testdev.c | 167 > + That should have been in patch 2/2 I guess? cheers, Gerd

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

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 v1: Add access_size property to the device, needed for kvm-unit-test

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

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 v1: Add access_size property to the device, needed for kvm-unit-test