qemu-patch-raspberry4/target-ppc
Alexander Graf f976b09ea2 PPC: Fix compilation with TCG debug
The recent VSX patches broken compilation of QEMU when configurated
with --enable-debug, as it was treating "target long" TCG variables
as "i64" which is not true for 32bit targets.

This patch fixes all the places that the compiler has found to use
the correct variable type and if necessary manually cast.

Reported-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2013-12-22 19:15:55 +01:00
..
arch_dump.c target-ppc: dump-guest-memory support 2013-10-25 23:25:48 +02:00
cpu-models.c target-ppc: move POWER7+ to a separate family 2013-12-20 01:57:58 +01:00
cpu-models.h target-ppc: move POWER7+ to a separate family 2013-12-20 01:57:58 +01:00
cpu-qom.h powerpc: add PVR mask support 2013-12-20 01:57:45 +01:00
cpu.h Add MSR VSX and Associated Exception 2013-12-20 01:57:47 +01:00
excp_helper.c Add MSR VSX and Associated Exception 2013-12-20 01:57:47 +01:00
fpu_helper.c
gdbstub.c
helper.h
helper_regs.h PPC: Add VSX to hflags 2013-12-20 01:58:10 +01:00
int_helper.c
kvm-stub.c
kvm.c powerpc: add PVR mask support 2013-12-20 01:57:45 +01:00
kvm_ppc.c
kvm_ppc.h target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKEN 2013-10-25 23:25:46 +02:00
machine.c target-ppc: Use #define for max slb entries 2013-10-25 23:25:48 +02:00
Makefile.objs target-ppc: dump-guest-memory support 2013-10-25 23:25:48 +02:00
mem_helper.c
mfrom_table.c
mfrom_table_gen.c
misc_helper.c
mmu-hash32.c
mmu-hash32.h
mmu-hash64.c
mmu-hash64.h
mmu_helper.c
STATUS
timebase_helper.c
translate.c PPC: Fix compilation with TCG debug 2013-12-22 19:15:55 +01:00
translate_init.c target-ppc: move POWER7+ to a separate family 2013-12-20 01:57:58 +01:00
user_only_helper.c