summary refs log tree commit diff stats
path: root/hw/char/lm32_uart.c
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2016-03-30 18:36:51 +0200
committerRiku Voipio <riku.voipio@linaro.org>2016-05-27 14:50:40 +0300
commit49e55cbacf4ad08f831b9f3f9cb0f3082883a3a1 (patch)
treefee064053f1ba14014304fc69e7c0be5e383cc16 /hw/char/lm32_uart.c
parent5b1d59d0bb2a30d9fd8e8def88cba2ead7006ece (diff)
downloadfocaccia-qemu-49e55cbacf4ad08f831b9f3f9cb0f3082883a3a1.tar.gz
focaccia-qemu-49e55cbacf4ad08f831b9f3f9cb0f3082883a3a1.zip
linux-user,target-ppc: fix use of MSR_LE
setup_frame()/setup_rt_frame()/restore_user_regs() are using
MSR_LE as the similar kernel functions do: as a bitmask.

But in QEMU, MSR_LE is a bit position, so change this
accordingly.

The previous code was doing nothing as MSR_LE is 0,
and "env->msr &= ~MSR_LE" doesn't change the value of msr.

And yes, a user process can change its endianness,
see linux kernel commit:

    fab5db9 [PATCH] powerpc: Implement support for setting little-endian mode via prctl

and prctl(2): PR_SET_ENDIAN, PR_GET_ENDIAN

Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'hw/char/lm32_uart.c')
0 files changed, 0 insertions, 0 deletions