From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andres Lagar-Cavilla" Subject: Re: [PATCH 1 of 8] x86/mm: Fix paging_load Date: Thu, 26 Jan 2012 02:49:07 -0800 Message-ID: <01c35254dd14ced855caac42bdfcccf0.squirrel@webmail.lagarcavilla.org> References: <143e4982c9bf0da5d8fe.1327550005@xdev.gridcentric.ca> <20120126094621.GA21629@aepfle.de> Reply-To: andres@lagarcavilla.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120126094621.GA21629@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Olaf Hering Cc: andres@gridcentric.ca, xen-devel@lists.xensource.com, tim@xen.org, adin@gridcentric.ca List-Id: xen-devel@lists.xenproject.org > On Wed, Jan 25, Andres Lagar-Cavilla wrote: > >> When restoring a p2m entry in the paging_load path, we were not updating >> the >> m2p entry correctly. > > Thats a good one. > >> Signed-off-by: Andres Lagar-Cavilla > > Acked-by: Olaf Hering > Great! Now, afaict, the p2m_ram_paging_in state is not needed anymore. Can you provide feedback as to whether 1. remove p2m_ram_paging_in 2. rename p2m_ram_paging_in_start to p2m_ram_paging_in sounds like a good plan? Cheers! Andres