|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [Qemu-devel] [PATCH 01/13] Handle terminating signal
Ian Jackson writes ("Re: [Xen-devel] Re: [Qemu-devel] [PATCH 01/13] Handle
terminating signals."):
> Why does it need a thread ? You can just write to the pipe in the
> signal handler. I'll post my code.
Just done. As you see it's quite straightforward. We have to
save/restore errno in the signal handler as usual.
So should I provide a patch to do the same for the termination
signals ? They are much less time-critical than aio completion so
it's perhaps less important.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|