qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans
Date: Mon, 07 Jun 2010 11:52:05 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4

On 06/07/2010 11:42 AM, Paul Brook wrote:
On Mon, Jun 07, 2010 at 05:16:30PM +0100, Paul Brook wrote:
With -netdev, there now seems to be little need to support vlans,
enabling them leads to user confusion and bad performance.
Disable support for vlans by default, add config option to enable.
No. If you want to remove vlans, then actually do that.
How is this not what this patch does?  You mean kill the code
completely, not just --contigure option?
Yes. Configure options are bad. If code isn't worth enabling by default then
you've got to have a very good reason why it exists at all.

Configure options are bad except when they are good.

Distributions don't want to support every possible bell and whistle that qemu supports. By having configuration options upstream, we ensure that everyone is consistently disabling thing in the same fashion and that the interfaces presented to the users are consistent.

I certainly believe that we should not disable features by default. But I think it's important that we support disabling features from a downstream supportability perspective.

Regards,

Anthony Liguori

Paul





reply via email to

[Prev in Thread] Current Thread [Next in Thread]