commit | e935b8372cf8c63dc618a9f2b24ab360a225f1cd | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Tue Feb 08 12:55:33 2011 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Thu Mar 17 13:08:30 2011 -0300 |
tree | 024c5f7a7f76dab86fc905398ab31e28e5465821 | |
parent | bd3d1ec3d26b61120bb4f60b18ee99aa81839e6b [diff] |
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>