search for: xen_x86_pvh

Displaying 4 results from an estimated 4 matches for "xen_x86_pvh".

2013 Feb 23
1
[PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
...rad.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 default n help This option enables support for running as a PVH guest (PV guest -- 1.7.9.5 -- Kees Cook Chrome OS Security
2013 Feb 23
1
[PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
...rad.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 default n help This option enables support for running as a PVH guest (PV guest -- 1.7.9.5 -- Kees Cook Chrome OS Security
2013 Feb 28
1
[PATCH v2] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
...ged, 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 && XEN && EXPERIMENTAL + bool "Support for running as a PVH guest" + depends on X86_64 && XEN default n help This option enables support for running as a PVH guest (PV...
2013 Feb 28
1
[PATCH v2] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
...ged, 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 && XEN && EXPERIMENTAL + bool "Support for running as a PVH guest" + depends on X86_64 && XEN default n help This option enables support for running as a PVH guest (PV...