From: "Y. D." <duyuyang@gmail.com>
To: Keir Fraser <keir.fraser@eu.citrix.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: Re: Missing CPU capabilities VMX
Date: Mon, 24 Nov 2008 23:52:18 +0800 [thread overview]
Message-ID: <200811242346582555963@gmail.com> (raw)
>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
next reply other threads:[~2008-11-24 15:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-24 15:52 Y. D. [this message]
2008-11-24 15:58 ` Missing CPU capabilities VMX Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200811242346582555963@gmail.com \
--to=duyuyang@gmail.com \
--cc=keir.fraser@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.