From patchwork Mon Jan 16 22:31:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Paul Adrian Glaubitz X-Patchwork-Id: 9519619 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2BF5E6020B for ; Mon, 16 Jan 2017 22:32:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1D44727CF9 for ; Mon, 16 Jan 2017 22:32:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0F8C6283CB; Mon, 16 Jan 2017 22:32:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3E08227CF9 for ; Mon, 16 Jan 2017 22:32:22 +0000 (UTC) Received: from localhost ([::1]:60039 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTFp7-0004gv-F4 for patchwork-qemu-devel@patchwork.kernel.org; Mon, 16 Jan 2017 17:32:21 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTFoh-0004gc-N4 for qemu-devel@nongnu.org; Mon, 16 Jan 2017 17:31:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTFoe-0001R1-KX for qemu-devel@nongnu.org; Mon, 16 Jan 2017 17:31:55 -0500 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:45235) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTFoe-0001Q3-DF for qemu-devel@nongnu.org; Mon, 16 Jan 2017 17:31:52 -0500 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1cTFoa-0034jW-OX>; Mon, 16 Jan 2017 23:31:48 +0100 Received: from p5088a8fe.dip0.t-ipconnect.de ([80.136.168.254] helo=ikarus.fritz.box) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (envelope-from ) id <1cTFoa-000pWr-HN>; Mon, 16 Jan 2017 23:31:48 +0100 Received: from glaubitz by ikarus.fritz.box with local (Exim 4.88) (envelope-from ) id 1cTFoa-0004rd-6e; Mon, 16 Jan 2017 23:31:48 +0100 From: John Paul Adrian Glaubitz To: qemu-devel@nongnu.org Date: Mon, 16 Jan 2017 23:31:40 +0100 Message-Id: <20170116223140.18634-2-glaubitz@physik.fu-berlin.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170116223140.18634-1-glaubitz@physik.fu-berlin.de> References: <20170116223140.18634-1-glaubitz@physik.fu-berlin.de> X-Originating-IP: 80.136.168.254 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 130.133.4.66 Subject: [Qemu-devel] [PATCH] linux-user: Update sh4 syscall definitions to match Linux 4.8 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: laurent@vivier.eu, John Paul Adrian Glaubitz Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: John Paul Adrian Glaubitz Reviewed-by: Laurent Vivier --- linux-user/sh4/syscall_nr.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/linux-user/sh4/syscall_nr.h b/linux-user/sh4/syscall_nr.h index e99f73589d..d6c1e059f6 100644 --- a/linux-user/sh4/syscall_nr.h +++ b/linux-user/sh4/syscall_nr.h @@ -372,3 +372,17 @@ #define TARGET_NR_process_vm_writev 366 #define TARGET_NR_kcmp 367 #define TARGET_NR_finit_module 368 +#define TARGET_NR_sched_getattr 369 +#define TARGET_NR_sched_setattr 370 +#define TARGET_NR_renameat2 371 +#define TARGET_NR_seccomp 372 +#define TARGET_NR_getrandom 373 +#define TARGET_NR_memfd_create 374 +#define TARGET_NR_bpf 375 +#define TARGET_NR_execveat 376 +#define TARGET_NR_userfaultfd 377 +#define TARGET_NR_membarrier 378 +#define TARGET_NR_mlock2 379 +#define TARGET_NR_copy_file_range 380 +#define TARGET_NR_preadv2 381 +#define TARGET_NR_pwritev2 382