Commit 21bbe18b authored by Jason Wang's avatar Jason Wang Committed by Avi Kivity

KVM: Fix typos in Documentation/kvm/mmu.txt

Signed-off-by: default avatarJason Wang <jasowang@redhat.com>
Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
parent aefd18f0
...@@ -77,10 +77,10 @@ Memory ...@@ -77,10 +77,10 @@ Memory
Guest memory (gpa) is part of the user address space of the process that is 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 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. 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 memory, file backed memory, and device memory. Memory might be paged by the
host at any time. host at any time.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment