From patchwork Thu Jun 17 08:49:22 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Wang X-Patchwork-Id: 106633 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 o5H8hmVg013295 for ; Thu, 17 Jun 2010 08:43:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755806Ab0FQInq (ORCPT ); Thu, 17 Jun 2010 04:43:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28667 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753180Ab0FQInp (ORCPT ); Thu, 17 Jun 2010 04:43:45 -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 o5H8hh9O031520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 17 Jun 2010 04:43:45 -0400 Received: from localhost.localdomain (dhcp-91-25.nay.redhat.com [10.66.91.25]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5H8heaO010333; Thu, 17 Jun 2010 04:43:41 -0400 From: Jason Wang To: avi@redhat.com, mtosatti@redhat.com, kvm@vger.kernel.org Cc: Jason Wang Subject: [PATCH v2] KVM: Fix typos in Documentation/kvm/mmu.txt Date: Thu, 17 Jun 2010 16:49:22 +0800 Message-Id: <1276764562-23364-1-git-send-email-jasowang@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 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 08:43:55 +0000 (UTC) diff --git a/Documentation/kvm/mmu.txt b/Documentation/kvm/mmu.txt index 8cb42b9..142cc51 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 gpas may alias to the same hva, but not vice versa. -These gvas may be backed using any method available to the host: anonymous +These hvas 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.