KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups
authorAnthony Liguori <aliguori@us.ibm.com>
Thu, 11 Oct 2007 01:08:41 +0000 (20:08 -0500)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:52:51 +0000 (17:52 +0200)
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 <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found