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-users

Re: [Xen-users] Supported Dom U platform

To: Jeff Sturm <jeff.sturm@xxxxxxxxxx>
Subject: Re: [Xen-users] Supported Dom U platform
From: Anh Nguyen <nguyenminhanh@xxxxxxxxx>
Date: Tue, 4 May 2010 11:41:22 -0700
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 04 May 2010 11:42:38 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=phLWY+38/sGe97I8DH2Sb0JdUdrHSyp+9EZweqVhSIE=; b=be1SypA0QHM7w9nk7FcVHYcfAcpX5VKJnqx4pr4YiEPDQAftY0kFxRm4k1U2vholGm MzP7yKn+CIWkDZnceOz62Y6Id4VeNOZip40hJi2Is+ckUgB7CXuSJSbUX2zw2pVFSxDW zaakpPBKiS3Z0YzFYmzap/syGe1SCs6aV9U5s=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=vVf0wjSx+kuxsSyKe3sF/kWH0JBlr388Dp+vUb+n03DI7xPdspMekfcNQv5sH4EGA8 ZaqN/iuFeTxpsRJG2kAjYeVrPwFT7CqBKImLMo1poARPNhAGtx9rW7zb/npECB11iWWv C7qw/zrDbICP4o31dv2U4CZLyaoRjIMVWo1L4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <64D0546C5EBBD147B75DE133D798665F055D917D@xxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <v2jf90f1ab01005011624oe2728735tf6144434b2a7968b@xxxxxxxxxxxxxx> <64D0546C5EBBD147B75DE133D798665F055D917D@xxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thanks Jeff,

That certainly answered my previous questions. But leads to other ones :)

1. Why is the code for binary translation and emulation of MIPs, Sparc... and so on still exists in xen.3.4.2 default source ball (in tools\ioemu-qemu-xen). Is it because no one find the need / or want to go through all the hassle to remove them from qemu-xen code just to save a few KB? 

2. If PV domains don't use QEMU. How are core devices normally attached to the motherboard, such as keyboard controller, floppy disk controller, pc speaker, emulated for PV domains? Do they also follow the frontend / backend drivers model? If so where can I find the code for their frontend / backend drivers?

Thanks a lot,


On Tue, May 4, 2010 at 10:20 AM, Jeff Sturm <jeff.sturm@xxxxxxxxxx> wrote:

Xen does virtualization, not emulation.   It supports several CPU architectures, but your domU sees the same CPU as your dom0.

 

That said, on x86-64 platforms you can mix/match 32-bit and 64-bit domains provided the hypervisor is a 64-bit build.   This works because the underlying hardware supports it, not because any emulation is taking place.

 

As I understand it Xen uses QEMU solely for device emulation.  It's required for HVM domains.  Pavarvirtualized domains don't need QEMU at all.

 

From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Anh Nguyen
Sent: Saturday, May 01, 2010 7:24 PM
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Supported Dom U platform

 

Hi everyone,

 

I have two questions:

 

1. Does anyone knows if Xen supports running Dom U (guest) platforms other than x86 and amd64? For examples: MIPs, arm...

I see MIPs and ARM related code inside tools\ioemu-qemu-xen but I am not sure if that is enough.

 

2. My understanding is Xen uses QEMU for HVM device emulation, and QEMU uses binary translation. Does that mean Xen HVM guests will have to go through the binary translation layer? Is this the case if the guest platform and the host platform are the same?

 

Best,


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>