[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200709182220.27311.ak@suse.de>
Date: Tue, 18 Sep 2007 22:20:26 +0200
From: Andi Kleen <ak@...e.de>
To: Charles N Wyble <charles@...wybles.com>
Cc: virtualization@...ts.linux-foundation.org,
Chris Wright <chrisw@...s-sol.org>,
Anthony Liguori <aliguori@...ibm.com>,
lkml - Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 3/3] Time to make CONFIG_PARAVIRT non-experimental.
> Why is making something default y a bad idea?
> Those most likely to care can turn it off. Is there a harmful effect
> from leaving it on if its not being used?
Running yes "" | make oldconfig to upgrade kernel configs is standard practice
and you definitely don't want to have all kinds of random new unnecessary features
be turned on then.
Besides paravirt by itself is pretty useless; you need typically quite
complex other options set to do any meaningfull virtualization.
The only reason to use default y is in options that are not user visible
and have a reasonable default or things that cause direct boot failures
when upgrading old configurations. That all doesn't apply here.
Besides it's bad taste and taste is very important.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists