From: Christian Borntraeger Date: Wed, 21 May 2008 11:37:34 +0000 (+0200) Subject: KVM: s390: handle machine checks when guest is running X-Git-Tag: v2.6.26-rc6~11^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71cde5879f10b639506bc0b9f29a89f58b42a17e;p=pandora-kernel.git KVM: s390: handle machine checks when guest is running The low-level interrupt handler on s390 checks for _TIF_WORK_INT and exits the guest context, if work is pending. TIF_WORK_INT is defined as_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_MCCK_PENDING. Currently the sie loop checks for signals and reschedule, but it does not check for machine checks. That means that we exit the guest context if a machine check is pending, but we do not handle the machine check. Signed-off-by: Christian Borntraeger CC: Heiko Carstens Signed-off-by: Carsten Otte Signed-off-by: Avi Kivity --- Reading git-diff-tree failed