WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: Xen/ia64 status (and solicitation for alpha testers and

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: Xen/ia64 status (and solicitation for alpha testers and developers)
From: Dan Magenheimer <dan.magenheimer@xxxxxx>
Date: Thu, 16 Dec 2004 16:39:10 +0000 (UTC)
Delivery-date: Thu, 16 Dec 2004 16:42:51 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <516F50407E01324991DD6D07B0531AD5116FD4@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <200412100115.56858.maw48@xxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Loom/3.14 (http://gmane.org/)
Mark Williamson <maw48 <at> cantab.net> writes:

> > Xenlinux must go 
> > through a binary-translation pass after which it is essentially fully
> > virtualized but as a result is quite slow (4x).
> 
> That sounds interesting - what exactly does the binary translation pass do?
> 
> Just curious...

Sorry about the delayed response...

Since Xenlinux/ia64 is demoted, all privileged instructions trap
and are emulated.  The real problem is with "privilege sensitive"
instructions -- those instructions that don't trap but behave
differently depending on whether they execute privileged or not.
There are three of these on ia64.  Also, there are certain registers
that can be read at any privilege level but can only be written
when privileged.  Examples include the eight "kernel registers"
and the cpuid registers.

All the privilege-sensitive (and reads of write-privilege-sensitive
registers) also need to trap and be emulated.  I force this to
happen by finding and translating all such instructions to other
unique illegal/privilged bit patterns that trap.

This is all slow but, as with x86, paravirtualization will greatly
reduce the number of privops emulated and bring performance to
within a couple percent of native (as demonstrated in our VM'04
paper on vBlades).

Hope that helps!
Dan







-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>