From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 1 of 8] x86/mm: Fix paging_load Date: Thu, 26 Jan 2012 10:46:21 +0100 Message-ID: <20120126094621.GA21629@aepfle.de> References: <143e4982c9bf0da5d8fe.1327550005@xdev.gridcentric.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <143e4982c9bf0da5d8fe.1327550005@xdev.gridcentric.ca> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andres Lagar-Cavilla 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