Displaying 6 results from an estimated 6 matches for "vmi_debug".
2007 Apr 18
1
[RFC, PATCH 7/24] i386 Vmi memory hole
...m>
Index: linux-2.6.16-rc3/arch/i386/Kconfig
===================================================================
--- linux-2.6.16-rc3.orig/arch/i386/Kconfig	2006-02-22 16:09:04.000000000 -0800
+++ linux-2.6.16-rc3/arch/i386/Kconfig	2006-02-22 16:33:27.000000000 -0800
@@ -201,6 +201,15 @@ config VMI_DEBUG
 
 endmenu
 
+config MEMORY_HOLE
+	int "Create hole at top of memory (0-256 MB)"
+	range 0 256
+	default "64" if X86_VMI
+	default "0" if !X86_VMI
+	help
+	   Useful for creating a hole in the top of memory when running
+	   inside of a virtual machine monitor.
+
 conf...
2007 Apr 18
1
[RFC, PATCH 7/24] i386 Vmi memory hole
...m>
Index: linux-2.6.16-rc3/arch/i386/Kconfig
===================================================================
--- linux-2.6.16-rc3.orig/arch/i386/Kconfig	2006-02-22 16:09:04.000000000 -0800
+++ linux-2.6.16-rc3/arch/i386/Kconfig	2006-02-22 16:33:27.000000000 -0800
@@ -201,6 +201,15 @@ config VMI_DEBUG
 
 endmenu
 
+config MEMORY_HOLE
+	int "Create hole at top of memory (0-256 MB)"
+	range 0 256
+	default "64" if X86_VMI
+	default "0" if !X86_VMI
+	help
+	   Useful for creating a hole in the top of memory when running
+	   inside of a virtual machine monitor.
+
 conf...
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...rable support"
+	depends on X86_VMI
+
+config VMI_REQUIRE_HYPERVISOR
+        bool "Require hypervisor"
+        default n
+        help
+          This option forces the kernel to run with a hypervisor present.
+          The kernel will panic if booted on native hardware.
+
+config VMI_DEBUG
+	bool "VMI debugging"
+	default n
+	help
+	  Provides extra debugging output and testing of VMI interfaces.
+
+endmenu
+
 config ACPI_SRAT
 	bool
 	default y
@@ -270,7 +295,7 @@ config X86_VISWS_APIC
 
 config X86_MCE
 	bool "Machine Check Exception"
-	depends on !X86_VOYAGER
+...
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...rable support"
+	depends on X86_VMI
+
+config VMI_REQUIRE_HYPERVISOR
+        bool "Require hypervisor"
+        default n
+        help
+          This option forces the kernel to run with a hypervisor present.
+          The kernel will panic if booted on native hardware.
+
+config VMI_DEBUG
+	bool "VMI debugging"
+	default n
+	help
+	  Provides extra debugging output and testing of VMI interfaces.
+
+endmenu
+
 config ACPI_SRAT
 	bool
 	default y
@@ -270,7 +295,7 @@ config X86_VISWS_APIC
 
 config X86_MCE
 	bool "Machine Check Exception"
-	depends on !X86_VOYAGER
+...
2007 Apr 18
0
[RFC, PATCH 23/24] i386 Vmi timer patch
...n running on a hypervisor.
+
+          Sets the alarm rate to HZ interrupts per second.
+
+          This option has no effect when running on native hardware.
+
+endchoice
+
+config VMI_ALARM_HZ
+        int
+        default 100 if VMI_ALARM_HZ_100
+        default HZ if VMI_ALARM_HZ_HZ
+
 config VMI_DEBUG
 	bool "VMI debugging"
 	default n
Index: linux-2.6.16-rc6/arch/i386/kernel/timers/Makefile
===================================================================
--- linux-2.6.16-rc6.orig/arch/i386/kernel/timers/Makefile	2006-01-02 19:21:10.000000000 -0800
+++ linux-2.6.16-rc6/arch/i386/ker...
2007 Apr 18
0
[RFC, PATCH 23/24] i386 Vmi timer patch
...n running on a hypervisor.
+
+          Sets the alarm rate to HZ interrupts per second.
+
+          This option has no effect when running on native hardware.
+
+endchoice
+
+config VMI_ALARM_HZ
+        int
+        default 100 if VMI_ALARM_HZ_100
+        default HZ if VMI_ALARM_HZ_HZ
+
 config VMI_DEBUG
 	bool "VMI debugging"
 	default n
Index: linux-2.6.16-rc6/arch/i386/kernel/timers/Makefile
===================================================================
--- linux-2.6.16-rc6.orig/arch/i386/kernel/timers/Makefile	2006-01-02 19:21:10.000000000 -0800
+++ linux-2.6.16-rc6/arch/i386/ker...