From: Cornelia Huck Date: Thu, 20 Dec 2012 14:32:09 +0000 (+0100) Subject: KVM: s390: Add support for machine checks. X-Git-Tag: v3.9-rc1~97^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48a3e950f4cee6a345ffbe9baf599f1e9a54c479;p=pandora-kernel.git KVM: s390: Add support for machine checks. Add support for injecting machine checks (only repressible conditions for now). This is a bit more involved than I/O interrupts, for these reasons: - Machine checks come in both floating and cpu varieties. - We don't have a bit for machine checks enabling, but have to use a roundabout approach with trapping PSW changing instructions and watching for opened machine checks. Reviewed-by: Alexander Graf Reviewed-by: Marcelo Tosatti Signed-off-by: Cornelia Huck Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed