Re: [Qemu-devel] [PATCH v2] linux-user: Support the accept4 socketcall

2014-01-08 Thread Riku Voipio
Hi, On Mon, Jan 06, 2014 at 05:15:50PM +0100, André Hentschel wrote: > From: André Hentschel > Cc: Riku Voipio > Signed-off-by: André Hentschel > --- > See > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/net.h > for the value. Thanks, applied to the

Re: [Qemu-devel] [PATCH v2] linux-user: Support the accept4 socketcall

2014-01-06 Thread Peter Maydell
On 6 January 2014 17:07, Laurent Vivier wrote: > >> Le 6 janvier 2014 à 17:15, André Hentschel a écrit : >> >> >> From: André Hentschel >> Cc: Riku Voipio >> Signed-off-by: André Hentschel >> --- >> See >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/

Re: [Qemu-devel] [PATCH v2] linux-user: Support the accept4 socketcall

2014-01-06 Thread Laurent Vivier
> Le 6 janvier 2014 à 17:15, André Hentschel a écrit : > > > From: André Hentschel > Cc: Riku Voipio > Signed-off-by: André Hentschel > --- > See > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/net.h > for the value. > > linux-user/syscall.c | 16 +