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 an...@samba.org writes: Add MSR_LE to the msr_mask for POWER8. snip -pcc-msr_mask = 0x8284FF36ULL; +pcc-msr_mask = 0x8284FF37ULL; snip Should we be adding some #define's for the various bit positions on

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 an...@samba.org Signed-off-by: Cédric Le Goater c...@fr.ibm.com Something went wrong here - you're sending patches without placing your Sob last, which breaks the

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 an...@samba.org writes: Add MSR_LE to the msr_mask for POWER8. snip -pcc-msr_mask = 0x8284FF36ULL; +pcc-msr_mask = 0x8284FF37ULL; snip Should we be adding some

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

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

[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 an...@samba.org Signed-off-by: Cédric Le Goater c...@fr.ibm.com --- 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