All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pekka Enberg <penberg@kernel.org>
To: Avi Kivity <avi@redhat.com>
Cc: kvm@vger.kernel.org,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Asias He <asias.hejun@gmail.com>,
	Cyrill Gorcunov <gorcunov@gmail.com>, Ingo Molnar <mingo@elte.hu>,
	Prasad Joshi <prasadjoshi124@gmail.com>,
	Sasha Levin <levinsasha928@gmail.com>
Subject: Re: [PATCH] kvm tools: Boot to host /bin/sh via 9p by default
Date: Tue, 09 Aug 2011 20:33:31 +0300	[thread overview]
Message-ID: <1312911211.29737.16.camel@jaguar> (raw)
In-Reply-To: <4E41676A.90000@redhat.com>

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
> <hang>

Is that with or without 9p built into the kernel image? There's a full
list of required options in tools/kvm/README.

			Pekka



  reply	other threads:[~2011-08-09 17:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-09 15:33 [PATCH] kvm tools: Boot to host /bin/sh via 9p by default Pekka Enberg
2011-08-09 15:36 ` Pekka Enberg
2011-08-09 15:37   ` Ingo Molnar
2011-08-09 16:59 ` Avi Kivity
2011-08-09 17:33   ` Pekka Enberg [this message]
2011-08-09 20:06   ` Sasha Levin
2011-08-09 20:15     ` Pekka Enberg
2011-08-09 20:30       ` Sasha Levin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1312911211.29737.16.camel@jaguar \
    --to=penberg@kernel.org \
    --cc=asias.hejun@gmail.com \
    --cc=avi@redhat.com \
    --cc=gorcunov@gmail.com \
    --cc=kvm@vger.kernel.org \
    --cc=levinsasha928@gmail.com \
    --cc=mingo@elte.hu \
    --cc=prasadjoshi124@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.