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] support for hvm

To: Aclhk Aclhk <aclhkaclhk@xxxxxxxxx>
Subject: Re: [Xen-users] support for hvm
From: Andrew Lyon <andrew.lyon@xxxxxxxxx>
Date: Fri, 29 Jan 2010 10:34:46 +0000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 29 Jan 2010 02:36:10 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=ZySvg5OI6U3rR/2Dx/ydfvsNZLnCth+D8yYolznbC5k=; b=UeoR2/GpoCVtdECFacVr6W1tkEv55ZJU4tem6FQo0+inQ0bTxPJNaQ2ve1M+Up2AlQ ODFM78lJ7m1IUv6gO6eBKkgUqXUP556RQ2YWPM3Zs+a6aEMVvX8OlYpMSRf6TvpGZac5 CtYaDgzuuXTjNG53YkfjeyK27i9YjRLzhcyFI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=drr8CcR+iP+0sPHSOghRdSKM6POqCF+A7Bt1xOBZkNaJLKW1uZT01ijS48ayG2sln2 RfBfbBZx/qWaSX2dtFx7JL5VZt5aj2JJ3GLQwyMU7gCu1FRFFX8gJEe/QSCoij40rIEm 5v+q9eK2xKdmRE4uB69wW9x0xTMDmyZQyZ3LA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <992674.44822.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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: <992674.44822.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


On Fri, Jan 29, 2010 at 9:20 AM, Aclhk Aclhk <aclhkaclhk@xxxxxxxxx> wrote:
my server has intel q9550 cpu (which supports intel-vt) and intel s3200 motherboard. BIOS has enabled intel virtualisation.

centos 5.4, 64bit
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-164.el5xen #1 SMP Thu Sep 3 04:03:03 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux


[root@localhost ~]# grep vmx /proc/cpuinfo
flags           : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx smx est tm2 cx16 xtpr lahf_lm
flags           : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx smx est tm2 cx16 xtpr lahf_lm
flags           : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx smx est tm2 cx16 xtpr lahf_lm
flags           : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx smx est tm2 cx16 xtpr lahf_lm

why HVM is disabled in virtmanager? it said either cpu or bios not enabled with intel-vt..

xm create source-c5.4-hvm-lvm
Using config file "/etc/xen/source-c5.4-hvm-lvm".
Error: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS?

name = "source-c5.4-hvm-lvm"
uuid = "5306fbe1-f032-5db4-af5e-3ac726d97689"
maxmem = 512
memory = 512
vcpus = 1
builder = "hvm"
kernel = "/usr/lib/xen/boot/hvmloader"
boot = "c"
pae = 1
acpi = 1
apic = 1
localtime = 0
>>> device_model = "/usr/lib64/xen/bin/qemu-dm"
sdl = 0
vnc = 1
vncunused = 1
keymap = "en-us"
disk = [ "file:/var/lib/xen/images/source-c5.4-hvm-lvm.img,hda,w", ",hdc:cdrom,r" ]
vif = [ "mac=00:16:36:46:20:de,bridge=xenbr0,script=vif-bridge" ]
parallel = "none"
serial = "pty"

virsh # version
Compiled against library: libvir 0.6.3
Using library: libvir 0.6.3
Using API: Xen 3.0.1
Running hypervisor: Xen 3.1.0

pls advise


Yahoo!香港提供網上安全攻略,教你如何防範黑客!了解更多
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users.


Did you power cycle the server after enabling vt in the bios? Some servers require a full power off reset for the change to be effective.

Andy

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