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

[Xen-users] Re: HVM or PV

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Re: HVM or PV
From: "Brian P. Martin" <Brian@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 13 Aug 2009 12:38:46 -0700
Delivery-date: Thu, 13 Aug 2009 12:39:29 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20090813184937.A2703D5CA@xxxxxxxxxxxxxxxxxxxx>
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: <20090813184937.A2703D5CA@xxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcocRtDPc1oo5SyqQdiH8KHm9YL6gQABEZQQ
Geert,

> I'm just an average xen user, but I'm not really sure this is a valid
> or reliable test. I have got a Dual CPU, dual core AMD Opteron 221
> machine running xen. So I would expect the svm flag in
> /proc/cpuinfo. I don't see it,
> neither in dom0, nor in any of my PV domUs.

I just learned this one a few weeks ago myself.  You won't see svm in
/proc/cpuinfo, even if it's enabled.  Xen is a small(ish) OS that runs both
dom0 and domU.  Dom0 has more privileges, but it's still a guest.  Xen hides
svm from both dom0 and domU -- probably because it needs to reserve those
functions for itself.  In any case, /proc/cpuinfo in dom0 reports what is
available to dom0, not to Xen.  

To see what Xen sees, use "xm info" from dom0.  The line that starts
"xen_caps" should have entries with "hvm" if your hardware supports
virtualization.  (Thanks to Doug Magee for that info.)

Good luck,

                 -Brian Martin


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

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