From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Chuck Short <zulcss@gmail.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: Xen Paravirt
Date: Wed, 18 Jul 2007 16:46:32 -0700 [thread overview]
Message-ID: <469EA658.5070106@goop.org> (raw)
In-Reply-To: <27c823430707181545y2e906307rfd88bd81ee9d4274@mail.gmail.com>
Chuck Short wrote:
> Hi,
>
> So that Xen paravirt ops has made it upstream what is needed in order
> to use it?
>
> Any pointers would be much appreciated.
Hm, I should prepare a documentation patch.
If you build the kernel with CONFIG_PARAVIRT=y, CONFIG_XEN=y and enable
the Xen console, block and net devices (they will default =y), then you
should be able to use the resulting kernel with an existing Xen
installation (it will also boot native). Unfortunately you can't use
the same actual kernel image file in both cases, but you can use the
same modules.
To boot native: boot the bzImage file as usual.
To boot under Xen, use the vmlinux file as your kernel image (you can
strip and gzip it if you wish).
The console is hvc0, so you may need to pass console=hvc0 in your Xen
config.
Similarly, the blockfront device is /dev/xvd[abc...][123...]; you'll
probably need to pass the appropriate root= kernel command line option.
It does not support stealing the hdX or sdX names, so that part of the
Xen config will be ignored.
Netfront appears as ethX as usual.
The kernel does not support balloon or suspend/migrate/resume yet, so
that won't work. You should be able to cleanly shutdown/reboot the
domain via xm.
Tell me how it goes!
J
next prev parent reply other threads:[~2007-07-18 23:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-18 22:45 Xen Paravirt Chuck Short
2007-07-18 23:46 ` Jeremy Fitzhardinge [this message]
2007-07-19 4:05 ` Nate Carlson
2007-07-19 5:04 ` Jeremy Fitzhardinge
2007-07-19 6:17 ` Ian Campbell
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=469EA658.5070106@goop.org \
--to=jeremy@goop.org \
--cc=xen-devel@lists.xensource.com \
--cc=zulcss@gmail.com \
/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.