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

Re: Re: [Xen-devel] Missing CPU capabilities VMX

To: "Keir Fraser" <keir.fraser@xxxxxxxxxxxxx>
Subject: Re: Re: [Xen-devel] Missing CPU capabilities VMX
From: "Y. D." <duyuyang@xxxxxxxxx>
Date: Mon, 24 Nov 2008 23:52:18 +0800
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 24 Nov 2008 07:52:36 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=XdzCBuTbKLFZVE1+F370/m51t/B9HtgEzt4REupnd7c=; b=Hv6v1N2EnYe+dEchbvuZffnoygNR4YxlSwE11LmtXP9+vFbVU0nC87cvrPKIIzfaXK CxVs3EOhFPVCAOrzBwoBUDXqcdc1v7eVEHXgZZda0rOuMCe2pM2WL9gs5AnKWqwei7GD tjVf5kHMr+OVX6r/gC724gLOcCSEtE+vq3EYw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; b=qWszL5UgGlhA+F/m21ZaAd/mo2ZUMQDKr8Unf6hYtxluQj8k4e4OoWxK+7/QBTZIYG zUUS1q0SY/benG+M4tuI7cf693rMjBXDjmJPJ3O4hJ+TrDzKP/HI460B6I/F5K7xoCDA cRcXXxpq3urT09w7FLOqwri2xX2Gpk8TBGCME=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
>A lot of features are not usable by dom0 kernel and hence are hidden by Xen.

I got it. dom0 is just a domain, so it should not see _some_ features. This is 
reasonable.
Actually, I am trying creating a hvm domain to install debian4 with an ISO file 
installer.
I thought maybe the reason is that dom0 is not configured with vmx feature. 
According to your explanation, I was wrong.
But what is the real problem?
The system is xen-3.3.0 + dom0 generic pv kernel 2.6.18.8 with gnome.
After I entered command: xm create dom.hvm.conf, the console outputs:

Using config file "./dom.hvm.conf".
Started domain dom3

Nothing else happened thereafter. I really don't know what is wrong and what I 
should do.

My hvm configuration is:

import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 512
name = "dom3"
vcpus=1
vif = [ 'type=ioemu' ]
disk = [ 'phy:sdb9,hda,w', 
'file:/xen/dom3/debian-40r5-i386-netinst.iso,hdc:cdrom,r' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
sdl=1
opengl=1
vnc=1
vncpasswd=''
stdvga=0
serial='pty'

Thanks in advance,
Shawn


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

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