From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46281 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxnWp-0003FH-Rm for qemu-devel@nongnu.org; Thu, 10 Mar 2011 16:36:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxnWo-0007J4-Jy for qemu-devel@nongnu.org; Thu, 10 Mar 2011 16:36:15 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:45793) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PxnWo-0007Ih-7i for qemu-devel@nongnu.org; Thu, 10 Mar 2011 16:36:14 -0500 Message-ID: <4D794489.6010903@gmx.net> Date: Thu, 10 Mar 2011 22:37:13 +0100 From: Carl-Daniel Hailfinger MIME-Version: 1.0 Subject: Re: [Qemu-devel] RFC: emulation of system flash References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jordan Justen Cc: Gleb Natapov , Stefan Hajnoczi , qemu-devel , Michal Suchanek , Kevin O'Connor , Avi Kivity Hi, as the lead developer of the open source flashrom utility I have to say that it would be nice to have Qemu emulate a flash chip. Right now flashrom is using its own flash chip emulator for testing, and being able to use flashrom in Qemu would be a nice addition. Auf 10.03.2011 05:51, Jordan Justen schrieb: > I have documented a simple flash-like device which I think could be > useful for qemu/kvm in some cases. (Particularly for allowing > persistent UEFI non-volatile variables.) > > http://wiki.qemu.org/Features/System_Flash > > Let me know if you have any suggestions or concerns. > Is there any reason why you chose to invent an interface for the flash chip which is more complicated than the interface used by common flash chips out there? Maybe some EFI requirement? Regards, Carl-Daniel