|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 23/23] ia64/pv_ops: update Kconfig for paravirtu
introduce CONFIG_PARAVIRT_GUEST, CONFIG_PARAVIRT for
paravirtualized guest.
introduce CONFING_XEN, CONFIG_IA64_XEN for xen.
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
arch/ia64/Kconfig | 31 +++++++++++++++++++++++++++++++
arch/ia64/xen/Kconfig | 21 +++++++++++++++++++++
2 files changed, 52 insertions(+), 0 deletions(-)
create mode 100644 arch/ia64/xen/Kconfig
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 8fa3faf..ca4d559 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -111,6 +111,33 @@ config AUDIT_ARCH
bool
default y
+menuconfig PARAVIRT_GUEST
+ bool "Paravirtualized guest support"
+ help
+ Say Y here to get to see options related to running Linux under
+ various hypervisors. This option alone does not add any kernel code.
+
+ If you say N, all options in this submenu will be skipped and
disabled.
+
+if PARAVIRT_GUEST
+
+config PARAVIRT
+ bool "Enable paravirtualization code"
+ depends on PARAVIRT_GUEST
+ default y
+ bool
+ default y
+ help
+ This changes the kernel so it can modify itself when it is run
+ under a hypervisor, potentially improving performance significantly
+ over full virtualization. However, when run without a hypervisor
+ the kernel is theoretically slower and slightly larger.
+
+
+source "arch/ia64/xen/Kconfig"
+
+endif
+
choice
prompt "System type"
default IA64_GENERIC
@@ -169,6 +196,10 @@ config IA64_HP_SIM
bool "Ski-simulator"
select SWIOTLB
+config IA64_XEN
+ bool "Xen guest"
+ depends on XEN
+
endchoice
choice
diff --git a/arch/ia64/xen/Kconfig b/arch/ia64/xen/Kconfig
new file mode 100644
index 0000000..829b85c
--- /dev/null
+++ b/arch/ia64/xen/Kconfig
@@ -0,0 +1,21 @@
+#
+# This Kconfig describes xen/ia64 options
+#
+
+config XEN
+ bool "Xen hypervisor support"
+ default y
+ depends on PARAVIRT && !(IA64_DIG || IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB
|| IA64_SGI_SN2 || IA64_HP_SIM) && MCKINLEY && IA64_PAGE_SIZE_16KB &&
EXPERIMENTAL
+ select XEN_XENCOMM
+ select NO_IDLE_HZ
+ help
+ Enable Xen hypervisor support. Resulting kernel runs
+ both as a guest OS on Xen and natively on hardware.
+
+config XEN_XENCOMM
+ depends on XEN
+ bool
+
+config NO_IDLE_HZ
+ depends on XEN
+ bool
--
1.5.3
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH 09/23] ia64/xen: implement arch specific part of xen grant table., (continued)
- [Xen-ia64-devel] [PATCH 09/23] ia64/xen: implement arch specific part of xen grant table., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 19/23] ia64/pv_ops/xen: define the nubmer of irqs which xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 11/23] ia64/xen: detect xen environment and do minimal initialization., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 15/23] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 17/23] ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 18/23] ia64/pv_ops/xen: implement xen pv_iosapic_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 12/23] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 20/23] ia64/pv_ops/xen: implement xen pv_irq_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 22/23] ia64/xen: define xen machine vector for domU., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 21/23] ia64/pv_ops/xen: implement xen pv_time_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 23/23] ia64/pv_ops: update Kconfig for paravirtualized guest and xen.,
Isaku Yamahata <=
- [Xen-ia64-devel] [PATCH 14/23] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly code, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 16/23] ia64/pv_ops/xen: paravirtualize ivt.S for xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 13/23] ia64/pv_ops/xen: define xen pv_cpu_ops., Isaku Yamahata
|
|
|
|
|