From: Thomas Huth Date: Thu, 12 Sep 2013 08:33:44 +0000 (+0200) Subject: KVM: s390: Push run loop into __vcpu_run X-Git-Tag: v3.13-rc1~80^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a76ccff6f5ed89153bf58ef4215b5512a0316877;p=pandora-kernel.git 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 Signed-off-by: Christian Borntraeger Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed