From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60888 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxlIx-0005ws-AX for qemu-devel@nongnu.org; Thu, 10 Mar 2011 14:13:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxlIw-0005DC-0B for qemu-devel@nongnu.org; Thu, 10 Mar 2011 14:13:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxlIv-0005D3-L6 for qemu-devel@nongnu.org; Thu, 10 Mar 2011 14:13:45 -0500 Date: Thu, 10 Mar 2011 21:13:36 +0200 From: Gleb Natapov Message-ID: <20110310191336.GB18052@redhat.com> References: <20110310094726.GB14805@redhat.com> <4D78B5BB.5020408@siemens.com> <20110310114801.GC14805@redhat.com> <4D78BEB6.6070208@siemens.com> <20110310121741.GD14805@redhat.com> <4D78C39B.1060404@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] Re: RFC: emulation of system flash List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jordan Justen Cc: Jan Kiszka , qemu-devel , Michal Suchanek , Kevin O'Connor , Avi Kivity , Stefan Hajnoczi On Thu, Mar 10, 2011 at 11:08:32AM -0800, Jordan Justen wrote: > On Thu, Mar 10, 2011 at 04:27, Jan Kiszka wrote: > > On 2011-03-10 13:17, Gleb Natapov wrote: > >> So flash will be always IO and overlay will be always ROM. This will > > > > Yes, and once we have KVM support for read-RAM/write-IO slots, flash > > will be able to switch between ROM and IO mode just like it already does > > under TCG. > > Interesting. Will this allow the read-RAM to be converted to read-IO > if a write-IO triggers it? And, then reverted to read-RAM again... > Yes. -- Gleb.