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
coccinelle
kvm
modules
qemu-guest-agent
qemugdb
qmp
tracetool
analyse-9p-simpletrace.py -rwxr-xr-x 8.8 KB
analyze-inclusions -rw-r--r-- 3.2 KB
analyze-migration.py -rwxr-xr-x 20.2 KB
archive-source.sh -rwxr-xr-x 1.9 KB
argparse.py -rw-r--r-- 87.7 KB
check-qerror.sh -rwxr-xr-x 635 bytes
checkpatch.pl -rwxr-xr-x 73.4 KB
clean-header-guards.pl -rwxr-xr-x 6.3 KB
clean-includes -rwxr-xr-x 5.6 KB
cleanup-trace-events.pl -rwxr-xr-x 1.1 KB
cocci-macro-file.h -rw-r--r-- 4.9 KB
coverity-model.c -rw-r--r-- 8.4 KB
create_config -rwxr-xr-x 3.0 KB
device-crash-test -rwxr-xr-x 28.8 KB
disas-objdump.pl -rwxr-xr-x 2.7 KB
dump-guest-memory.py -rw-r--r-- 19.8 KB
extract-vsssdk-headers -rwxr-xr-x 937 bytes
feature_to_c.sh -rw-r--r-- 2.1 KB
get_maintainer.pl -rwxr-xr-x 53.3 KB
git-submodule.sh -rwxr-xr-x 1.9 KB
git.orderfile -rw-r--r-- 394 bytes
gtester-cat -rwxr-xr-x 476 bytes
hxtool -rw-r--r-- 1.4 KB
make-release -rwxr-xr-x 879 bytes
make_device_config.sh -rw-r--r-- 735 bytes
ordereddict.py -rw-r--r-- 4.0 KB
qapi-commands.py -rw-r--r-- 7.4 KB
qapi-event.py -rw-r--r-- 5.6 KB
qapi-introspect.py -rw-r--r-- 7.1 KB
qapi-types.py -rw-r--r-- 8.1 KB
qapi-visit.py -rw-r--r-- 10.1 KB
qapi.py -rw-r--r-- 69.8 KB
qapi2texi.py -rwxr-xr-x 8.8 KB
qemu-binfmt-conf.sh -rwxr-xr-x 10.2 KB
qemu-gdb.py -rw-r--r-- 1.2 KB
qemu.py -rw-r--r-- 10.5 KB
qtest.py -rw-r--r-- 3.1 KB
refresh-pxe-roms.sh -rwxr-xr-x 981 bytes
shaderinclude.pl -rw-r--r-- 310 bytes
show-fixed-bugs.sh -rwxr-xr-x 2.7 KB
signrom.py -rw-r--r-- 1.4 KB
simpletrace.py -rwxr-xr-x 8.4 KB
switch-timer-api -rwxr-xr-x 4.8 KB
texi2pod.pl -rwxr-xr-x 13.3 KB
tracetool.py -rwxr-xr-x 4.4 KB
update-linux-headers.sh -rwxr-xr-x 5.2 KB
vmstate-static-checker.py -rwxr-xr-x 15.4 KB

back to top