From: Joerg Roedel Date: Fri, 10 Sep 2010 15:30:57 +0000 (+0200) Subject: KVM: MMU: Add kvm_mmu parameter to load_pdptrs function X-Git-Tag: v2.6.37-rc1~142^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff03a073e715d49b5cfeeec862649b1df2481ae0;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed