Re: [Qemu-devel] [PATCH v3] linux-user: add signalfd/signalfd4 syscalls

2015-10-02 Thread Riku Voipio
Hi, On Mon, Sep 28, 2015 at 11:42:28PM +0200, Laurent Vivier wrote: > This patch introduces a system very similar to the one used in the kernel > to attach specific functions to a given file descriptor. > > In this case, we attach a specific "host_to_target()" translator to the fd > returned by s

[Qemu-devel] [PATCH v3] linux-user: add signalfd/signalfd4 syscalls

2015-09-28 Thread Laurent Vivier
This patch introduces a system very similar to the one used in the kernel to attach specific functions to a given file descriptor. In this case, we attach a specific "host_to_target()" translator to the fd returned by signalfd() to be able to byte-swap the signalfd_siginfo structure provided by re