qemu/target-arm
Peter Maydell f5666418c4 target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guests
SYS_HEAPINFO is one of the few semihosting calls which has to write
values back into a parameter block in memory.  When we added
support for 64-bit semihosting we updated the code which reads from
the parameter block to read 64-bit words but forgot to change the
code that writes back into the block. Update it to treat the
block as a set of words of the appropriate width for the guest.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1466783381-29506-3-git-send-email-peter.maydell@linaro.org
2016-07-04 13:06:35 +01:00
..
arch_dump.c
arm_ldst.h
arm-powerctl.c
arm-powerctl.h
arm-semi.c target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guests 2016-07-04 13:06:35 +01:00
cpu64.c
cpu-qom.h
cpu.c target-arm: Add mp-affinity property for ARM CPU class 2016-06-17 15:23:51 +01:00
cpu.h target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
crypto_helper.c
gdbstub64.c
gdbstub.c
helper-a64.c softfloat: Implement run-time-configurable meaning of signaling NaN bit 2016-06-24 13:40:37 +01:00
helper-a64.h
helper.c softfloat: Implement run-time-configurable meaning of signaling NaN bit 2016-06-24 13:40:37 +01:00
helper.h
internals.h
iwmmxt_helper.c
kvm32.c
kvm64.c
kvm_arm.h
kvm-consts.h
kvm-stub.c
kvm.c
machine.c target-arm/machine.c: Allow user to request GICv3 emulation 2016-06-17 15:23:51 +01:00
Makefile.objs
monitor.c target-arm/monitor.c: Advertise emulated GICv3 in capabilities 2016-06-17 15:23:51 +01:00
neon_helper.c
op_addsub.h
op_helper.c
psci.c
translate-a64.c
translate.c exec: [tcg] Track which vCPU is performing translation and execution 2016-06-20 15:30:01 +01:00
translate.h