From: Anthony Liguori <aliguori@us.ibm.com>
To: "Ronald G. Minnich" <rminnich@lanl.gov>
Cc: "Magenheimer,
Dan (HP Labs Fort Collins)" <dan.magenheimer@hp.com>,
Joshua LeVasseur <jtl@ira.uka.de>,
xen-devel@lists.xensource.com
Subject: Re: Re: Pre-virtualization, was Re: linux/arch/xen/i386 or linux/arch/i386/xen
Date: Fri, 20 May 2005 13:32:33 -0500 [thread overview]
Message-ID: <428E2D41.20206@us.ibm.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0505201154350.28152@enigma.lanl.gov>
Ronald G. Minnich wrote:
>On Sat, 21 May 2005, aq wrote:
>
>
>>Joshua, as I understand, this project would be a competitor of Xen?
>>
>>
>http://l4hq.org/cvsweb/cvsweb/~checkout~/afterburner/afterburn-wedge/doc/userman.pdf?content-type=application/pdf
>
>for the manual.
>
>You still have to modify the kernel, it seems.
>
>
Strictly speaking you should be able to achieve "full virtualization"
with toolchain modifications. Think of the comparision to VMX. VMX
provides exits to call into the hypervisor when certain instructions are
executed that are not virtualization friendly. With pre-virtualization,
you have the compiler pad virtualization unfriendly instructions with
nop's and then at load time, replace all of those unfriendly sequences
with calls to the hypervisor. This way, the same kernel can run on bare
metal or within a hypervisor.
Of course, just as is likely with VMX, you're probably gonna want to do
some hand-tuning of Linux for performance reasons. It seems like
afterburner incorporates these types of optimizations.
I'd really like to see a "pure" form of pre-virtualization that required
no modifications at all to the underlying source tree. Besides being
interesting from an academic standpoint I think it would be highly
useful for support legacy Open Source operating systems.
I'm very excited about this technology. I imagine that you can get all
the benefits of binary-rewriting with less complexity and better
performance (with the only limitation being that you have the source
code for the OS which is fine by me).
Regards,
Anthony Liguori
>Are there fewer mods? What is the advantage of this over Xen? I think I'm
>missing a key point here.
>
>ron
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>
>
>
next prev parent reply other threads:[~2005-05-20 18:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-20 16:47 Pre-virtualization, was Re: linux/arch/xen/i386 or linux/arch/i386/xen Magenheimer, Dan (HP Labs Fort Collins)
2005-05-20 16:57 ` Joshua LeVasseur
2005-05-20 17:23 ` aq
2005-05-20 17:55 ` Ronald G. Minnich
2005-05-20 18:32 ` Anthony Liguori [this message]
2005-05-20 19:26 ` Ronald G. Minnich
2005-05-20 18:47 ` aq
2005-05-20 19:49 ` Ronald G. Minnich
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=428E2D41.20206@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=dan.magenheimer@hp.com \
--cc=jtl@ira.uka.de \
--cc=rminnich@lanl.gov \
--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.