Re: [Qemu-devel] [PATCH 1/6] target-ppc: POWER8 supports the MSR_LE bit

2014-03-27 Thread Tom Musta
On 3/27/2014 9:58 AM, Andreas Färber wrote: > Am 25.03.2014 08:29, schrieb Alex Bennée: >> >> Anton Blanchard writes: >> >>> Add MSR_LE to the msr_mask for POWER8. >>> >> >>> -pcc->msr_mask = 0x8284FF36ULL; >>> +pcc->msr_mask = 0x8284FF37ULL; >> >> >> Should we be adding

Re: [Qemu-devel] [PATCH 1/6] target-ppc: POWER8 supports the MSR_LE bit

2014-03-27 Thread Andreas Färber
Hi Anton, Am 25.03.2014 03:40, schrieb Anton Blanchard: > Add MSR_LE to the msr_mask for POWER8. > > Signed-off-by: Anton Blanchard > Signed-off-by: Cédric Le Goater Something went wrong here - you're sending patches without placing your Sob last, which breaks the DCO chain. Cédric indicated t

Re: [Qemu-devel] [PATCH 1/6] target-ppc: POWER8 supports the MSR_LE bit

2014-03-27 Thread Andreas Färber
Am 25.03.2014 08:29, schrieb Alex Bennée: > > Anton Blanchard writes: > >> Add MSR_LE to the msr_mask for POWER8. >> > >> -pcc->msr_mask = 0x8284FF36ULL; >> +pcc->msr_mask = 0x8284FF37ULL; > > > Should we be adding some #define's for the various bit positions on this >

Re: [Qemu-devel] [PATCH 1/6] target-ppc: POWER8 supports the MSR_LE bit

2014-03-25 Thread Alex Bennée
Anton Blanchard writes: > Add MSR_LE to the msr_mask for POWER8. > > -pcc->msr_mask = 0x8284FF36ULL; > +pcc->msr_mask = 0x8284FF37ULL; Should we be adding some #define's for the various bit positions on this mask? Looking at the current code it looks like a big ream of

[Qemu-devel] [PATCH 1/6] target-ppc: POWER8 supports the MSR_LE bit

2014-03-24 Thread Anton Blanchard
Add MSR_LE to the msr_mask for POWER8. Signed-off-by: Anton Blanchard Signed-off-by: Cédric Le Goater --- 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 7f53c33..a82c8f9 100644 --- a