From: Anthony Liguori Date: Thu, 11 Oct 2007 01:08:41 +0000 (-0500) Subject: KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups X-Git-Tag: v2.6.25-rc1~1138^2~219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4c99248713e878e1e2880015d01049aec805f3;p=pandora-kernel.git KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups This time, the biggest change is gpa_to_hpa. The translation of GPA to HPA does not depend on the VCPU state unlike GVA to GPA so there's no need to pass in the kvm_vcpu. Signed-off-by: Anthony Liguori Signed-off-by: Avi Kivity --- Reading git-diff-tree failed