From: Paul Mackerras Date: Mon, 26 May 2014 09:48:41 +0000 (+1000) Subject: KVM: PPC: Book3S HV: Fix machine check delivery to guest X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=000a25ddb7106cdcb34e7f6c7547e5b2354b6645;p=pandora-kernel.git KVM: PPC: Book3S HV: Fix machine check delivery to guest The code that delivered a machine check to the guest after handling it in real mode failed to load up r11 before calling kvmppc_msr_interrupt, which needs the old MSR value in r11 so it can see the transactional state there. This adds the missing load. Signed-off-by: Paul Mackerras Signed-off-by: Alexander Graf --- Reading git-diff-tree failed