Revision b17ed3e1d2746ae88863a074b4a1cb3a6b80fae8 authored by Richard Henderson on 10 April 2018, 12:02:26 UTC, committed by Michael Roth on 21 June 2018, 01:45:02 UTC
The parameters for tcg_gen_insn_start are target_ulong, which may be split
into two TCGArg parameters for storage in the opcode on 32-bit hosts.

Fixes the ARM target and its direct use of tcg_set_insn_param, which would
set the wrong argument in the 64-on-32 case.

Cc: qemu-stable@nongnu.org
Reported-by: alarson@ddci.com
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180410003558.2470-1-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 9743cd5736263e90d312b2c33bd739ffe1eae70d)
 Conflicts:
	target/arm/translate.h
	tcg/tcg.h
* rework to avoid functional dependency on 15fa08f

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
1 parent 44633a2
History
File Mode Size
Makefile.objs -rw-r--r-- 534 bytes
arch_dump.c -rw-r--r-- 10.4 KB
arm-powerctl.c -rw-r--r-- 8.9 KB
arm-powerctl.h -rw-r--r-- 2.4 KB
arm-semi.c -rw-r--r-- 20.1 KB
arm_ldst.h -rw-r--r-- 1.7 KB
cpu-qom.h -rw-r--r-- 2.7 KB
cpu.c -rw-r--r-- 58.5 KB
cpu.h -rw-r--r-- 99.7 KB
cpu64.c -rw-r--r-- 12.0 KB
crypto_helper.c -rw-r--r-- 16.8 KB
gdbstub.c -rw-r--r-- 2.8 KB
gdbstub64.c -rw-r--r-- 1.9 KB
helper-a64.c -rw-r--r-- 17.0 KB
helper-a64.h -rw-r--r-- 2.7 KB
helper.c -rw-r--r-- 409.0 KB
helper.h -rw-r--r-- 21.3 KB
internals.h -rw-r--r-- 18.4 KB
iwmmxt_helper.c -rw-r--r-- 24.4 KB
kvm-consts.h -rw-r--r-- 8.0 KB
kvm-stub.c -rw-r--r-- 489 bytes
kvm.c -rw-r--r-- 17.9 KB
kvm32.c -rw-r--r-- 16.2 KB
kvm64.c -rw-r--r-- 27.1 KB
kvm_arm.h -rw-r--r-- 8.1 KB
machine.c -rw-r--r-- 17.3 KB
monitor.c -rw-r--r-- 2.5 KB
neon_helper.c -rw-r--r-- 58.9 KB
op_addsub.h -rw-r--r-- 1.8 KB
op_helper.c -rw-r--r-- 43.1 KB
psci.c -rw-r--r-- 7.1 KB
trace-events -rw-r--r-- 709 bytes
translate-a64.c -rw-r--r-- 355.0 KB
translate.c -rw-r--r-- 440.2 KB
translate.h -rw-r--r-- 6.1 KB

back to top