[Qemu-devel] [PATCH 5/6] arm: move exception and wfi helpers to helper.c

2012-03-24 Thread Blue Swirl
Add an explicit CPUARMState parameter instead of relying on AREG0 and move exception and wfi helpers to helper.c. Merge raise_exception() and helper_exception(). Reviewed-by: Richard Henderson Signed-off-by: Blue Swirl --- target-arm/helper.c| 13 + target-arm/helper.h|

[Qemu-devel] [PATCH 5/6] arm: move exception and wfi helpers to helper.c

2012-03-19 Thread Blue Swirl
Add an explicit CPUARMState parameter instead of relying on AREG0 and move exception and wfi helpers to helper.c. Merge raise_exception() and helper_exception(). Signed-off-by: Blue Swirl --- target-arm/helper.c| 13 + target-arm/helper.h|4 ++-- target-arm/op_helper.c