Re: [PATCH] target/ppc: Fix load endianness for lxvwsx/lxvdsx

2021-05-18 Thread Richard Henderson
On 5/18/21 4:23 AM, Giuseppe Musacchio wrote: TARGET_WORDS_BIGENDIAN may not match the machine endianness if that's a runtime-configurable parameter. Fixes: bcb0b7b1a1c05707304f80ca6f523d557816f85c Resolves: https://gitlab.com/qemu-project/qemu/-/issues/212 Signed-off-by: Giuseppe Musacchio --

Re: [PATCH] target/ppc: Fix load endianness for lxvwsx/lxvdsx

2021-05-18 Thread Greg Kurz
On Tue, 18 May 2021 11:23:52 +0200 Giuseppe Musacchio wrote: > TARGET_WORDS_BIGENDIAN may not match the machine endianness if that's a > runtime-configurable parameter. > > Fixes: bcb0b7b1a1c05707304f80ca6f523d557816f85c and Fixes: afae37d98ae991c0792c867dbd9f32f988044318 for lxvwsx. Reviewe

[PATCH] target/ppc: Fix load endianness for lxvwsx/lxvdsx

2021-05-18 Thread Giuseppe Musacchio
TARGET_WORDS_BIGENDIAN may not match the machine endianness if that's a runtime-configurable parameter. Fixes: bcb0b7b1a1c05707304f80ca6f523d557816f85c Resolves: https://gitlab.com/qemu-project/qemu/-/issues/212 Signed-off-by: Giuseppe Musacchio --- target/ppc/translate/vsx-impl.c.inc | 12