Re: [Qemu-devel] [PATCH] Add parallel memory mapped interface

2007-06-06 Thread Paul Brook
On Wednesday 06 June 2007, Blue Swirl wrote: > On 6/6/07, Hervé Poussineau <[EMAIL PROTECTED]> wrote: > > Hi, > > > > This patch adds a memory-mapped interface to the parallel port emulation. > > It is not as complete as I/O interface (no EPP/ECP), but I didn't want to > > add lots of code for very

Re: [Qemu-devel] [PATCH] Add parallel memory mapped interface

2007-06-06 Thread Blue Swirl
On 6/6/07, Hervé Poussineau <[EMAIL PROTECTED]> wrote: Hi, This patch adds a memory-mapped interface to the parallel port emulation. It is not as complete as I/O interface (no EPP/ECP), but I didn't want to add lots of code for very little use. It also cleans up indentation of the file (replaces

[Qemu-devel] [PATCH] Add parallel memory mapped interface

2007-06-06 Thread Hervé Poussineau
Hi, This patch adds a memory-mapped interface to the parallel port emulation. It is not as complete as I/O interface (no EPP/ECP), but I didn't want to add lots of code for very little use. It also cleans up indentation of the file (replaces tabulations by four spaces) Hervé parallel_mm.diff De