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-ppc-devel

Re: [XenPPC] paravirt_ops

To: Yoder Stuart-B08248 <stuart.yoder@xxxxxxxxxxxxx>
Subject: Re: [XenPPC] paravirt_ops
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Mon, 15 Jan 2007 12:31:15 -0600
Cc: xen-ppc-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 15 Jan 2007 10:30:51 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <9696D7A991D0824DBA8DFAC74A9C5FA302203307@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
References: <9696D7A991D0824DBA8DFAC74A9C5FA302203307@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Mon, 2007-01-15 at 11:21 -0700, Yoder Stuart-B08248 wrote:
> Is paravirt_ops an X86 thing only?  I'm assuming this ops 
> structure in Linux was to enable VMware and Xen to share a
> common OS-to-hypervisor interface.

Correct.

> On Linux/powerpc we don't need this because we don't have competing
> hypervisors.  Correct?

Actually we do have competing hypervisors: pSeries, iSeries, Xen, and of
course bare metal. We have already solved this problem though, since we
have function pointers for platform-specific operations like
"hpte_insert".

In fact we solved it so well, paravirt_ops was modeled on PowerPC's
struct machdep_calls. x86 is playing catchup here.

-- 
Hollis Blanchard
IBM Linux Technology Center


_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel

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