All of lore.kernel.org
 help / color / mirror / Atom feed
* can kvm tool load vmlinux?
@ 2011-12-14 21:24 David Evensky
  2011-12-15  0:49 ` Matt Evans
  0 siblings, 1 reply; 2+ messages in thread
From: David Evensky @ 2011-12-14 21:24 UTC (permalink / raw)
  To: kvm


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-15  0:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 21:24 can kvm tool load vmlinux? David Evensky
2011-12-15  0:49 ` Matt Evans

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.