On Sat October 29 2011, 1:57:12 AM, jim burns wrote:
> For the remaining problems, note that 'xl create winxp' creates a qemu-dm
> process with the following parameters:
>
> qemu-dm -d 8 -domain-name winxp -vnc 0.0.0.0:3 -k en-us -serial pty
> -videoram 4 -boot cda -usb -usbdevice tablet -soundhw es1370 -acpi -vcpus
> 2 -vcpu_avail 0x3 -net nic,vlan=0,macaddr=00:16:3e:23:1d:36,model=rtl8139
> -net tap,vlan=0,ifname=tap8.0,bridge=xenbr0,script=no -M xenfv
Note, starting the domain with 'xm create' with the same config results in:
/usr/lib/xen/bin/qemu-dm -d 11 -domain-name winxp -videoram 4 -k en-us -vnc
0.0.0.0:3 -monitor vc -vcpus 2 -vcpu_avail 0x3 -boot cda -soundhw es1370 -
localtime -serial pty -acpi -usbdevice tablet -net
nic,vlan=1,macaddr=00:16:3e:23:1d:36,model=rtl8139 -net
tap,vlan=1,ifname=tap11.0,bridge=xenbr0 -M xenfv
Note, 'xl create' does not pass the '-localtime' option, and its '-net tap'
specifies 'script=no', unlike 'xm create'. Also, for some reason, the vlan
numbers are different between xl and xm.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|