Re: [Qemu-devel] [PATCH] linux-user: remove duplicate break in syscall

2017-10-16 Thread Riku Voipio
On Mon, Sep 25, 2017 at 09:14:20PM -0700, Carlo Marcelo Arenas Belón wrote: > likely introduced in 3532fa7402cda16f7b95261b0339c58630051f0b > > Signed-off-by: Carlo Marcelo Arenas Belón Applied to linux-user, thanks > --- > linux-user/syscall.c | 1 - > 1 file changed, 1 deletion(-) > > diff

Re: [Qemu-devel] [PATCH] linux-user: remove duplicate break in syscall

2017-09-25 Thread Laurent Vivier
Le 26/09/2017 à 06:14, Carlo Marcelo Arenas Belón a écrit : > likely introduced in 3532fa7402cda16f7b95261b0339c58630051f0b > > Signed-off-by: Carlo Marcelo Arenas Belón > --- > linux-user/syscall.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/linux-user/syscall.c b/linux-user/syscal

Re: [Qemu-devel] [PATCH] linux-user: remove duplicate break in syscall

2017-09-25 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 20170926041420.32673-1-care...@gmail.com Subject: [Qemu-devel] [PATCH] linux-user: remove duplicate

[Qemu-devel] [PATCH] linux-user: remove duplicate break in syscall

2017-09-25 Thread Carlo Marcelo Arenas Belón
likely introduced in 3532fa7402cda16f7b95261b0339c58630051f0b Signed-off-by: Carlo Marcelo Arenas Belón --- linux-user/syscall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 9b6364a266..3ef4d1c568 100644 --- a/linux-user/syscall.c +++ b/lin