]> Git Repo - qemu.git/commit - target-lm32/helper.c
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
authorPeter Maydell <[email protected]>
Tue, 17 May 2016 14:18:04 +0000 (15:18 +0100)
committerPeter Maydell <[email protected]>
Thu, 9 Jun 2016 14:55:02 +0000 (15:55 +0100)
commit6886b98036a8f8f5bce8b10756ce080084cef11b
treebc5a3485a81a03200a0f5945445fd6e3b10a9ee4
parentf213e72f2356b77768b9cb73814a3b26ad5a0099
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()

The function cpu_resume_from_signal() is now always called with a
NULL puc argument, and is rather misnamed since it is never called
from a signal handler. It is essentially forcing an exit to the
top level cpu loop but without raising any exception, so rename
it to cpu_loop_exit_noexc() and drop the useless unused argument.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Sergey Fedorov <[email protected]>
Acked-by: Eduardo Habkost <[email protected]>
Acked-by: Riku Voipio <[email protected]>
Message-id: 1463494687[email protected]
cpu-exec-common.c
exec.c
hw/i386/kvmvapic.c
include/exec/exec-all.h
target-i386/bpt_helper.c
target-lm32/helper.c
target-s390x/helper.c
target-xtensa/helper.c
translate-all.c
user-exec.c
This page took 0.027743 seconds and 4 git commands to generate.