All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@linaro.org>
To: xen-devel@lists.xenproject.org
Cc: Russell King <linux@arm.linux.org.uk>,
	ian.campbell@citrix.com,
	Catalin Marinas <catalin.marinas@arm.com>,
	Julien Grall <julien.grall@linaro.org>,
	tim@xen.org, linux-kernel@vger.kernel.org,
	Will Deacon <will.deacon@arm.com>,
	stefano.stabellini@citrix.com,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm{, 64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options
Date: Wed, 17 Sep 2014 14:07:06 -0700	[thread overview]
Message-ID: <1410988026-19949-1-git-send-email-julien.grall__25762.1856093921$1410988121$gmane$org@linaro.org> (raw)

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 <julien.grall@linaro.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
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
-- 
1.9.3

             reply	other threads:[~2014-09-17 21:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-17 21:07 Julien Grall [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-17 21:07 [PATCH] arm{,64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options Julien Grall
2014-09-17 21:07 ` [PATCH] arm{, 64}/xen: " Julien Grall
2014-09-23 14:11 ` [PATCH] arm{,64}/xen: " Stefano Stabellini
2014-09-23 14:11   ` Stefano Stabellini
2014-09-23 14:11 ` [PATCH] arm{, 64}/xen: " Stefano Stabellini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='1410988026-19949-1-git-send-email-julien.grall__25762.1856093921$1410988121$gmane$org@linaro.org' \
    --to=julien.grall@linaro.org \
    --cc=catalin.marinas@arm.com \
    --cc=ian.campbell@citrix.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=stefano.stabellini@citrix.com \
    --cc=tim@xen.org \
    --cc=will.deacon@arm.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.