]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Convert kvm_lock to raw_spinlock
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 8 Feb 2011 11:55:33 +0000 (12:55 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Thu, 17 Mar 2011 16:08:30 +0000 (13:08 -0300)
commitdd94738678e88d5cd22178e9beaf02a150da4be8
tree024c5f7a7f76dab86fc905398ab31e28e5465821
parentbb47d9f82acce559881f3684fc0ef2f9651b4b0d
KVM: Convert kvm_lock to raw_spinlock

Code under this lock requires non-preemptibility. Ensure this also over
-rt by converting it to raw spinlock.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
arch/x86/kvm/x86.c
virt/kvm/kvm_main.c