Re: [PATCH 3/7] KVM: move vcpu locking to dispatcher for generic vcpu ioctls

2010-05-16 Thread Avi Kivity
On 05/15/2010 03:03 AM, Marcelo Tosatti wrote: On Thu, May 13, 2010 at 02:17:35PM +0300, Avi Kivity wrote: 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

Re: [PATCH 3/7] KVM: move vcpu locking to dispatcher for generic vcpu ioctls

2010-05-14 Thread Marcelo Tosatti
On Thu, May 13, 2010 at 02:17:35PM +0300, Avi Kivity wrote: 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

[PATCH 3/7] KVM: move vcpu locking to dispatcher for generic vcpu ioctls

2010-05-13 Thread Avi Kivity
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 a...@redhat.com --- arch/ia64/kvm/kvm-ia64.c | 11 ---