commit | d0321a24bf10e2299a997c4747b924f79f70a232 | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Wed Jun 12 13:54:55 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jun 17 17:09:17 2013 +0200 |
tree | e10307eb964122b951ea0ca56d756092143605bd | |
parent | b110feaf4d0bbc31802589ea6b956389afdabcee [diff] |
KVM: s390: Use common waitqueue Lets use the common waitqueue for kvm cpus on s390. By itself it is just a cleanup, but it should also improve the accuracy of diag 0x44 which is implemented via kvm_vcpu_on_spin. kvm_vcpu_on_spin has an explicit check for waiting on the waitqueue to optimize the yielding. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>