From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2hPY-0003yf-52 for qemu-devel@nongnu.org; Mon, 13 Jan 2014 08:18:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2hPT-0006G7-CB for qemu-devel@nongnu.org; Mon, 13 Jan 2014 08:18:36 -0500 Received: from mail-lb0-f173.google.com ([209.85.217.173]:43506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2hPT-0006G3-4z for qemu-devel@nongnu.org; Mon, 13 Jan 2014 08:18:31 -0500 Received: by mail-lb0-f173.google.com with SMTP id y6so3383329lbh.32 for ; Mon, 13 Jan 2014 05:18:30 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1389616402-21126-1-git-send-email-riku.voipio@linaro.org> References: <1389616402-21126-1-git-send-email-riku.voipio@linaro.org> From: Peter Maydell Date: Mon, 13 Jan 2014 13:18:10 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] linux-user: sync syscall numbers upto 3.13 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: Guan Xuetao , QEMU Developers , Patch Tracking On 13 January 2014 12:33, wrote: > From: Riku Voipio > > All others updated except unicore, which doesn't look right to > begin with. Yes, I've noticed before that the Unicore syscall numbers are just completely wrong. Guan, would you like to submit a patch to fix them or should we just rip out the linux-user support for unicore completely? There's no point carrying something around that won't be able to do even basic syscalls... thanks -- PMM