commit | 0e677903878ef90e09a45507255c0b1e36166064 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jul 29 15:04:20 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:59 2010 +0200 |
tree | fb429996b31a6255d080dd74c62e887d9fe4bd1c | |
parent | 2d27fc5eac0205588cb59ae138062e5e96695276 [diff] |
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 <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>