Re: [Qemu-devel] [PATCH v5 13/21] linux-user: Add signal handling for AArch64

2013-09-02 Thread Peter Maydell
On 1 July 2013 18:35, Peter Maydell wrote: > From: Andreas Schwab > > This patch adds signal handling for AArch64. The code is based on the > respective source in the Linux kernel. Couple of minor things I noticed, and will fix for an upcoming v6: > +typedef struct target_sigaltstack { > +a

[Qemu-devel] [PATCH v5 13/21] linux-user: Add signal handling for AArch64

2013-07-01 Thread Peter Maydell
From: Andreas Schwab This patch adds signal handling for AArch64. The code is based on the respective source in the Linux kernel. Signed-off-by: Andreas Schwab Signed-off-by: Alexander Graf Signed-off-by: John Rigby Message-id: 1368505980-17151-10-git-send-email-john.ri...@linaro.org [PMM: fi