From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] p2m: use correct p2m_type_t in clear_mmio_p2m_entry Date: Tue, 4 Oct 2011 15:00:08 +0200 Message-ID: <20111004130008.GA10476@aepfle.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Oct 04, Olaf Hering wrote: > p2m: use correct p2m_type_t in clear_mmio_p2m_entry > > clear_mmio_p2m_entry() should mark the gfn as invalid. > Use proper name instead of numerical value. The currently used value of > zero means p2m_ram_rw. This bug is also in xen-4.1-testing.hg Olaf