From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bw7Yx-0002n6-TG for qemu-devel@nongnu.org; Mon, 17 Oct 2016 09:02:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bw7Yr-0003bD-K0 for qemu-devel@nongnu.org; Mon, 17 Oct 2016 09:02:43 -0400 Received: from jessie.kos.to ([212.47.231.226]:39050 helo=pilvi.kos.to) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bw7Yr-0003Zo-Fm for qemu-devel@nongnu.org; Mon, 17 Oct 2016 09:02:37 -0400 Date: Mon, 17 Oct 2016 13:02:33 +0000 From: Riku Voipio Message-ID: <20161017130233.GA12564@kos.to> References: <20161012123034.48876-1-aleksandar.markovic@rt-rk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161012123034.48876-1-aleksandar.markovic@rt-rk.com> Subject: Re: [Qemu-devel] [PATCH v2 0/5] linux-user: Several Mips-related patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandar Markovic Cc: qemu-devel@nongnu.org, laurent@vivier.eu, peter.maydell@linaro.org, aurelien@aurel32.net, Yongbok.Kim@imgtec.com, petar.jovanovic@imgtec.com, miodrag.dinic@imgtec.com, aleksandar.rikalo@imgtec.com, aleksandar.markovic@imgtec.com On Wed, Oct 12, 2016 at 02:30:20PM +0200, Aleksandar Markovic wrote: > From: Aleksandar Markovic > > v2 -> v3: > > - Updated commit message for patch 5. > > v1 -> v2: > > - Added patches 1 and 2. > - Omitted patch on sysfs(); this patch will be treated separately, > as it is not Mips-specific, and logicaly does not belong to this > series; it will be sent at later time. > > This is just a set of several Qemu Linux user Mips-specific patches that > are mostly updating certain Mips-specific data in Qemu code. Thanks, series applied to linux-user. > Aleksandar Markovic (5): > linux-user: Update syscall numbers tables for Mips > linux-user: Update mips_syscall_args[] array in main.c > linux-user: Update ioctls definitions for Mips32 > linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32 > linux-user: Fix fadvise64() syscall support for Mips32 > > linux-user/main.c | 24 +++- > linux-user/mips/syscall_nr.h | 5 +- > linux-user/mips/termbits.h | 12 ++ > linux-user/mips64/syscall_nr.h | 7 ++ > linux-user/mips64/termbits.h | 245 +---------------------------------------- > 5 files changed, 46 insertions(+), 247 deletions(-) > > -- > 2.9.3 >