qemu-patch-raspberry4/target-ppc
Alexander Graf 73b01960b4 PPC: Make DCR uint32_t
For what I know DCR is always 32 bits wide, so we should also use uint32_t to
pass it along the stacks.

This fixes a warning when compiling qemu-system-ppc64 with KVM enabled, making
it compile without --disable-werror

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2009-12-21 16:03:03 +01:00
..
cpu.h PPC: Make DCR uint32_t 2009-12-21 16:03:03 +01:00
exec.h
helper.c
helper.h PPC: Make DCR uint32_t 2009-12-21 16:03:03 +01:00
helper_regs.h
kvm.c target-ppc: fix ppc32 kvm build 2009-12-19 09:30:20 +01:00
kvm_ppc.c
kvm_ppc.h
machine.c
mfrom_table.c
mfrom_table_gen.c
op_helper.c PPC: Make DCR uint32_t 2009-12-21 16:03:03 +01:00
STATUS
translate.c
translate_init.c