From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH -v2] Monitor command: pfa2hva, translate guest physical address to host virtual address Date: Wed, 10 Nov 2010 18:44:18 +0100 Message-ID: <20101110174418.GB9011@basil.fritz.box> References: <4CD58121.2040209@redhat.com> <1289179768.3532.3.camel@yhuang-dev> <4CD770E5.9000105@linux.vnet.ibm.com> <4CDA421C.2040308@redhat.com> <4CDA42B4.5060201@redhat.com> <1289374912.8719.65.camel@yhuang-dev> <4CDA57A7.5050801@redhat.com> <1289378284.8719.72.camel@yhuang-dev> <20101110164233.GE7205@basil.fritz.box> <4CDAD18F.7010900@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andi Kleen , Huang Ying , Anthony Liguori , Marcelo Tosatti , Anthony Liguori , "kvm@vger.kernel.org" , Dean Nelson , Luiz Capitulino To: Avi Kivity Return-path: Received: from one.firstfloor.org ([213.235.205.2]:35784 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753602Ab0KJRoU (ORCPT ); Wed, 10 Nov 2010 12:44:20 -0500 Content-Disposition: inline In-Reply-To: <4CDAD18F.7010900@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: > Doing it in userspace in easier, since we can replace the vma for > that section (and avoid mixed 4k/2M pages in hugetlbfs). You can't do that today, there's no way currently to access the non corrupted portion of the 2MB page. Once it's poisoned it's all gone. -Andi -- ak@linux.intel.com -- Speaking for myself only.