qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/3] linux-user: Restrict usage of sa_restorer


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 1/3] linux-user: Restrict usage of sa_restorer
Date: Sun, 12 Mar 2017 08:39:51 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

On 03/12/2017 07:02 AM, Richard Henderson wrote:
TARGET_ALPHA has KA_RESTORER, not sa_restorer.  The restorer value is passed to
sigaction in a 5th register argument.  Less than handy that qemu doesn't
distinguish the two structs...

I beg your pardon, we do -- they're just named confusingly.

target_old_sigaction/target_rt_sigaction vs target_sigaction. The latter corresponds to the kernel's k_sigaction.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]