[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL for-2.0 4/5] target-ppc: POWER7+ supports the MSR_VSX b
From: |
Andreas Färber |
Subject: |
[Qemu-ppc] [PULL for-2.0 4/5] target-ppc: POWER7+ supports the MSR_VSX bit |
Date: |
Thu, 27 Mar 2014 17:19:24 +0100 |
From: Anton Blanchard <address@hidden>
Without MSR_VSX we die early during a Linux boot.
Signed-off-by: Anton Blanchard <address@hidden>
Reviewed-by: Cédric Le Goater <address@hidden>
Tested-by: Cédric Le Goater <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
---
target-ppc/translate_init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c
index 4fda0fd..87c00a1 100644
--- a/target-ppc/translate_init.c
+++ b/target-ppc/translate_init.c
@@ -7118,7 +7118,7 @@ POWERPC_FAMILY(POWER7P)(ObjectClass *oc, void *data)
PPC2_PERM_ISA206 | PPC2_DIVE_ISA206 |
PPC2_ATOMIC_ISA206 | PPC2_FP_CVT_ISA206 |
PPC2_FP_TST_ISA206;
- pcc->msr_mask = 0x800000000204FF37ULL;
+ pcc->msr_mask = 0x800000000284FF37ULL;
pcc->mmu_model = POWERPC_MMU_2_06;
#if defined(CONFIG_SOFTMMU)
pcc->handle_mmu_fault = ppc_hash64_handle_mmu_fault;
--
1.8.4.5
- [Qemu-ppc] [PULL for-2.0 0/5] PowerPC patch queue 2014-03-27, Andreas Färber, 2014/03/27
- [Qemu-ppc] [PULL for-2.0 2/5] target-ppc: POWER8 supports the MSR_LE bit, Andreas Färber, 2014/03/27
- [Qemu-ppc] [PULL for-2.0 3/5] target-ppc: POWER8 supports isel, Andreas Färber, 2014/03/27
- [Qemu-ppc] [PULL for-2.0 4/5] target-ppc: POWER7+ supports the MSR_VSX bit,
Andreas Färber <=
- [Qemu-ppc] [PULL for-2.0 1/5] intc/openpic_kvm: Fix MemListener delete region callback function, Andreas Färber, 2014/03/27
- [Qemu-ppc] [PULL for-2.0 5/5] target-ppc: MSR_POW not supported on POWER7/7+/8, Andreas Färber, 2014/03/27
- Re: [Qemu-ppc] [PULL for-2.0 0/5] PowerPC patch queue 2014-03-27, Peter Maydell, 2014/03/27