commit | 2122ff5eab8faec853e43f6de886e8dc8f31e317 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu May 13 11:25:04 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Aug 01 10:35:47 2010 +0300 |
tree | e2a31431281f255c6dd38a79ffba4f051fd5b20d | |
parent | 1683b2416e4c514d30ff5844a06733d0444ee000 [diff] |
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 <avi@redhat.com>