qemu-discuss
[Top][All Lists]
Advanced

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

Re: [Qemu-discuss] golang on linux-user


From: Hunter Laux
Subject: Re: [Qemu-discuss] golang on linux-user
Date: Wed, 2 Mar 2016 00:05:52 -0800

Would it be possible to multiplex 64 by using sigqueue?

Just use si_value as the signal number when multiplexing.
Then you wouldn't have to keep taking away signal numbers
from runtimes and you break sigqueue for one signal number.

Just return an error and set EINVAL if a program calls sigaction with SA_SIGINFO.

reply via email to

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