From patchwork Tue Jul 19 12:54:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 650183 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rv0l74yyzz9s6r for ; Tue, 19 Jul 2016 23:10:11 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b=Z7iJpurZ; dkim-atps=neutral Received: from localhost ([::1]:55770 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPUmn-00028c-AM for incoming@patchwork.ozlabs.org; Tue, 19 Jul 2016 09:10:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPUXp-0007oL-Ds for qemu-devel@nongnu.org; Tue, 19 Jul 2016 08:54:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPUXj-0003Pp-VP for qemu-devel@nongnu.org; Tue, 19 Jul 2016 08:54:40 -0400 Received: from mail-lf0-x236.google.com ([2a00:1450:4010:c07::236]:35511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPUXj-0003Pi-NU for qemu-devel@nongnu.org; Tue, 19 Jul 2016 08:54:35 -0400 Received: by mail-lf0-x236.google.com with SMTP id f93so13385565lfi.2 for ; Tue, 19 Jul 2016 05:54:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=XPhgkCOcFVl4o/6+dz67tYGZsq0hfW4Dik6+F/n8iiI=; b=Z7iJpurZqi6O5A63P7jHbvW3Q2zFiMGbce0/1Nl93Am84i1qkqie9VPDeKTOl2DaTV YloE77xeOIUv/3kpgH7YQW2CKKSXTxAEUKOkxPrMABIHcJhSkTsFOr9iP1W2ikea29zU z+8wlcbPtqNrl0YLWei5C8ByMym9Hswrdb/cI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=XPhgkCOcFVl4o/6+dz67tYGZsq0hfW4Dik6+F/n8iiI=; b=YrttlXVH+iqW6uY6LPnA/EwRFvH3Bf/8pCuAQKKAo03pf+h2sZureW9w/EKrqtUu6U brLGu2/FYu5eS4JwgILjRFgwD2oKu0qRYMrvdEUHnD/BR8wl2jE9gvPym0FYS+zWhN2j X8Eglkcuu8DiNe2jfK5bpM/+dayGdVj4qdsJtGYsAzlgeyMdBtKeQQavRdzFCWa6UPJK ZXZfzitXHSN9TGX+kpNCjWIYAL7C6ZZYKJASm2uKnmtqp30XrMd6GfEcgCzsaxjYVWcu RA7wj896TNKmrxcpqgc697VIi/TME6VQ0bQRIDtT8MzLJAOG/R+hRZ2u/SdcvRKnDXhl PhdA== X-Gm-Message-State: ALyK8tKdMbIwGoOYpzL5aKG1JlOtwOaEXbWlLUJtEVKrLVU0PQDjzYKH7DMisR+qNpMbY8sx X-Received: by 10.25.154.19 with SMTP id c19mr8318221lfe.188.1468932874723; Tue, 19 Jul 2016 05:54:34 -0700 (PDT) Received: from beaming.home (91-157-170-157.elisa-laajakaista.fi. [91.157.170.157]) by smtp.gmail.com with ESMTPSA id g3sm2248898lfe.14.2016.07.19.05.54.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 19 Jul 2016 05:54:33 -0700 (PDT) From: riku.voipio@linaro.org To: qemu-devel@nongnu.org Date: Tue, 19 Jul 2016 15:54:12 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::236 Subject: [Qemu-devel] [PULL 14/16] linux-user: define missing sparc syscalls 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 Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" From: Laurent Vivier NR_lookup_dcookie, NR_fadvise64, NR_fadvise64_64 Signed-off-by: Laurent Vivier Reviewed-by: Peter Maydell Signed-off-by: Riku Voipio --- linux-user/sparc/syscall_nr.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/sparc/syscall_nr.h b/linux-user/sparc/syscall_nr.h index 732b105..e713c9d 100644 --- a/linux-user/sparc/syscall_nr.h +++ b/linux-user/sparc/syscall_nr.h @@ -179,6 +179,9 @@ #define TARGET_NR_readahead 205 /* Linux Specific */ #define TARGET_NR_socketcall 206 /* Linux Specific */ #define TARGET_NR_syslog 207 /* Linux Specific */ +#define TARGET_NR_lookup_dcookie 208 /* Linux Specific */ +#define TARGET_NR_fadvise64 209 /* Linux Specific */ +#define TARGET_NR_fadvise64_64 210 /* Linux Specific */ #define TARGET_NR_tgkill 211 /* Linux Specific */ #define TARGET_NR_waitpid 212 /* Linux Specific */ #define TARGET_NR_swapoff 213 /* Linux Specific */