From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FFazD-00048w-8g for qemu-devel@nongnu.org; Sat, 04 Mar 2006 12:56:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FFaz7-00040v-J5 for qemu-devel@nongnu.org; Sat, 04 Mar 2006 12:56:08 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFaz7-00040P-9Y for qemu-devel@nongnu.org; Sat, 04 Mar 2006 12:56:05 -0500 Received: from [216.200.145.36] (helo=omta16.mta.everyone.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FFb11-0000SP-5q for qemu-devel@nongnu.org; Sat, 04 Mar 2006 12:58:03 -0500 Received: from dm18.mta.everyone.net (bigiplb-dsnat [172.16.0.19]) by omta16.mta.everyone.net (Postfix) with ESMTP id 1CFA03FEA8 for ; Sat, 4 Mar 2006 09:55:58 -0800 (PST) Received: by dm18.mta.everyone.net (EON-AUTHRELAY2 - cfed341e) id dm18.44040af4.ae8c0 for ; Sat, 4 Mar 2006 09:55:57 -0800 (PST) From: Kevin O'Connor Message-ID: <20060304175556.GA8573@double.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] Block device for arm system emulation Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sat, 04 Mar 2006 17:56:12 -0000 To: qemu-devel@nongnu.org Hi, I'd like to use the qemu arm system emulator to build software for an arm platform. One of the obstacles I'm facing is the lack of a block device driver for arm. I have been able to run qemu with a root partition on the host machine mounted via nfs. However, I'm finding this to be extremely slow. (The tun/tap interface is much faster than user net emulation, but it still seems very sluggish.) Does anyone have a block device driver for arm? Anyone working on it? Left to my own devices, I guess I could try writing an m-systems flash emulator and mount the root via mtd. However, I have no experience with the qemu internals. Any help would be appreciated. Thanks, -Kevin