[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Linux HVM



Try create HVM with this config:

builder = "hvm"
name = "Test-HVM"
memory=1024 
vcpus=2
xen_platform_pci=0
vif = [ 'mac=00:16:4f:02:02:15, bridge=xenbr0, model=e1000' ]
disk = [ 
 'phy:/dev/vg0/TEST-HVM,hda,w', 
 'file:/scratch/debian/jessie/HVM/i386/debian-8.3.0.iso,hdc:cdrom,r'
]
boot="dc"
sdl=0
vnc=1
serial='pty'


I'm assuming you're running xen in Dom0.
xl info
if you are using xl

xm info 
if you are using xm

It show your system compatibilities, like this: 

host                   : my_host
release                : 3.13.0-83-generic
version                : #127-Ubuntu SMP Fri Mar 11 00:25:37 UTC 2016
machine                : x86_64
nr_cpus                : 2
max_cpu_id             : 3
nr_nodes               : 1
cores_per_socket       : 2
threads_per_core       : 1
cpu_mhz                : 2992
hw_caps                : bfebfbff:20100800:00000000:00000900:0400e3bd:00000000:00000001:00000000
virt_caps              : hvm
total_memory           : 2013
free_memory            : 19
sharing_freed_memory   : 0
sharing_used_memory    : 0
outstanding_claims     : 0
free_cpus              : 0
xen_major              : 4
xen_minor              : 4
xen_extra              : .2
xen_version            : 4.4.2
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          : 
xen_commandline        : placeholder dom0_mem=1200M loglvl=all guest_loglvl=all com1=115200,8n1 console=com1
cc_compiler            : gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
cc_compile_by          : stefan.bader
cc_compile_domain      : canonical.com
cc_compile_date        : Wed Feb 24 21:00:00 UTC 2016
xend_config_format     : 4

You can see xen_caps and virt_caps, hvm compatibility. If your output don't show any hvm, your system is not supported, or you need enable it on bios.
HVM requires Intel VT or AMD-V enabled.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.