From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andres Lagar-Cavilla Subject: [PATCH 0 of 2] Two p2m bug fixes Date: Fri, 13 Jan 2012 00:33:37 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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 Cc: andres@gridcentric.ca, tim@xen.org, adin@gridcentric.ca List-Id: xen-devel@lists.xenproject.org - An assert for an invalid mfn was being triggered in guest_physmap_add_entry, even though the target gfn was paged out. - Fix how gfn's are put when mapping grants. Signed-off-by: Andres Lagar-Cavilla Signed-off-by: Adin Scannell xen/arch/x86/mm/p2m.c | 4 ++-- xen/common/grant_table.c | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-)