From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH v2] KVM: introduce readonly memory region Date: Mon, 28 May 2012 10:21:18 +0300 Message-ID: <20120528072118.GE4369@redhat.com> References: <4FBDFE52.5090902@linux.vnet.ibm.com> <4FBE2521.1050800@redhat.com> <4FBF471E.9080809@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Marcelo Tosatti , LKML , KVM To: Xiao Guangrong Return-path: Content-Disposition: inline In-Reply-To: <4FBF471E.9080809@linux.vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Fri, May 25, 2012 at 04:47:26PM +0800, Xiao Guangrong wrote: > By the way, a foolish question, what is ROMD? i did not find any explanation > on google. This is memory region that behaves like ROM on read and like a device on write. IIRC some flash chips are like that. -- Gleb.