KVM: move vcpu locking to dispatcher for generic vcpu ioctls
authorAvi Kivity <avi@redhat.com>
Thu, 13 May 2010 08:25:04 +0000 (11:25 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:35:47 +0000 (10:35 +0300)
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 <avi@redhat.com>

No differences found