From: Mihai Caraman Date: Mon, 16 Apr 2012 04:08:53 +0000 (+0000) Subject: KVM: PPC: bookehv: Fix r8/r13 storing in level exception handler X-Git-Tag: v3.5-rc1~88^2~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4444aa5f78eff73a353c8c4784cda2de74dea54b;p=pandora-kernel.git KVM: PPC: bookehv: Fix r8/r13 storing in level exception handler Guest r8 register is held in the scratch register and stored correctly, so remove the instruction that clobbers it. Guest r13 was missing from vcpu, store it there. Signed-off-by: Mihai Caraman Signed-off-by: Alexander Graf --- Reading git-diff-tree failed