On 04/22/2010 10:13 AM, Karl Vogel wrote:
Avi Kivity wrote:
+Translation
+===========
+
+The primary job of the mmu is to program the processor's mmu to translate +addresses for the guest. Different translations are required at different
+times:
+
+- when guest paging is disabled, we translate guest physical addresses to
+  host physical addresses (gpa->hpa)
+- when guest paging is enabled, we translate guest virtual addresses, to
+  guest virtual addresses, to host physical addresses (gva->gpa->hpa)

I think you meant 'to guest physical addresses' here.


Fixed.

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to