[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-ia64-devel] config files and dom0/domU
On Tue, 2005-11-15 at 12:17 -0800, Magenheimer, Dan (HP Labs Fort Collins) wrote: > No, it doesn't work. I think since XEN_PRIVILEGED_GUEST > depends on XEN (default yes), it always gets turned back > on when running make oldconfig. If you remove the > XEN_PRIVILEGED_GUEST from arch/ia64/Kconfig but set it =y > in the config file, > 1) it disappears from .config file after make oldconfig > (which is bad because it is needed for dom0), and > 2) CONFIG_VT doesn't seem to get turned on anyway! Right, XEN_PRIVILEGED_GUEST is always on right now because there's no prompt to change it. To fix that, do this: --- a/linux-2.6-xen-sparse/arch/ia64/Kconfig Thu Nov 10 21:24:29 2005 +++ b/linux-2.6-xen-sparse/arch/ia64/Kconfig Tue Nov 15 13:25:13 2005 @@ -60,7 +60,7 @@ TEMP ONLY. Needs to be on for drivers/xen to build. config XEN_PRIVILEGED_GUEST - bool + bool "Privileged Guest" default y help Used in drivers/xen/privcmd.c. Should go away? Then you can make some decisions based on it like the previous chunk showed. I would assume you'd then make is set in the defconfig for dom0, but not in domU. Hope that helps, Alex -- Alex Williamson HP Linux & Open Source Lab _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |