From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:53324 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751827Ab1J0Mvy (ORCPT ); Thu, 27 Oct 2011 08:51:54 -0400 Message-ID: <4EA953E8.4020004@suse.cz> Date: Thu, 27 Oct 2011 14:51:52 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH] config: Add 'make kvmconfig' References: <1319717234-20918-1-git-send-email-levinsasha928@gmail.com> <20111027123713.GB22032@elte.hu> In-Reply-To: <20111027123713.GB22032@elte.hu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Ingo Molnar Cc: Pekka Enberg , Sasha Levin , linux-kernel@vger.kernel.org, Linus Torvalds , linux-kbuild@vger.kernel.org On 27.10.2011 14:37, Ingo Molnar wrote: > > * Pekka Enberg wrote: > >> On Thu, Oct 27, 2011 at 3:07 PM, Sasha Levin wrote: >>> This patch adds 'make kvmconfig' which allows to add KVM guest support >>> to a config file. >>> >>> This allows for easier testing of configurations under virtualized >>> environments. >>> >>> Cc: Ingo Molnar >>> Cc: Linus Torvalds >>> Cc: Michal Marek >>> Cc: Pekka Enberg >>> Cc: linux-kbuild@vger.kernel.org >>> Cc: linux-kernel@vger.kernel.org >>> Suggested-by: Ingo Molnar >>> Signed-off-by: Sasha Levin >> >> Acked-by: Pekka Enberg >> >> Btw, Michal, if people are OK with the patch I'd really love to >> take this patch in my kvmtool git tree to have it contained in a >> single pull request. > > I like the feature - i hope it's expressed in the right Kbuild-ish > fashion. > > Acked-by: Ingo Molnar I hope we won't now also be getting make nfsconfig, make paeconfig and whatnot :). Also, the lists of select statements might need updates from time to time, if new dependencies appear. Michal