commit | 4a4c99248713e878e1e2880015d01049aec805f3 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Wed Oct 10 20:08:41 2007 -0500 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:52:51 2008 +0200 |
tree | a847d398faafef4ccbd44de13cfe5d1040fd1df1 | |
parent | f67a46f4aa1212b38696ac6b6a82b4323cea61aa [diff] |
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 <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>