aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2017-11-28 11:28:34 +0000
committerPeter Maydell <peter.maydell@linaro.org>2017-11-28 13:28:28 +0000
commit78039d37f040dc17e3578b773930dab58160e617 (patch)
treed0d85475e2fde51d173b7446f626b9c317d866a5 /accel/tcg/translate-all.c
parent79283dda3021316aa6b552086ec6a4aaa3b3b329 (diff)
linux-user: Propagate siginfo_t through to handle_cpu_signal()
Currently all the architecture/OS specific cpu_signal_handler() functions call handle_cpu_signal() without passing it the siginfo_t. We're going to want that so we can look at the si_code to determine whether this is a SEGV_ACCERR access violation or some other kind of fault, so change the functions to pass through the pointer to the siginfo_t rather than just the si_addr value. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'accel/tcg/translate-all.c')
0 files changed, 0 insertions, 0 deletions