From patchwork Tue Dec 17 15:12:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 22591 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-oa0-f72.google.com (mail-oa0-f72.google.com [209.85.219.72]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id F1E4E23FBC for ; Tue, 17 Dec 2013 15:27:17 +0000 (UTC) Received: by mail-oa0-f72.google.com with SMTP id o6sf23546897oag.3 for ; Tue, 17 Dec 2013 07:27:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=Ms1ypCRoZi4yc4KEXbcpPI5MThPjFiLmRfdhxXyRRC0=; b=Ensq3Vq+ZNvTa6WTpfu0hF3jXvYS2IVLUyFR+p10gbB4dVCsr2J8EUTTweTZvICtFz w9WRIMMupoMBcjdPCwaz1SINe8DRmi0OjAm+4jTUKEStDEFF1bou47nEZvnRiSsAAPmW rUqFjNmgpU2vIv/NRGYDLaIKsT5N/C6cLknzejaQICTL+b8jLkQYeCTIEyJsbOn6UuUY oov5dgUPG5UpbRdHuI6y+iC09Ujsl6EiHz3Av3xECPUKwqaeSYOkrHwkF2Cjb1u1gT/L qVjbNwG+62vvit3jGT1yMM6IEXIk1Lu6rw8SYpAFcQdo2vw8ALSf6J/iqmu4ACKdXk9R on6w== X-Gm-Message-State: ALoCoQmPOuFau1h5TO47LQbqQ2YMzrLa+IRk6Ze/pNHoX0Glr/pviTZSiKSka+Nd4C7vvdp5o3Qv X-Received: by 10.182.204.33 with SMTP id kv1mr8062442obc.26.1387294037575; Tue, 17 Dec 2013 07:27:17 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.88.68 with SMTP id be4ls2458757qeb.46.gmail; Tue, 17 Dec 2013 07:27:17 -0800 (PST) X-Received: by 10.58.128.163 with SMTP id np3mr850007veb.62.1387294037458; Tue, 17 Dec 2013 07:27:17 -0800 (PST) Received: from mail-ve0-f169.google.com (mail-ve0-f169.google.com [209.85.128.169]) by mx.google.com with ESMTPS id y5si5008214vck.77.2013.12.17.07.27.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 17 Dec 2013 07:27:17 -0800 (PST) Received-SPF: neutral (google.com: 209.85.128.169 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.169; Received: by mail-ve0-f169.google.com with SMTP id c14so4434078vea.14 for ; Tue, 17 Dec 2013 07:27:17 -0800 (PST) X-Received: by 10.52.165.131 with SMTP id yy3mr9282438vdb.25.1387294037389; Tue, 17 Dec 2013 07:27:17 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.174.196 with SMTP id u4csp75758vcz; Tue, 17 Dec 2013 07:27:17 -0800 (PST) X-Received: by 10.180.182.198 with SMTP id eg6mr3613453wic.21.1387294036364; Tue, 17 Dec 2013 07:27:16 -0800 (PST) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk. [2001:8b0:1d0::1]) by mx.google.com with ESMTPS id ci8si5887477wid.57.2013.12.17.07.27.14 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 17 Dec 2013 07:27:16 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::1 as permitted sender) client-ip=2001:8b0:1d0::1; Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1VswJt-00032B-V6; Tue, 17 Dec 2013 15:12:25 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, Michael Matz , Claudio Fontana , Dirk Mueller , Laurent Desnogues , kvmarm@lists.cs.columbia.edu, Richard Henderson , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Christoffer Dall , Will Newton Subject: [PATCH 21/21] default-configs: Add config for aarch64-linux-user Date: Tue, 17 Dec 2013 15:12:24 +0000 Message-Id: <1387293144-11554-22-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1387293144-11554-1-git-send-email-peter.maydell@linaro.org> References: <1387293144-11554-1-git-send-email-peter.maydell@linaro.org> X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: peter.maydell@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.169 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Add a config for aarch64-linux-user, thereby enabling it as a valid target. Signed-off-by: Peter Maydell Signed-off-by: Alexander Graf Reviewed-by: Richard Henderson --- default-configs/aarch64-linux-user.mak | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 default-configs/aarch64-linux-user.mak diff --git a/default-configs/aarch64-linux-user.mak b/default-configs/aarch64-linux-user.mak new file mode 100644 index 0000000..3df7de5 --- /dev/null +++ b/default-configs/aarch64-linux-user.mak @@ -0,0 +1,3 @@ +# Default configuration for aarch64-linux-user + +CONFIG_GDBSTUB_XML=y