Searched hist:"0 d9ce162cf46c99628cc5da9510b959c7976735b" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | kvm_host.h | diff 0d9ce162cf46c99628cc5da9510b959c7976735b Thu Jan 03 19:14:28 CST 2019 Junaid Shahid <junaids@google.com> kvm: Convert kvm_lock to a mutex
It doesn't seem as if there is any particular need for kvm_lock to be a spinlock, so convert the lock to a mutex so that sleepable functions (in particular cond_resched()) can be called while holding it.
Signed-off-by: Junaid Shahid <junaids@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.c | diff 0d9ce162cf46c99628cc5da9510b959c7976735b Thu Jan 03 19:14:28 CST 2019 Junaid Shahid <junaids@google.com> kvm: Convert kvm_lock to a mutex
It doesn't seem as if there is any particular need for kvm_lock to be a spinlock, so convert the lock to a mutex so that sleepable functions (in particular cond_resched()) can be called while holding it.
Signed-off-by: Junaid Shahid <junaids@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | diff 0d9ce162cf46c99628cc5da9510b959c7976735b Thu Jan 03 19:14:28 CST 2019 Junaid Shahid <junaids@google.com> kvm: Convert kvm_lock to a mutex
It doesn't seem as if there is any particular need for kvm_lock to be a spinlock, so convert the lock to a mutex so that sleepable functions (in particular cond_resched()) can be called while holding it.
Signed-off-by: Junaid Shahid <junaids@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | diff 0d9ce162cf46c99628cc5da9510b959c7976735b Thu Jan 03 19:14:28 CST 2019 Junaid Shahid <junaids@google.com> kvm: Convert kvm_lock to a mutex
It doesn't seem as if there is any particular need for kvm_lock to be a spinlock, so convert the lock to a mutex so that sleepable functions (in particular cond_resched()) can be called while holding it.
Signed-off-by: Junaid Shahid <junaids@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|