commit | ff03a073e715d49b5cfeeec862649b1df2481ae0 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Sep 10 17:30:57 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:41 2010 +0200 |
tree | fa0642550d0d1af65a4a02def7f1862410a36edc | |
parent | d47f00a62b2e14b4a811b87bdb9ea1809693a377 [diff] |
KVM: MMU: Add kvm_mmu parameter to load_pdptrs function This function need to be able to load the pdptrs from any mmu context currently in use. So change this function to take an kvm_mmu parameter to fit these needs. As a side effect this patch also moves the cached pdptrs from vcpu_arch into the kvm_mmu struct. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>