From: Thomas Huth Date: Thu, 12 Sep 2013 08:33:43 +0000 (+0200) Subject: KVM: s390: Split up __vcpu_run into three parts X-Git-Tag: v3.13-rc1~80^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fb4c40f0715f382ba7092c5d9a1804d45818039;p=pandora-kernel.git KVM: s390: Split up __vcpu_run into three parts In preparation for the following patch (which will change the indentation of __vcpu_run quite a bit), this patch puts most of the code from __vcpu_run into separate functions. The first function handles the code that runs before the SIE instruction and the other one handles the code that runs afterwards. Signed-off-by: Thomas Huth Signed-off-by: Christian Borntraeger Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed