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

2012-12-19 Thread Gerd Hoffmann
> Hello Anthony, > > So, there's this device that we need to get the test dev upstream to > support kvm-unit-tests and get rid of testing qemu-kvm.git once for all. > Hervé sent a similar patch, with some important differences (access > sizes >1). /me updated debug exit device so it handles all a

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

2012-12-18 Thread Lucas Meneghel
On 12/13/2012 12:48 PM, Lucas Meneghel Rodrigues wrote: 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. Hello Anthony, So, th

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

2012-12-13 Thread Hervé Poussineau
Andreas Färber a écrit : Am 13.12.2012 15:48, 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.

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

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

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 v3: * Added a short description * Added a copyright notice * Adde

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

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 v2: Fixed rebase mistake Changes from v1: Add access_size property

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

2012-12-13 Thread Andreas Färber
Am 13.12.2012 15:48, 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

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] hw: 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] hw: add isa-debug-exit device v3

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 v2: Fixed rebase mistake Changes from v1: Add access_size property