From: Ryan Harper <ryanh@us.ibm.com>
To: Paul Larson <plars@linuxtestproject.org>
Cc: xen-devel <xen-devel@lists.xensource.com>,
keir@xensource.com, ryanh@us.ibm.com
Subject: Re: force PAE patch
Date: Wed, 13 Jul 2005 15:32:02 -0500 [thread overview]
Message-ID: <20050713203202.GD28623@us.ibm.com> (raw)
In-Reply-To: <1121283453.16631.44.camel@localhost.localdomain>
* Paul Larson <plars@linuxtestproject.org> [2005-07-13 14:38]:
> Keir, I noticed your patch to force PAE on. Things like this are very
> useful for testing config options that are off by default, but I'd like
> to see about putting a more generic method for doing this into Xen.
>
> Ryan and I had discussed this recently, and there are at least a few
> different scenarios I could see being useful.
>
> 1. make CONFIG_SOMETHING=y CONFIG_SOMETHING_ELSE=y CONFIG_YET_ANOTHER=n
> For specifying just a few individual config options.
>
> 2. make KCONFIG=/path/to/kernel/configfile
> This is useful if you have several different kernel configs that you
> want to reuse for different test runs. A possible variation of this
> could be to specify DOM0_KCONFIG and DOMU_KCONFIG.
I have an patch that pushes the extraversion variable up to the top
level makefile. This allows me to control which default config file is
used to populate the kernel source tree.
make KERNELS="xen0-smp xenU-smp" results in copying
sparse/arch/xen/configs/xen0-smp_defconfig_$(TARGET_ARCH) as .config in
the tree.
It also allows me to collapse buildconfigs/mklinux-2.6-{xen,xen0,xenU}
into a single file since they only differ by the extraversion field.
> Speaking for myself at least, this would be great to have and make
> testing of some of the non-default config options much easier. Would
> anyone else find this useful?
I would like to see at least a way to specify a which config file to be
used ala some form of (2). I think option (1) is very useful for
testing slightly different configurations or for quick tests when one
needs to do some debugging.
--
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253 T/L: 678-9253
ryanh@us.ibm.com
next prev parent reply other threads:[~2005-07-13 20:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-13 19:37 force PAE patch Paul Larson
2005-07-13 20:32 ` Ryan Harper [this message]
2005-07-13 20:59 ` Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050713203202.GD28623@us.ibm.com \
--to=ryanh@us.ibm.com \
--cc=keir@xensource.com \
--cc=plars@linuxtestproject.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.