Re: [Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501) v2

2012-10-09 Thread Jan Kiszka
On 2012-10-09 15:03, Lucas Meneghel Rodrigues wrote: > From: Hervé Poussineau > > Add generic support for simple I/O port which, when written to, cause > QEMU to exit with the given written value. > > There is no vmstate associated with the debugging port, simply because > the entire interface i

[Qemu-devel] [PATCH 1/2] debugexit: support for custom exit port (LGPL VGA BIOS port 0x501) v2

2012-10-09 Thread Lucas Meneghel Rodrigues
From: Hervé Poussineau Add generic support for simple I/O port which, when written to, cause QEMU to exit with the given written value. There is no vmstate associated with the debugging port, simply because the entire interface is a single, stateless, write-only port. Changes from v1: * Chang