KVM: s390: a VCPU is already started when delivering interrupts
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Tue, 6 May 2014 14:33:42 +0000 (16:33 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 30 May 2014 07:39:39 +0000 (09:39 +0200)
commit3192c639505502753bb7ded1b466a84546286330
treed74c5996879c325ba6678c3cf7d97b829071afbc
parent2de3bfc25ab39109883075a75134c37759fa1b93
KVM: s390: a VCPU is already started when delivering interrupts

This patch removes the start of a VCPU when delivering a RESTART interrupt.
Interrupt delivery is called from kvm_arch_vcpu_ioctl_run. So the VCPU is
already considered started - no need to call kvm_s390_vcpu_start. This function
will early exit anyway.

Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/kvm/interrupt.c