KVM: s390: Push run loop into __vcpu_run
authorThomas Huth <thuth@linux.vnet.ibm.com>
Thu, 12 Sep 2013 08:33:44 +0000 (10:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 24 Sep 2013 17:12:18 +0000 (19:12 +0200)
commita76ccff6f5ed89153bf58ef4215b5512a0316877
tree300410874db2b3021c77f288f0e240c2e0ec4f2e
parent3fb4c40f0715f382ba7092c5d9a1804d45818039
KVM: s390: Push run loop into __vcpu_run

Moved the do-while loop from kvm_arch_vcpu_ioctl_run into __vcpu_run
and the calling of kvm_handle_sie_intercept() into vcpu_post_run()
(so we can add the srcu locks in a proper way in the next patch).

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/s390/kvm/kvm-s390.c
This page took 0.027581 seconds and 5 git commands to generate.