From: Anthony Liguori Date: Thu, 11 Oct 2007 00:25:50 +0000 (-0500) Subject: KVM: MMU: Clean up MMU functions to take struct kvm when appropriate X-Git-Tag: v2.6.25-rc1~1138^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f67a46f4aa1212b38696ac6b6a82b4323cea61aa;p=pandora-kernel.git KVM: MMU: Clean up MMU functions to take struct kvm when appropriate Some of the MMU functions take a struct kvm_vcpu even though they affect all VCPUs. This patch cleans up some of them to instead take a struct kvm. This makes things a bit more clear. The main thing that was confusing me was whether certain functions need to be called on all VCPUs. Signed-off-by: Anthony Liguori Signed-off-by: Avi Kivity --- Reading git-diff-tree failed