|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [patch 08/28]xen: xen configuration
Put config options for Xen after the core pieces are in place.
Signed-off-by: Jeremy Fitzhardinge <jeremy@xxxxxxxxxxxxx>
Signed-off-by: Chris Wright <chrisw@xxxxxxxxxxxx>
---
arch/i386/Kconfig | 2 ++
arch/i386/xen/Kconfig | 11 +++++++++++
2 files changed, 13 insertions(+)
===================================================================
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -217,6 +217,8 @@ config PARAVIRT
under a hypervisor, improving performance significantly.
However, when run without a hypervisor the kernel is
theoretically slower. If in doubt, say N.
+
+source "arch/i386/xen/Kconfig"
config VMI
bool "VMI Paravirt-ops support"
===================================================================
--- /dev/null
+++ b/arch/i386/xen/Kconfig
@@ -0,0 +1,11 @@
+#
+# This Kconfig describes xen options
+#
+
+config XEN
+ bool "Enable support for Xen hypervisor"
+ depends on PARAVIRT && !PREEMPT && !SMP
+ help
+ This is the Linux Xen port. Enabling this will allow the
+ kernel to boot in a paravirtualized environment under the
+ Xen hypervisor.
--
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [patch 05/28]xen: Xen virtual mmu, (continued)
- [Xen-devel] [patch 05/28]xen: Xen virtual mmu, Jeremy Fitzhardinge
- [Xen-devel] [patch 25/28]xen: Xen machine operations, Jeremy Fitzhardinge
- [Xen-devel] [patch 18/28]xen: Use the hvc console infrastructure for Xen console, Jeremy Fitzhardinge
- [Xen-devel] [patch 20/28]xen: Add Xen grant table support, Jeremy Fitzhardinge
- [Xen-devel] [patch 27/28]xen: Place vcpu_info structure into per-cpu memory, if possible, Jeremy Fitzhardinge
- [Xen-devel] [patch 16/28]xen: lazy-mmu operations, Jeremy Fitzhardinge
- [Xen-devel] [patch 07/28]xen: xen time implementation, Jeremy Fitzhardinge
- [Xen-devel] [patch 21/28]xen: Add the Xenbus sysfs and virtual device hotplug driver., Jeremy Fitzhardinge
- [Xen-devel] [patch 04/28]xen: Core Xen implementation, Jeremy Fitzhardinge
- [Xen-devel] [patch 17/28]xen: deal with negative stolen time, Jeremy Fitzhardinge
- [Xen-devel] [patch 08/28]xen: xen configuration,
Jeremy Fitzhardinge <=
- [Xen-devel] [patch 13/28]xen: Implement xen_sched_clock, Jeremy Fitzhardinge
- [Xen-devel] [patch 28/28]xen: Attempt to patch inline versions of common operations, Jeremy Fitzhardinge
- [Xen-devel] [patch 09/28]xen: Complete pagetable pinning for Xen, Jeremy Fitzhardinge
- [Xen-devel] [patch 24/28]xen: Add the Xen virtual network device driver., Jeremy Fitzhardinge
- [Xen-devel] [patch 06/28]xen: xen event channels, Jeremy Fitzhardinge
- [Xen-devel] [patch 23/28]xen: rename xen netif_ structures to xen_netif_, Jeremy Fitzhardinge
- [Xen-devel] [patch 26/28]xen: handle external requests for shutdown, reboot and sysrq, Jeremy Fitzhardinge
- [Xen-devel] [patch 22/28]xen: Add Xen virtual block device driver., Jeremy Fitzhardinge
- [Xen-devel] [patch 03/28]xen: Add Xen interface header files, Jeremy Fitzhardinge
|
|
|
|
|