From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CnFAh-0004OA-77 for qemu-devel@nongnu.org; Sat, 08 Jan 2005 06:54:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CnFAg-0004Mn-4M for qemu-devel@nongnu.org; Sat, 08 Jan 2005 06:54:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnF98-0003Ru-EA for qemu-devel@nongnu.org; Sat, 08 Jan 2005 06:52:42 -0500 Received: from [212.238.201.82] (helo=xi.wantstofly.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CnEZK-0002Qh-Fg for qemu-devel@nongnu.org; Sat, 08 Jan 2005 06:15:42 -0500 Date: Sat, 8 Jan 2005 12:15:40 +0100 From: Lennert Buytenhek Subject: Re: [Qemu-devel] [PATCH] parallel port support for qemu. Message-ID: <20050108111540.GB24125@xi.wantstofly.org> References: <41DECDFE.1010801@easynet.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41DECDFE.1010801@easynet.be> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Fri, Jan 07, 2005 at 06:59:26PM +0100, Mark Jonckheere wrote: > - redirecting printer output to a physical device. This would be useful for running the Xilinx FPGA tools under qemu, which use a parallel port JTAG dongle. I'm trying to read out the FPGA bitstream as described in their datasheets using CFG_IN/CFG_OUT but it just doesn't seem to work as they describe -- this would be useful for figuring out how it all really works. I'll have a go at this in a few days when I come back home. cheers, Lennert