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] Consolidating multiple machines. Feasible?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Consolidating multiple machines. Feasible?
From: Javier Guerra <javier@xxxxxxxxxxx>
Date: Thu, 15 Feb 2007 08:05:44 -0500
Delivery-date: Thu, 15 Feb 2007 05:05:34 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200702151727.04713.dm.maillists@xxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <200702151727.04713.dm.maillists@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.6
On Wednesday 14 February 2007, Daniel McAllansmith wrote:
> Given hardware based virtualisation, are devices (eg graphics, sound, tv
> cards...) in domUs going to work just like it was the native OS?

no.  'hardware based virtualisation' only means that Intel and AMD added some 
tricks to their processors to overcome some limitations that used to make CPU 
virtualisation much harder than it is on almost any other CPU.

only CPU and RAM are virtualised; the rest of the hardware (net, block device, 
screen, keyboard, PCI, USB) is all emulated, using code borrowed from qemu

you can select PCI devices to be accessed by a domU instead of by dom0; but 
it's very experimental on HVM domUs (works on PV domUs).  even with that, 
screen cards are usually the thoughest to reassign (IOW: no)

> Can individual USB devices be reserved for use by a domU?

there's some experimental code for that, but AFAIK, not ready yet.

> Can domUs be nested?  E.g. run a windows machine in the domU linux
> workstation (in a window).

not on pure Xen; but you could run Qemu on a domU.  no accelerator, 
unfortunately (that means the slowest variety of qemu)

> Can hardware be relinquished by a domU?  Perhaps through some sort of
> tricky virtual machine migration?

no.  PCI initialisation is very complex; you'd need a guest OS that knows how 
to do that and a lot of help from the hypervisor.  much easier is to use it 
from dom0 and share it like on a network.

> What happens if you try to give reserved hardware to a domU when another
> domU already has it?

you can't.  the hypervisor won't allow. (and the userland tools check for 
conflicts before starting the domU)

> It seems desirable to have as little as possible running on dom0.  Are
> there management tools which handle headless dom0 and the need to shutdown
> a certain domU to free up hardware so the desired domU can be started up?

not that i've heard.  anyway, the hardware in question would have to be 
hard-reset to return it to power-up state, so that the new guest OS would 
find it as expected.  i don't know if that's possible without interfering 
with the whole PCI bus.


-- 
Javier

Attachment: pgpI7WjLZX2zu.pgp
Description: PGP signature

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