From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [PATCH] kvm tools: Boot to host /bin/sh via 9p by default Date: Tue, 09 Aug 2011 20:33:31 +0300 Message-ID: <1312911211.29737.16.camel@jaguar> References: <1312904014-3538-1-git-send-email-penberg@kernel.org> <4E41676A.90000@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Linus Torvalds , Asias He , Cyrill Gorcunov , Ingo Molnar , Prasad Joshi , Sasha Levin To: Avi Kivity Return-path: Received: from filtteri2.pp.htv.fi ([213.243.153.185]:47772 "EHLO filtteri2.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754153Ab1HIRdd (ORCPT ); Tue, 9 Aug 2011 13:33:33 -0400 In-Reply-To: <4E41676A.90000@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 2011-08-09 at 19:59 +0300, Avi Kivity wrote: > On 08/09/2011 06:33 PM, Pekka Enberg wrote: > > This patch updates 'kvm run' to boot to host filesystem via 9p '/bin/sh' by > > default: > > > > $ ./kvm run > > # kvm run -k ../../arch/x86/boot/bzImage -m 320 -c 2 --name guest-3462 > > [ 0.000000] Linux version 3.1.0-rc1+ (penberg@tiger) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #7 SMP PREEMPT Tue Aug 9 16:39:20 EEST 2011 > > [ 0.000000] Command line: notsc noapic noacpi pci=conf1 reboot=k panic=1 console=ttyS0 earlyprintk=serial init=/bin/sh root=/dev/vda rw root=/dev/root rootflags=rw,trans=virtio,version=9p2000.u rootfstype=9p > > > > [snip] > > > > [ 1.803261] VFS: Mounted root (9p filesystem) on device 0:13. > > [ 1.805153] devtmpfs: mounted > > [ 1.808353] Freeing unused kernel memory: 924k freed > > [ 1.810592] Write protecting the kernel read-only data: 12288k > > [ 1.816268] Freeing unused kernel memory: 632k freed > > [ 1.826030] Freeing unused kernel memory: 1448k freed > > sh: cannot set terminal process group (-1): Inappropriate ioctl for device > > sh: no job control in this shell > > sh-4.1# > > > > Most kernels won't have 9p built-in, so how about building a tiny initrd > to load the needed modules? Sure. Can we do that in portable way across distributions? We already support the "-i" command line option, btw, if you already have a working initrd somewhere. > btw, I get > > # ./kvm run > # kvm run -k ../../arch/x86/boot/bzImage -m 1728 -c 24 --name guest-10193 > Is that with or without 9p built into the kernel image? There's a full list of required options in tools/kvm/README. Pekka