From 6d58b3a85cdd119b939f615a63b1c938cb8d4de5 Mon Sep 17 00:00:00 2001 From: Jason Wang Date: Thu, 17 Jun 2010 16:49:22 +0800 Subject: [PATCH] --- yaml --- r: 202351 b: refs/heads/master c: 21bbe18b2d53e0941cbd1621400ba7b4028972cb h: refs/heads/master i: 202349: e70f024e958ac0f1ba973333cbfd0488221e8d1d 202347: 31fd517faf0b49e3a0b606ba4bed3fa6d3615d51 202343: a00dda60b24b61613ac1ffa388ba31f3118e502e 202335: b3703c6bcaa1ac839cc7b214421878d0a96aaa04 v: v3 --- [refs] | 2 +- trunk/Documentation/kvm/mmu.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c420195e0154..fb315261a8dc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aefd18f01ee848448d834c80e601ccff61515811 +refs/heads/master: 21bbe18b2d53e0941cbd1621400ba7b4028972cb diff --git a/trunk/Documentation/kvm/mmu.txt b/trunk/Documentation/kvm/mmu.txt index 8cb42b957c73..142cc5136650 100644 --- a/trunk/Documentation/kvm/mmu.txt +++ b/trunk/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.