From patchwork Wed Sep 17 21:07:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Grall X-Patchwork-Id: 4926931 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7FA039F2EC for ; Wed, 17 Sep 2014 21:08:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D8D7D20154 for ; Wed, 17 Sep 2014 21:09:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 04D0C20142 for ; Wed, 17 Sep 2014 21:09:24 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XUMRp-00069e-A1; Wed, 17 Sep 2014 21:07:33 +0000 Received: from mail-pa0-f43.google.com ([209.85.220.43]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XUMRn-00063e-Bw for linux-arm-kernel@lists.infradead.org; Wed, 17 Sep 2014 21:07:31 +0000 Received: by mail-pa0-f43.google.com with SMTP id fa1so2940327pad.16 for ; Wed, 17 Sep 2014 14:07:09 -0700 (PDT) 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; bh=Ibl/JqUGYAsgko5hXk4bOG7bXBTBzIxFcDPH0vcV3VI=; b=az31ZoujJ+9d1bRj/TGAx3efs7QWNn4jTw2fRASSfp9WOK8x7sqLbrc3ZsKo4oo3xK nhpeuLFYvHTPmyhM9E13ruBB1ZPUO11jEtfPbnHNZcHwwlUd6k7zPT/iIkOka4ViGqHD XmBCgz20F3p8utSBe0xh9MQzh/C+Ne5nrJ7hfncc7ZmnJ+Mp4k9Ek9Ita3qgHkPLcd+m byXI++X+oIzYy58TBa/J5yaqCY0YW50QhAsq3Qf6EjSZ5yM1pQljwwX6+WhlVZqLgSf3 wqd92nUsP4j3e5i/57oAKKgHM+mM7WbRJBEgZCsuuC4mCSB8Qx9fJjAXKVghm1pk9Y71 bUGA== X-Gm-Message-State: ALoCoQnDjm8ztWDdGZJfmlOcIUidiN+IKA01ET6ZGUokfYO1SGX2Ut/zLVvHW4gBaEk1L6qIfNLW X-Received: by 10.70.123.71 with SMTP id ly7mr72279744pdb.27.1410988029539; Wed, 17 Sep 2014 14:07:09 -0700 (PDT) Received: from hyperion.swisscom.com (70-35-38-154.static.wiline.com. [70.35.38.154]) by mx.google.com with ESMTPSA id wi10sm17681588pbc.95.2014.09.17.14.07.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Sep 2014 14:07:08 -0700 (PDT) From: Julien Grall To: xen-devel@lists.xenproject.org Subject: [PATCH] arm{, 64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options Date: Wed, 17 Sep 2014 14:07:06 -0700 Message-Id: <1410988026-19949-1-git-send-email-julien.grall@linaro.org> X-Mailer: git-send-email 1.9.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140917_140731_433530_9439F84E X-CRM114-Status: GOOD ( 11.94 ) X-Spam-Score: -0.9 (/) Cc: Russell King , ian.campbell@citrix.com, Catalin Marinas , Julien Grall , tim@xen.org, linux-kernel@vger.kernel.org, Will Deacon , stefano.stabellini@citrix.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The Xen ARM API is stable since Xen 4.4 and everything has been upstreamed in Linux for ARM and ARM64. Therefore we can drop "EXPERIMENTAL" from the Xen option in the both Kconfig. Signed-off-by: Julien Grall Cc: Russell King Cc: Catalin Marinas Cc: Will Deacon Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- arch/arm/Kconfig | 2 +- arch/arm64/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 32cbbd5..aa97108 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1758,7 +1758,7 @@ config XEN_DOM0 depends on XEN config XEN - bool "Xen guest support on ARM (EXPERIMENTAL)" + bool "Xen guest support on ARM" depends on ARM && AEABI && OF depends on CPU_V7 && !CPU_V6 depends on !GENERIC_ATOMIC64 diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index fd4e81a..82bd86c 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -317,7 +317,7 @@ config XEN_DOM0 depends on XEN config XEN - bool "Xen guest support on ARM64 (EXPERIMENTAL)" + bool "Xen guest support on ARM64" depends on ARM64 && OF select SWIOTLB_XEN help