All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David Evensky" <evensky@dancer.ca.sandia.gov>
To: kvm@vger.kernel.org
Subject: can kvm tool load vmlinux?
Date: Wed, 14 Dec 2011 13:24:18 -0800	[thread overview]
Message-ID: <20111214212418.GD11075@dancer.ca.sandia.gov> (raw)


I've been trying see if I can use a vmlinux kernel binary image with kvm tool.
If use a bzImage as

    lkvm run -k .../bzImage --console serial -d /dev/null

which runs until it expectedly dies since I didn't give it an initramfs or disk.
However, when I try:

    lkvm run -k .../bzImage --console serial -d /dev/null

I get the following printed and then nothing:

  # kvm run -k .../vmlinux -m 448 -c 4 --name guest-12289
  Warning: .../vmlinux is not a bzImage. Trying to load it as a flat binary...


Is this supposed to work?

Thanks,
\dae


             reply	other threads:[~2011-12-14 21:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-14 21:24 David Evensky [this message]
2011-12-15  0:49 ` can kvm tool load vmlinux? Matt Evans

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=20111214212418.GD11075@dancer.ca.sandia.gov \
    --to=evensky@dancer.ca.sandia.gov \
    --cc=kvm@vger.kernel.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.