]> git.proxmox.com Git - mirror_qemu.git/commit - linux-user/signal.c
linux-user: Add signal handling for AArch64
authorAndreas Schwab <schwab@suse.de>
Tue, 3 Sep 2013 19:12:16 +0000 (20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:28 +0000 (19:11 +0100)
commit1744aea182d0fe20e190d037ccf225cbe05e96ae
treee94edfa6577d32b15c690da8908d1c6a7cf48763
parent09701199f6d87ebfe609776156108c6dec812cde
linux-user: Add signal handling for AArch64

This patch adds signal handling for AArch64. The code is based on the
respective source in the Linux kernel.

Signed-off-by: Andreas Schwab <schwab@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: John Rigby <john.rigby@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1378235544-22290-17-git-send-email-peter.maydell@linaro.org
Message-id: 1368505980-17151-10-git-send-email-john.rigby@linaro.org
[PMM: fixed style nits: tabs, long lines;
 pulled target_signal.h in from a later patch; it fits better here]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/aarch64/target_signal.h [new file with mode: 0644]
linux-user/signal.c