qemu-patch-raspberry4/target-arm
Sergey Fedorov 577bf80895 target-arm: Clean up DISAS_UPDATE usage in AArch32 translation code
AArch32 translation code does not distinguish between DISAS_UPDATE and
DISAS_JUMP. Thus, we cannot use any of them without first updating PC in
CPU state. Furthermore, it is too complicated to update PC in CPU state
before PC gets updated in disas context. So it is hardly possible to
correctly end TB early if is is not likely to be executed before calling
disas_*_insn(), e.g. just after calling breakpoint check helper.

Modify DISAS_UPDATE and DISAS_JUMP usage in AArch32 translation and
apply to them the same semantic as AArch64 translation does:
 - DISAS_UPDATE: update PC in CPU state when finishing translation
 - DISAS_JUMP:   preserve current PC value in CPU state when finishing
                 translation

This patch fixes a bug in AArch32 breakpoint handling: when
check_breakpoints helper does not generate an exception, ending the TB
early with DISAS_UPDATE couldn't update PC in CPU state and execution
hangs.

Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Message-id: 1447097859-586-1-git-send-email-serge.fdrv@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2015-11-10 13:37:33 +00:00
..
arm-semi.c
arm_ldst.h
cpu-qom.h
cpu.c qdev: Protect device-list-properties against broken devices 2015-10-09 15:25:57 +02:00
cpu.h target-arm: Add HPFAR_EL2 2015-10-27 15:59:46 +00:00
cpu64.c
crypto_helper.c
gdbstub.c
gdbstub64.c
helper-a64.c
helper-a64.h
helper.c target-arm: Add and use symbolic names for register banks 2015-11-03 13:49:41 +00:00
helper.h target-arm: Fix CPU breakpoint handling 2015-10-16 14:48:56 +01:00
internals.h target-arm: Add and use symbolic names for register banks 2015-11-03 13:49:41 +00:00
iwmmxt_helper.c
kvm-consts.h
kvm-stub.c
kvm.c kvm: Pass PCI device pointer to MSI routing functions 2015-10-19 10:13:07 +02:00
kvm32.c target-arm: Add and use symbolic names for register banks 2015-11-03 13:49:41 +00:00
kvm64.c
kvm_arm.h hw/intc: Initial implementation of vGICv3 2015-09-24 01:29:37 +01:00
machine.c hw/intc: Initial implementation of vGICv3 2015-09-24 01:29:37 +01:00
Makefile.objs
neon_helper.c
op_addsub.h
op_helper.c target-arm: Fix gdb singlestep handling in arm_debug_excp_handler() 2015-11-10 13:37:32 +00:00
psci.c
translate-a64.c target-arm: Report S/NS status in the CPU debug logs 2015-11-03 13:49:42 +00:00
translate.c target-arm: Clean up DISAS_UPDATE usage in AArch32 translation code 2015-11-10 13:37:33 +00:00
translate.h tcg: Remove gen_intermediate_code_pc 2015-10-07 20:36:52 +11:00