Home
last modified time | relevance | path

Searched hist:a76ccff6f5ed89153bf58ef4215b5512a0316877 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.cdiff a76ccff6f5ed89153bf58ef4215b5512a0316877 Thu Sep 12 03:33:44 CDT 2013 Thomas Huth <thuth@linux.vnet.ibm.com> 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>