From mboxrd@z Thu Jan 1 00:00:00 1970 From: jim burns Subject: Re: Problems with 'xl create winxp' (hvm) on xen 4.1.2 (also affects GPLPV) Date: Sat, 29 Oct 2011 02:17:49 -0400 Message-ID: <9873598.H8yuxEpZYE@dell4550> References: <1758215.SCbitK4oVy@dell4550> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1758215.SCbitK4oVy@dell4550> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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.