From mboxrd@z Thu Jan 1 00:00:00 1970 From: josh@joshtriplett.org Subject: Re: [PATCH v5 1/2] x86, platform, xen, kconfig: clarify kvmconfig is for kvm Date: Tue, 19 May 2015 17:51:44 -0700 Message-ID: <20150520005144.GA32153@cloud> References: <1432079838-30712-1-git-send-email-mcgrof@do-not-panic.com> <1432079838-30712-2-git-send-email-mcgrof@do-not-panic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YusEk-0000W2-BC for xen-devel@lists.xenproject.org; Wed, 20 May 2015 00:51:54 +0000 Content-Disposition: inline In-Reply-To: <1432079838-30712-2-git-send-email-mcgrof@do-not-panic.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Luis R. Rodriguez" Cc: mmarek@suse.cz, mtosatti@redhat.com, Ian.Campbell@citrix.com, "Luis R. Rodriguez" , rdunlap@infradead.org, penberg@kernel.org, yamada.masahiro@socionext.com, fengguang.wu@intel.com, david.vrabel@citrix.com, rientjes@google.com, xen-devel@lists.xenproject.org, bp@suse.de, levinsasha928@gmail.com List-Id: xen-devel@lists.xenproject.org On Tue, May 19, 2015 at 04:57:17PM -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > We'll be adding options for xen as well. > > Cc: Josh Triplett > Cc: Borislav Petkov > Cc: Pekka Enberg > Cc: David Rientjes > Cc: Michal Marek > Cc: Randy Dunlap > Cc: penberg@kernel.org > Cc: levinsasha928@gmail.com > Cc: mtosatti@redhat.com > Cc: fengguang.wu@intel.com > Cc: David Vrabel > Cc: Ian Campbell > Cc: Konrad Rzeszutek Wilk > Cc: xen-devel@lists.xenproject.org > Cc: Masahiro Yamada > Acked-by: David Rientjes > Acked-by: Borislav Petkov > Acked-by: Michal Marek > Signed-off-by: Luis R. Rodriguez Reviewed-by: Josh Triplett > scripts/kconfig/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile > index d9b1fef..6950032 100644 > --- a/scripts/kconfig/Makefile > +++ b/scripts/kconfig/Makefile > @@ -139,7 +139,7 @@ help: > @echo ' randconfig - New config with random answer to all options' > @echo ' listnewconfig - List new options' > @echo ' olddefconfig - Same as silentoldconfig but sets new symbols to their default value' > - @echo ' kvmconfig - Enable additional options for guest kernel support' > + @echo ' kvmconfig - Enable additional options for kvm guest kernel support' > @echo ' tinyconfig - Configure the tiniest possible kernel' > > # lxdialog stuff > -- > 2.3.2.209.gd67f9d5.dirty >