From: Alexander Graf Date: Thu, 29 Jul 2010 13:04:20 +0000 (+0200) Subject: KVM: PPC: Use MSR_DR for external load_up X-Git-Tag: v2.6.37-rc1~142^2~224 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e677903878ef90e09a45507255c0b1e36166064;p=pandora-kernel.git KVM: PPC: Use MSR_DR for external load_up Book3S_32 requires MSR_DR to be disabled during load_up_xxx while on Book3S_64 it's supposed to be enabled. I misread the code and disabled it in both cases, potentially breaking the PS3 which has a really small RMA. This patch makes KVM work on the PS3 again. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed