p***@xen.org
2018-11-19 11:51:11 UTC
commit 657b303878e780b5189c062448ef6eddd0b3f3b1
Author: Wei Liu <***@citrix.com>
AuthorDate: Thu Oct 4 10:15:08 2018 +0100
Commit: Wei Liu <***@citrix.com>
CommitDate: Thu Nov 8 16:40:20 2018 +0000
x86: expose CONFIG_PV
Signed-off-by: Wei Liu <***@citrix.com>
Reviewed-by: Andrew Cooper <***@citrix.com>
---
xen/arch/x86/Kconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig
index 12b68a8544..5c2d1070b6 100644
--- a/xen/arch/x86/Kconfig
+++ b/xen/arch/x86/Kconfig
@@ -37,6 +37,14 @@ source "arch/Kconfig"
config PV
def_bool y
+ prompt "PV support"
+ ---help---
+ Interfaces to support PV domains. These require guest kernel support
+ to run as a PV guest, but don't require any specific hardware support.
+
+ This option is needed if you want to run PV domains.
+
+ If unsure, say Y.
config PV_LINEAR_PT
bool "Support for PV linear pagetables"
--
generated by git-patchbot for /home/xen/git/xen.git#master
Author: Wei Liu <***@citrix.com>
AuthorDate: Thu Oct 4 10:15:08 2018 +0100
Commit: Wei Liu <***@citrix.com>
CommitDate: Thu Nov 8 16:40:20 2018 +0000
x86: expose CONFIG_PV
Signed-off-by: Wei Liu <***@citrix.com>
Reviewed-by: Andrew Cooper <***@citrix.com>
---
xen/arch/x86/Kconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig
index 12b68a8544..5c2d1070b6 100644
--- a/xen/arch/x86/Kconfig
+++ b/xen/arch/x86/Kconfig
@@ -37,6 +37,14 @@ source "arch/Kconfig"
config PV
def_bool y
+ prompt "PV support"
+ ---help---
+ Interfaces to support PV domains. These require guest kernel support
+ to run as a PV guest, but don't require any specific hardware support.
+
+ This option is needed if you want to run PV domains.
+
+ If unsure, say Y.
config PV_LINEAR_PT
bool "Support for PV linear pagetables"
--
generated by git-patchbot for /home/xen/git/xen.git#master