Displaying 4 results from an estimated 4 matches for "93ff4e1".
Did you mean:
93eff41
2013 Feb 23
1
[PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
...tefano.stabellini at eu.citrix.com>
Cc: Mukesh Rathor <mukesh.rathor at oracle.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com>
---
arch/x86/xen/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 93ff4e1..8cada4c 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -53,7 +53,7 @@ config XEN_DEBUG_FS
config XEN_X86_PVH
bool "Support for running as a PVH guest (EXPERIMENTAL)"
- depends on X86_64 && XEN && EXPERIMENTAL
+ depends on X86_64 && XEN
defa...
2013 Feb 23
1
[PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
...tefano.stabellini at eu.citrix.com>
Cc: Mukesh Rathor <mukesh.rathor at oracle.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com>
---
arch/x86/xen/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 93ff4e1..8cada4c 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -53,7 +53,7 @@ config XEN_DEBUG_FS
config XEN_X86_PVH
bool "Support for running as a PVH guest (EXPERIMENTAL)"
- depends on X86_64 && XEN && EXPERIMENTAL
+ depends on X86_64 && XEN
defa...
2013 Feb 28
1
[PATCH v2] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
...rathor at oracle.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com>
---
v2:
- drop EXPERIMENTAL from bool and help text too.
---
arch/x86/xen/Kconfig | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 93ff4e1..6c5802f 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -52,12 +52,10 @@ config XEN_DEBUG_FS
Enabling this option may incur a significant performance overhead.
config XEN_X86_PVH
- bool "Support for running as a PVH guest (EXPERIMENTAL)"
- depends on X86_64 &&a...
2013 Feb 28
1
[PATCH v2] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
...rathor at oracle.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com>
---
v2:
- drop EXPERIMENTAL from bool and help text too.
---
arch/x86/xen/Kconfig | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 93ff4e1..6c5802f 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -52,12 +52,10 @@ config XEN_DEBUG_FS
Enabling this option may incur a significant performance overhead.
config XEN_X86_PVH
- bool "Support for running as a PVH guest (EXPERIMENTAL)"
- depends on X86_64 &&a...