commit | 000a25ddb7106cdcb34e7f6c7547e5b2354b6645 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Mon May 26 19:48:41 2014 +1000 |
committer | Alexander Graf <agraf@suse.de> | Fri May 30 14:26:29 2014 +0200 |
tree | dc01147a882f6cda06af06fe2907b32535d5a182 | |
parent | 9bc01a9bc77edac2ea6db62c5111a7f4335d4021 [diff] |
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 <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>