From patchwork Mon Oct 17 13:24:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 682970 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 3syKJY5Rb9z9ryv for ; Tue, 18 Oct 2016 00:47:25 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b=eL+Q9c7t; dkim-atps=neutral Received: from localhost ([::1]:33171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bw8GA-0005Ja-IN for incoming@patchwork.ozlabs.org; Mon, 17 Oct 2016 09:47:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bw7un-0003XP-3Q for qemu-devel@nongnu.org; Mon, 17 Oct 2016 09:25:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bw7uk-0003Oe-0o for qemu-devel@nongnu.org; Mon, 17 Oct 2016 09:25:17 -0400 Received: from mail-lf0-x22e.google.com ([2a00:1450:4010:c07::22e]:36212) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bw7uj-0003OH-P2 for qemu-devel@nongnu.org; Mon, 17 Oct 2016 09:25:13 -0400 Received: by mail-lf0-x22e.google.com with SMTP id b75so288606930lfg.3 for ; Mon, 17 Oct 2016 06:25:13 -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=NcRzPze+VIFL/RLZwxX4jc+RA+oFUevODQdPHrM4Z00=; b=eL+Q9c7tX7lXNZwkU3KrIEw5O0RT2N60hHLbfmJbGLzwMVH7ueHjbYXCa29UzFA/uV QA4xbkUZUqW+UwWkPazq1RouTuPWK474XhReRDNSk4mhDcLKIb6LT0QFUtXcTWpa+tIq rVJJniR/ncxzyZbOzQcfgpTUhilKuN57p1yUw= 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=NcRzPze+VIFL/RLZwxX4jc+RA+oFUevODQdPHrM4Z00=; b=gS8T1jbju23Tt1fshbvvMl4+AQF5tzzcVxZCpGs7JgBb8NEo6OiBN5EukWXnVA8PQT IY5lRQQWLhO6uchtAL838+alg9H3hJ+s6nNImW9+Is2gc4be3m1XBmS91s7kH9GTP4Z9 4Eerwtgweq7g0pGYzX8WhKtSJS8SMDbvLXzK5zczbP33irQqah8qNnr0n1ywYBWtXhC3 hhYK+Y6w1uDAmtNKeahLpSVFjhDVp2zf9iOcjuD7avxFMVbCfIxKA+hYanyhT8fIDmqP XBAQZ3crbE95hTd7UnuUcEXRnHj5S13cTHXxTIQTtouXZWz34yyZMgHHivxzglH9xZre 1suA== X-Gm-Message-State: AA6/9RmG9SQYxAqWZABTk2LlGI9PQ84jZgMAzY5nJjTR63pu7A66bPnJcaV1UEBZaX8naPdy X-Received: by 10.25.190.71 with SMTP id o68mr15011514lff.23.1476710712347; Mon, 17 Oct 2016 06:25:12 -0700 (PDT) Received: from beaming.home (91-157-170-157.elisa-laajakaista.fi. [91.157.170.157]) by smtp.gmail.com with ESMTPSA id y81sm7782857lff.29.2016.10.17.06.25.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 17 Oct 2016 06:25:11 -0700 (PDT) From: riku.voipio@linaro.org To: qemu-devel@nongnu.org Date: Mon, 17 Oct 2016 16:24:40 +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::22e Subject: [Qemu-devel] [PULL 22/22] linux-user: disable unicore32 linux-user build 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: MPRC , Peter Maydell , Riku Voipio , Xuetao Guan Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" From: Riku Voipio In order to cleanup linux-user, we need support for most relatively modern syscalls. unicore32 lacks support for syscalls like epoll_pwait, preventing cleaning up the CONFIG_EPOLL mess. This patch can be reverted when unicore32 starts either supporting the syscalls as defined in mainline kernel, or the oldabi interface gains support for syscalls supported since at kernel 2.6.19 / glibc 2.6 Cc: MPRC Cc: Xuetao Guan Signed-off-by: Riku Voipio --- default-configs/unicore32-linux-user.mak | 1 - 1 file changed, 1 deletion(-) delete mode 100644 default-configs/unicore32-linux-user.mak diff --git a/default-configs/unicore32-linux-user.mak b/default-configs/unicore32-linux-user.mak deleted file mode 100644 index 6aafd21..0000000 --- a/default-configs/unicore32-linux-user.mak +++ /dev/null @@ -1 +0,0 @@ -# Default configuration for unicore32-linux-user