From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932146Ab1J1H7O (ORCPT ); Fri, 28 Oct 2011 03:59:14 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:38164 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754918Ab1J1H7N (ORCPT ); Fri, 28 Oct 2011 03:59:13 -0400 Date: Fri, 28 Oct 2011 09:54:33 +0200 From: Ingo Molnar To: Geert Uytterhoeven Cc: Sam Ravnborg , Sasha Levin , linux-kernel@vger.kernel.org, Linus Torvalds , Michal Marek , Pekka Enberg , linux-kbuild@vger.kernel.org Subject: Re: [PATCH] config: Add 'make kvmconfig' Message-ID: <20111028075432.GB8626@elte.hu> References: <1319717234-20918-1-git-send-email-levinsasha928@gmail.com> <20111027193448.GA3514@merkur.ravnborg.org> <20111028070336.GF12995@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Geert Uytterhoeven wrote: > > ? It would be very obvious at a glance what it does. > > This fits in the generic "I have a .config and I want to enable an > additional option" functionality: > > make oldconfig CONFIG_KVMTOOL_TEST_ENABLE=y > > Don't we already have that support? I seem to remember it flying > by. Or was it just a proposal that never got implemented? Well, it would be nice to have something (much) shorter and more obvious, as we really expect to use this frequently. Maybe: make oldconfig kvm would work too. Thanks, Ingo