From patchwork Thu Jun 17 05:32:38 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Wang X-Patchwork-Id: 106611 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o5H5R1Fm025693 for ; Thu, 17 Jun 2010 05:27:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752017Ab0FQF07 (ORCPT ); Thu, 17 Jun 2010 01:26:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7223 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751697Ab0FQF06 (ORCPT ); Thu, 17 Jun 2010 01:26:58 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5H5QwxO025129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 17 Jun 2010 01:26:58 -0400 Received: from localhost.localdomain (dhcp-91-25.nay.redhat.com [10.66.91.25]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5H5QtNr030422; Thu, 17 Jun 2010 01:26:56 -0400 From: Jason Wang To: avi@redhat.com, mtosatti@redhat.com, kvm@vger.kernel.org Cc: Jason Wang Subject: [PATCH] KVM: Fix typos in Documentation/kvm/mmu.txt Date: Thu, 17 Jun 2010 13:32:38 +0800 Message-Id: <1276752758-22382-1-git-send-email-jasowang@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 17 Jun 2010 05:27:01 +0000 (UTC) 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. -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 memory, file backed memory, and device memory. Memory might be paged by the host at any time.