From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Wang Subject: Re: [PATCH] KVM: Fix typos in Documentation/kvm/mmu.txt Date: Thu, 17 Jun 2010 16:28:18 +0800 Message-ID: <4C19DCA2.1070908@redhat.com> References: <1276752758-22382-1-git-send-email-jasowang@redhat.com> <4C19D88D.5020707@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: mtosatti@redhat.com, kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60648 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932584Ab0FQIWi (ORCPT ); Thu, 17 Jun 2010 04:22:38 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5H8McQX023420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 17 Jun 2010 04:22:38 -0400 In-Reply-To: <4C19D88D.5020707@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > On 06/17/2010 08:32 AM, Jason Wang wrote: > >> Signed-off-by: Jason Wang >> --- >> Documentation/kvm/mmu.txt | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/Documentation/kvm/mmu.txt b/Documentation/kvm/mmu.txt >> index 8cb42b9..5d3343f 100644 >> --- a/Documentation/kvm/mmu.txt >> +++ b/Documentation/kvm/mmu.txt >> @@ -77,10 +77,10 @@ Memory >> >> Guest memory (gpa) is part of the user address space of the process that is >> using kvm. Userspace defines the translation between guest addresses and user >> -addresses (gpa->hva); note that two gpas may alias to the same gva, but not >> +addresses (gpa->hva); note that two gvas may alias to the same gpa, but not >> vice versa. >> >> > > Should really be, two gpas may alias to the same hva. > > >> -These gvas may be backed using any method available to the host: anonymous >> +These gpas may be backed using any method available to the host: anonymous >> >> > > Should be: These hvas. > > >> memory, file backed memory, and device memory. Memory might be paged by the >> host at any time. >> >> >> > > > Yes they should. I would resend the patch, thanks.