From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Atsushi SAKAI <sakaia@jp.fujitsu.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: Question about paravirt_ops (hardware_subarch in boot.txt)
Date: Wed, 28 Jan 2009 21:04:59 -0800 [thread overview]
Message-ID: <498138FB.6060904@goop.org> (raw)
In-Reply-To: <20090126083521.ACD9B18061@m021.s.css.fujitsu.com>
Atsushi SAKAI wrote:
> Hi,
>
> I have a question about paravirt_ops switch on Xen tool side.
> According to boot.txt 2.07(for example linux-2.6.28/Documentations/x86/boot.txt)
> "hardware_subarch" sets the boot hypervisor.
> (for lguest and Xen)
>
> but Xen code does not have the code which write the "hardware_subarch"
>
> In my survey, the patch which writes value "hardware_subarch" is already posted.
> http://lists.xensource.com/archives/html/xen-devel/2007-06/msg00619.html
> But It does not included xen-unstable at this moment.
>
> Would you point the installation procedure on Xen side?
>
> or paravirt_ops(x86) for Xen supports another method to boot?
> (like option rom for vmi)
Xen does not use the subarch mechanism to boot. The bzImage file
contains a complete ELF file of the kernel, which includes ELF notes in
its notes section. One of these notes contains the entry address for
the kernel, which points to the first instruction of the Xen-specific
boot path.
Install details are inherently distro-dependent, but current versions of
Redhat and Fedora will happily do a full PV install if you start their
standard install kernel+initrd image under Xen.
If you use pygrub, you can use the same grub config file to boot the
same kernel either native or under Xen.
J
prev parent reply other threads:[~2009-01-29 5:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-26 8:35 Question about paravirt_ops (hardware_subarch in boot.txt) Atsushi SAKAI
2009-01-29 5:04 ` Jeremy Fitzhardinge [this message]
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=498138FB.6060904@goop.org \
--to=jeremy@goop.org \
--cc=sakaia@jp.fujitsu.com \
--cc=xen-devel@lists.xensource.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.