Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1385973

Re: [PATCH v2] Enhance kvmconfig

Path csiph.com!news.freedyn.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod
From Andrey Utkin <andrey_utkin@fastmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2] Enhance kvmconfig
Date Mon, 25 Apr 2016 02:50:02 +0200
Message-ID <rrCSS-54t-7@gated-at.bofh.it> (permalink)
References <rr9xw-6Os-25@gated-at.bofh.it> <rrveH-7BU-15@gated-at.bofh.it> <rryme-1qU-17@gated-at.bofh.it> <rryFA-1PX-7@gated-at.bofh.it> <rryYW-21c-9@gated-at.bofh.it> <rrzii-28V-11@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h=cc :content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=aWtD/ 0GBq/t2/SDHcEzch6a5MlA=; b=iAriRAqBTL9mWNZkt3LhAtlOaSldckY9dVAfX OlX6ewoikL5tV+FOJr7yYaY5ydX8fSL6ZcPi/Lwvr7lj05uS51F56EcPhemm88ZL MzmjfgbQWwYikFQhdHxdzrRUJfkEAN/Jag555IOK2N/O3U8ZoYlpA8MR4WTx8MrM I1e1/4=
Dkim-Signature v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=aWtD/0GBq/t2/SDHcEzch6a5MlA=; b=GbegO NNYAaVcT8fn78SHyK5z/egdA30m+RgxYfMHfiCRuPEyDZPvFRZhT3+TMS8eXIBiF kZRC8MCHD+AlqKWyVlL9qusAkS7GTnDKMLcgrTaHAUTavHgDSLLeeN0DFB94CdtS xrNgqz+W1gRVPLN8YVzbgiLzA+RtqjOOzCBKrY=
X-Sasl-Enc Udeyu4YEz98mrm4lSIKv88RwLYUsLaRInznZTyvLBLG9 1461545347
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.6.0 (2016-04-01)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 32
Organization linux.* mail to news gateway
X-Original-Cc Paolo Bonzini <pbonzini@redhat.com>, linux-kernel@vger.kernel.org, x86@kernel.org, Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>
X-Original-Date Mon, 25 Apr 2016 03:49:04 +0300
X-Original-Message-ID <20160425004904.GD22633@zver>
X-Original-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>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1385973

Show key headers only | View raw


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.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2] Enhance kvmconfig Andrey Utkin <andrey_utkin@fastmail.com> - 2016-04-23 19:30 +0200
  Re: [PATCH v2] Enhance kvmconfig Borislav Petkov <bp@alien8.de> - 2016-04-24 18:40 +0200
    Re: [PATCH v2] Enhance kvmconfig Andrey Utkin <andrey_utkin@fastmail.com> - 2016-04-24 22:00 +0200
      Re: [PATCH v2] Enhance kvmconfig Borislav Petkov <bp@alien8.de> - 2016-04-24 22:20 +0200
        Re: [PATCH v2] Enhance kvmconfig Andrey Utkin <andrey_utkin@fastmail.com> - 2016-04-24 22:40 +0200
          Re: [PATCH v2] Enhance kvmconfig Borislav Petkov <bp@alien8.de> - 2016-04-24 23:00 +0200
            Re: [PATCH v2] Enhance kvmconfig Andrey Utkin <andrey_utkin@fastmail.com> - 2016-04-25 02:50 +0200
              Re: [PATCH v2] Enhance kvmconfig Borislav Petkov <bp@alien8.de> - 2016-04-25 13:00 +0200

csiph-web