From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FVwIi-0005xf-El for qemu-devel@nongnu.org; Tue, 18 Apr 2006 15:55:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FVwIg-0005xH-Ry for qemu-devel@nongnu.org; Tue, 18 Apr 2006 15:55:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVwIg-0005xE-Mv for qemu-devel@nongnu.org; Tue, 18 Apr 2006 15:55:50 -0400 Received: from [212.227.126.171] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FVwJd-0003dS-0O for qemu-devel@nongnu.org; Tue, 18 Apr 2006 15:56:49 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by flubber.weilnetz.de (Postfix) with ESMTP id A601EF2C46 for ; Tue, 18 Apr 2006 21:54:43 +0200 (CEST) Message-ID: <44454402.7030404@mail.berlios.de> Date: Tue, 18 Apr 2006 21:54:42 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: [Qemu-devel] Flash simulation References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 A typical embedded system (and also most standard PCs) contains flash memory. Full system emulation should also emulate flash behaviour - not only read accesses but also flash type discovery and flash programming. Is there an easy way to realise flash memory emulation with Qemu? Must I write this emulation from scratch? Hints how this might be done are welcome. Thanks, Stefan