From: Avi Kivity Date: Thu, 13 May 2010 08:25:04 +0000 (+0300) Subject: KVM: move vcpu locking to dispatcher for generic vcpu ioctls X-Git-Tag: v2.6.36-rc1~580^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2122ff5eab8faec853e43f6de886e8dc8f31e317;p=pandora-kernel.git KVM: move vcpu locking to dispatcher for generic vcpu ioctls All vcpu ioctls need to be locked, so instead of locking each one specifically we lock at the generic dispatcher. This patch only updates generic ioctls and leaves arch specific ioctls alone. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed