From: Marcelo Tosatti Date: Wed, 23 Dec 2009 16:35:21 +0000 (-0200) Subject: KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update X-Git-Tag: v2.6.34-rc1~193^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc6678a33d9b952981a8e44a4f876c3ad64ca4d8;p=pandora-kernel.git KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update Use two steps for memslot deletion: mark the slot invalid (which stops instantiation of new shadow pages for that slot, but allows destruction), then instantiate the new empty slot. Also simplifies kvm_handle_hva locking. Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed