]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Add signal handling support for x86_64
authorPranith Kumar <bobby.prani@gmail.com>
Sun, 26 Feb 2017 16:53:44 +0000 (11:53 -0500)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 27 Feb 2017 22:10:02 +0000 (23:10 +0100)
commit1c1df0198b30e180bd63891727fa1c3e0c96eb8e
tree7355486543a46823314815fafc476fdebc410d4b
parentee1ac3a1822b9386b2363c606908be44ca096401
linux-user: Add signal handling support for x86_64

Note that x86_64 has only _rt signal handlers. This implementation
attempts to share code with the x86_32 implementation.

CC: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Allan Wirth <awirth@akamai.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20170226165345.8757-1-bobby.prani@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/signal.c
target/i386/cpu.h
target/i386/fpu_helper.c