From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FjPzE-00046k-98 for qemu-devel@nongnu.org; Thu, 25 May 2006 20:15:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FjPzB-00046Y-SC for qemu-devel@nongnu.org; Thu, 25 May 2006 20:15:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjPzB-00046V-MD for qemu-devel@nongnu.org; Thu, 25 May 2006 20:15:25 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FjQ3x-0004jR-JM for qemu-devel@nongnu.org; Thu, 25 May 2006 20:20:21 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu ./Makefile.target ./usb-linux.c ./vl.c ./v... Date: Fri, 26 May 2006 01:15:19 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605260115.21292.paul@codesourcery.com> 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 Friday 26 May 2006 01:01, Johannes Schindelin wrote: > Hi, > > On Thu, 25 May 2006, Paul Brook wrote: > > Add USB mass storage device emulation. > > Cool! Does this work with the VFAT emulation layer? In theory I think it should. I haven't tested it though. Paul