From: Michael S. Tsirkin Date: Mon, 29 Jun 2009 19:24:14 +0000 (+0300) Subject: KVM: switch coalesced mmio changes to slots_lock X-Git-Tag: v2.6.32-rc1~693^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c2dcc36aaf4dfdf9e01513493c71d71715f817;p=pandora-kernel.git KVM: switch coalesced mmio changes to slots_lock switch coalesced mmio slots_lock. slots_lock is already taken for read everywhere, so we only need to take it for write when changing zones. This is in preparation to removing in_range and kvm->lock around it. [avi: fix build] Signed-off-by: Michael S. Tsirkin Signed-off-by: Avi Kivity --- Reading git-diff-tree failed