From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: Fix typos in Documentation/kvm/mmu.txt Date: Thu, 17 Jun 2010 11:10:53 +0300 Message-ID: <4C19D88D.5020707@redhat.com> References: <1276752758-22382-1-git-send-email-jasowang@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mtosatti@redhat.com, kvm@vger.kernel.org To: Jason Wang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:63969 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756906Ab0FQIKz (ORCPT ); Thu, 17 Jun 2010 04:10:55 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5H8At8b024302 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 17 Jun 2010 04:10:55 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5H8AsrA028406 for ; Thu, 17 Jun 2010 04:10:54 -0400 In-Reply-To: <1276752758-22382-1-git-send-email-jasowang@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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. > > -- error compiling committee.c: too many arguments to function