From: Marcelo Tosatti Date: Sat, 29 Mar 2008 23:17:59 +0000 (-0300) Subject: KVM: MMU: unify slots_lock usage X-Git-Tag: v2.6.26-rc1~1028^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3200f405a1e8e06c8634f11d33614455baa4e6be;p=pandora-kernel.git KVM: MMU: unify slots_lock usage Unify slots_lock acquision around vcpu_run(). This is simpler and less error-prone. Also fix some callsites that were not grabbing the lock properly. [avi: drop slots_lock while in guest mode to avoid holding the lock for indefinite periods] Signed-off-by: Marcelo Tosatti Signed-off-by: Avi Kivity --- Reading git-diff-tree failed