From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnKmT-0000yt-1k for qemu-devel@nongnu.org; Fri, 23 Sep 2016 03:20:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnKmO-00019O-Qv for qemu-devel@nongnu.org; Fri, 23 Sep 2016 03:20:19 -0400 Received: from mailapp02.imgtec.com ([217.156.133.132]:6674 helo=mailapp01.imgtec.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnKmO-00018h-L1 for qemu-devel@nongnu.org; Fri, 23 Sep 2016 03:20:16 -0400 From: Leon Alrae Date: Fri, 23 Sep 2016 08:20:01 +0100 Message-ID: <1474615210-9006-1-git-send-email-leon.alrae@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/9] target-mips queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, aurelien@aurel32.net Hi, Here's my queue with the MIPS patches I've accumulated so far. Thanks, Leon Cc: Peter Maydell Cc: Aurelien Jarno The following changes since commit 430da7a81d356e368ccd88dcca60f38da9aa5b= 9a: Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-2016091= 5' into staging (2016-09-22 15:39:54 +0100) are available in the git repository at: git://github.com/lalrae/qemu.git tags/mips-20160923 for you to fetch changes up to fea55615b2f924128e115ceb2265069561b03ef8: linux-user: Add missing Mips syscalls items in strace.list (2016-09-23 = 07:07:36 +0100) ---------------------------------------------------------------- MIPS patches 2016-09-23 Changes: * 24KEc CPU definition * SYNC instructions make use of tcg memory barrier ops * various MIPS linux-user bug fixes ---------------------------------------------------------------- Aleksandar Markovic (7): linux-user: Fix TARGET_SIOCATMARK definition for Mips linux-user: Fix TARGET_F_GETOWN definition for Mips linux-user: Fix structure target_flock definition for Mips linux-user: Fix structure target_semid64_ds definition for Mips linux-user: Fix certain argument alignment cases for Mips64 linux-user: Add missing TARGET_EDQUOT error code for Mips linux-user: Add missing Mips syscalls items in strace.list Andr=C3=A9 Draszik (1): target-mips: add 24KEc CPU definition Leon Alrae (1): target-mips: generate fences linux-user/mips/target_structs.h | 16 ++++++ linux-user/mips/target_syscall.h | 2 + linux-user/mips64/target_syscall.h | 2 + linux-user/strace.list | 114 +++++++++++++++++++++++++++++++= ++++++ linux-user/syscall.c | 3 +- linux-user/syscall_defs.h | 12 +++- target-mips/translate.c | 32 ++++++++++- target-mips/translate_init.c | 22 +++++++ 8 files changed, 199 insertions(+), 4 deletions(-)