Re: [Qemu-devel] [PATCH] linux-user: add getrandom() syscall

2016-02-15 Thread Riku Voipio
On perjantaina 5. helmikuuta 2016 22.00.53 EET, Laurent Vivier wrote: getrandom() has been introduced in kernel 3.17 and is now used during the boot sequence of Debian unstable (stretch/sid). Applied, thanks Signed-off-by: Laurent Vivier --- linux-user/syscall.c | 13 + 1 file c

[Qemu-devel] [PATCH] linux-user: add getrandom() syscall

2016-02-05 Thread Laurent Vivier
getrandom() has been introduced in kernel 3.17 and is now used during the boot sequence of Debian unstable (stretch/sid). Signed-off-by: Laurent Vivier --- linux-user/syscall.c | 13 + 1 file changed, 13 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index da