Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753302AbcDYAtL (ORCPT ); Sun, 24 Apr 2016 20:49:11 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:40640 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751868AbcDYAtJ (ORCPT ); Sun, 24 Apr 2016 20:49:09 -0400 X-Sasl-enc: Udeyu4YEz98mrm4lSIKv88RwLYUsLaRInznZTyvLBLG9 1461545347 Date: Mon, 25 Apr 2016 03:49:04 +0300 From: Andrey Utkin To: Borislav Petkov Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, x86@kernel.org, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" Subject: Re: [PATCH v2] Enhance kvmconfig Message-ID: <20160425004904.GD22633@zver> References: <1461432408-6087-1-git-send-email-andrey_utkin@fastmail.com> <20160424163046.GD3822@pd.tnic> <20160424195737.GC21288@zver> <20160424201835.GF3822@pd.tnic> <20160424203553.GD21288@zver> <20160424205129.GG3822@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160424205129.GG3822@pd.tnic> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1292 Lines: 32 On Sun, Apr 24, 2016 at 10:51:29PM +0200, Borislav Petkov wrote: > On Sun, Apr 24, 2016 at 11:35:53PM +0300, Andrey Utkin wrote: > > Could you please test "make defconfig kvmconfig" how it boots? > > The point of my patch is to enable user to end up with working kernel > > for KVM guest without previously having any config, > > That doesn't work as you need to control the qemu options too. Could you please point, which ones? I haven't changed any, and yet my host is running fine. > The purpose of kvmconfig is to give you the bare minimum and thus > to save you a lot of time wasted searching for all those options in > Kconfig. You'd still need to tweak your guest kernel .config after that. IMO current kvmconfig doesn't fulfill this purpose, because trying - "make defconfig kvmconfig" - "make localmodconfig kvmconfig" - "gunzip -c /proc/config.gz > .config && make olddefconfig" (rescue system had way too old kernel I guess) didn't save me a lot of hours wasted searching for all those options to make it boot. IMO "bare minimum" term makes sense if it boots. If it doesn't, then "bare minimum" for what we are talking about? Borislav, could you please tell, which options from this patch are you using in your configs? Sorry to bother you. Thank you for your interest.