Hi all,
Today I am testing xen 4.5 unstable,
and want to make some comparison between qemu-xen and
qemu-xen-traditional.
I firstly create hvm domU with qemu-xen and try to use the similar config
file to boot with qemu-xen-traditional. It's quite strange that
qemu-xen-traditional cannot attach disk image at boot time, including raw
and vhd.
Does anyone have the same experience? Or is
there any solution to fix it?
My config to boot hvm domU with
qemu-xen-traditional is :
name='centos'
builder="hvm"
memory=4096
vcpus=4
vif=['bridge=br0']
disk=['tap2:vhd:/srv/local/2.vhd,xvda,rw','tap2:aio:/srv/local/CentOS-6.4-x86_64-LiveCD.iso,hdb,ro,cdrom']
boot='c'
device_model_version="qemu-xen-traditional"
viridian=1
vnc=1
vnclisten="0.0.0.0"
localtime=1
usbdevice=["tablet"]
|