From: Christian Borntraeger Date: Fri, 21 Nov 2014 08:38:12 +0000 (+0100) Subject: KVM: s390: trigger the right CPU exit for floating interrupts X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~35^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da00fcbdac1b00bf33b71093047e975cc1f68779;p=pandora-kernel.git KVM: s390: trigger the right CPU exit for floating interrupts When injecting a floating interrupt and no CPU is idle we kick one CPU to do an external exit. In case of I/O we should trigger an I/O exit instead. This does not matter for Linux guests as external and I/O interrupts are enabled/disabled at the same time, but play safe anyway. The same holds true for machine checks. Since there is no special exit, just reuse the generic stop exit. The injection code inside the VCPU loop will recheck anyway and rearm the proper exits (e.g. control registers) if necessary. Signed-off-by: Christian Borntraeger Reviewed-by: Thomas Huth Reviewed-by: David Hildenbrand --- Reading git-diff-tree failed