]> Git Repo - qemu.git/commitdiff
target-ppc: POWER7 supports the MSR_LE bit
authorAnton Blanchard <[email protected]>
Wed, 7 Aug 2013 00:47:00 +0000 (10:47 +1000)
committerAlexander Graf <[email protected]>
Mon, 2 Sep 2013 08:06:41 +0000 (10:06 +0200)
Add MSR_LE to the msr_mask for POWER7.

Signed-off-by: Anton Blanchard <[email protected]>
Reviewed-by: Anthony Liguori <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
target-ppc/translate_init.c

index 609f79708308d36728b173c2ba58250d9670b499..d2645bad28d563b8f453f3607f7940aba022e53a 100644 (file)
@@ -7227,7 +7227,7 @@ POWERPC_FAMILY(POWER7)(ObjectClass *oc, void *data)
                        PPC_SEGMENT_64B | PPC_SLBI |
                        PPC_POPCNTB | PPC_POPCNTWD;
     pcc->insns_flags2 = PPC2_VSX | PPC2_DFP | PPC2_DBRX | PPC2_ISA205;
-    pcc->msr_mask = 0x800000000204FF36ULL;
+    pcc->msr_mask = 0x800000000204FF37ULL;
     pcc->mmu_model = POWERPC_MMU_2_06;
 #if defined(CONFIG_SOFTMMU)
     pcc->handle_mmu_fault = ppc_hash64_handle_mmu_fault;
This page took 0.036582 seconds and 4 git commands to generate.