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] HVM and Intel VT processors

To: Ma-ris Ruskulis <maris@xxxxxxxx>
Subject: Re: [Xen-users] HVM and Intel VT processors
From: Javier Guerra <javier@xxxxxxxxxxx>
Date: Wed, 28 Jan 2009 10:10:11 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 28 Jan 2009 07:11:24 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <498069AB.8040804@xxxxxxxx>
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: <498069AB.8040804@xxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, Jan 28, 2009 at 9:20 AM, Ma-ris Ruskulis <maris@xxxxxxxx> wrote:
> Hello!
> I'm wondering about installing windows server on xen-hvm, I have VT
> enabled cpu's. Do I need install GPLPW drivers to get better
> performance? Or the cpu's will do that work? As stands here:
> http://www.virtuatopia.com/index.php/An_Overview_of_Virtualization_Techniques#Hardware_Virtualization
> then VT enabled cpu's will enshure. that unmodified guest virtual
> machines will run without the overheads. Is this true?

it's a common misconception that VT features give some kind of
performance benefits; but it's totally wrong.

VT features just make it possible to virtualize almost the whole CPU
without resorting to software emulation.  that's what HVM guests are.

but the rest of the hardware (especially storage, network, and display
devices) is still emulated in software.  VT doesn't do a thing there.

PV drivers bring the performance benefits of paravirtualization to the
parts of a closed OS (windows) that can be replaced: device drivers.


in short:  fully PV guests can only run modifiable (open source,
mostly) OSs.  for non-modifiable (windows) OSs you need VT, but
periferals are emulated, thus slow.  PV drivers fix that.

-- 
Javier

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

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