Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752893AbcDXQau (ORCPT ); Sun, 24 Apr 2016 12:30:50 -0400 Received: from mail.skyhub.de ([78.46.96.112]:56458 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752724AbcDXQat (ORCPT ); Sun, 24 Apr 2016 12:30:49 -0400 Date: Sun, 24 Apr 2016 18:30:46 +0200 From: Borislav Petkov To: Andrey Utkin , Paolo Bonzini Cc: linux-kernel@vger.kernel.org, x86@kernel.org, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" Subject: Re: [PATCH v2] Enhance kvmconfig Message-ID: <20160424163046.GD3822@pd.tnic> References: <1461432408-6087-1-git-send-email-andrey_utkin@fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1461432408-6087-1-git-send-email-andrey_utkin@fastmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1513 Lines: 46 On Sat, Apr 23, 2016 at 08:26:48PM +0300, Andrey Utkin wrote: > Dropped BALLOON entries as suggested by Borislav Petkov. Tested. > > This was tested only on Hetzner CX10 VPS. I don't know how recent KVM > server stuff they use. > Tests & reports from anybody else are appreciated. > I guess some of added options may be not strictly necessary or make not > that lot of sense as enabled by default, feel free to ask me to drop > some and test how it works. > Thanks. > ---8<--- > "make defconfig kvmconfig" is supposed to end up with usable kernel for > KVM guest. In practice, it won't work for e.g. Hetzner VPS (KVM-based) > unless you add these options. > > Signed-off-by: Andrey Utkin > --- > arch/x86/configs/kvm_guest.config | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/x86/configs/kvm_guest.config b/arch/x86/configs/kvm_guest.config > index f9affcc..9c78145 100644 > --- a/arch/x86/configs/kvm_guest.config > +++ b/arch/x86/configs/kvm_guest.config > @@ -26,3 +26,8 @@ CONFIG_VIRTIO_NET=y > CONFIG_9P_FS=y > CONFIG_NET_9P=y > CONFIG_NET_9P_VIRTIO=y > +CONFIG_SCSI_LOWLEVEL=y > +CONFIG_SCSI_VIRTIO=y > +CONFIG_VIRTIO_INPUT=y > +CONFIG_VIRTIO_MMIO=y > +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y > -- Frankly, I'm still not sure we want to do this. Apparently, virtio is the way to go on kvm but it is not absolutely necessary to get a booting guest. Paolo, what do you think? -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.