|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [RFC PATCH 04/33] Add XEN config options and disable uns
To: |
Chris Wright <chrisw@xxxxxxxxxxxx> |
Subject: |
[Xen-devel] Re: [RFC PATCH 04/33] Add XEN config options and disable unsupported config options. |
From: |
Arjan van de Ven <arjan@xxxxxxxxxxxxx> |
Date: |
Tue, 18 Jul 2006 11:59:12 +0200 |
Cc: |
Andrew Morton <akpm@xxxxxxxx>, Zachary Amsden <zach@xxxxxxxxxx>, Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, Ian Pratt <ian.pratt@xxxxxxxxxxxxx>, Rusty Russell <rusty@xxxxxxxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx, Andi Kleen <ak@xxxxxxx>, virtualization@xxxxxxxxxxxxxx, Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> |
Delivery-date: |
Thu, 20 Jul 2006 05:07:41 -0700 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxx |
In-reply-to: |
<20060718091949.565211000@xxxxxxxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
Organization: |
Intel International BV |
References: |
<20060718091807.467468000@xxxxxxxxxxxx> <20060718091949.565211000@xxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
> The disabled config options are:
> - DOUBLEFAULT: are trapped by Xen and not virtualized
> - HZ: defaults to 100 in Xen VMs
Hi,
this makes no real sense with dynamic ticks coming up... HZ=1000 should
be perfectly fine then...
> config KEXEC
> bool "kexec system call (EXPERIMENTAL)"
> - depends on EXPERIMENTAL
> + depends on EXPERIMENTAL && !X86_XEN
> help
> kexec is a system call that implements the ability to shutdown your
> current kernel, and to start another kernel. It is like a reboot
hmmm why is kexec incompatible with xen? Don't you want to support crash
dumps from guests?
> +config XEN_SHADOW_MODE
> + bool
> + default y
> + help
> + Fakes out a shadow mode kernel
> +
this probably wants a better description...
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Re: [RFC PATCH 18/33] Subarch support for CPUID instruction, (continued)
[Xen-devel] [RFC PATCH 17/33] Support loading an initrd when running on Xen, Chris Wright
[Xen-devel] [RFC PATCH 20/33] subarch support for interrupt and exception gates, Chris Wright
[Xen-devel] [RFC PATCH 08/33] Add vmlinuz build target., Chris Wright
[Xen-devel] [RFC PATCH 11/33] Add Xen-specific memory management definitions, Chris Wright
[Xen-devel] [RFC PATCH 14/33] subarch support for controlling interrupt delivery, Chris Wright
[Xen-devel] [RFC PATCH 04/33] Add XEN config options and disable unsupported config options., Chris Wright
- [Xen-devel] Re: [RFC PATCH 04/33] Add XEN config options and disable unsupported config options.,
Arjan van de Ven <=
[Xen-devel] [RFC PATCH 16/33] Add support for Xen to entry.S., Chris Wright
[Xen-devel] Re: [RFC PATCH 16/33] Add support for Xen to entry.S., Arjan van de Ven
[Xen-devel] [RFC PATCH 19/33] Support gdt/idt/ldt handling on Xen., Chris Wright
[Xen-devel] [RFC PATCH 13/33] Add a new head.S start-of-day file for booting on Xen., Chris Wright
|
|
|
|
|