diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2014-10-02 13:44:45 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-10-02 13:44:45 +0200 |
| commit | a74b7d5514d61bca6aee32f60a79dacf1d2b3cac (patch) | |
| tree | a7e08d055f37627bf801b3cb1f510099fda54f7b /arch/s390/kvm/interrupt.c | |
| parent | cec26bc3c125b5dd12a02f04133cd91eae3f1622 (diff) | |
| parent | ce2e4f0b75a567d25375b52476662c724304e476 (diff) | |
Merge tag 'kvm-s390-next-20141001' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next
KVM: s390: Small enhancements for 3.18 (next)
Provide TOD CLOCK steering to the guest and add cpu wakeup counter.
Diffstat (limited to 'arch/s390/kvm/interrupt.c')
| -rw-r--r-- | arch/s390/kvm/interrupt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kvm/interrupt.c b/arch/s390/kvm/interrupt.c index 4cad00adef93..a39838457f01 100644 --- a/arch/s390/kvm/interrupt.c +++ b/arch/s390/kvm/interrupt.c @@ -626,6 +626,7 @@ void kvm_s390_vcpu_wakeup(struct kvm_vcpu *vcpu) */ vcpu->preempted = true; wake_up_interruptible(&vcpu->wq); + vcpu->stat.halt_wakeup++; } } |
