From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHXdq-000730-IH for qemu-devel@nongnu.org; Fri, 08 Jan 2016 09:03:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHXdk-0003Z0-Qa for qemu-devel@nongnu.org; Fri, 08 Jan 2016 09:03:46 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:61910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHXdk-0003Yt-Cq for qemu-devel@nongnu.org; Fri, 08 Jan 2016 09:03:40 -0500 References: From: Laurent Vivier Message-ID: <568FC1AA.5080301@vivier.eu> Date: Fri, 8 Jan 2016 15:03:22 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] Qemu linux-user que List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio , qemu-devel@nongnu.org Cc: Michael Tokarev , Chen Gang , John Paul Adrian Glaubitz Le 08/01/2016 14:48, Riku Voipio a écrit : > Hi, > > I've updated the linux-user que; > > https://git.linaro.org/people/riku.voipio/qemu.git/shortlog/refs/heads/linux-user-for-upstream > > > If I've missed some reviewed patches or applied a wrong version of a > patch, now is a good moment to tell me. I'm still testing the patches, > but I aim to send a pull request on the weekend. > > Riku I think you can add the ones from Adrian: [PATCH 1/2] linux-user: Update m68k syscall definitions to match Linux 4.4. [PATCH 2/2] linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up. and this one from Chen: [PATCH] linux-user/mmap.c: Use end instead of real_end in target_mmap there is also [PATCH] linux-user/syscall.c: Notice about lock bitmask translation for fcntl but there were some problems with checkpatch.pl and I don't think Chen has resent a fixed version. Thank you, Laurent