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-devel

[Xen-devel] Network Problem with the HVM windowsXP domainU

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Network Problem with the HVM windowsXP domainU
From: BEI GUAN <gbtju85@xxxxxxxxx>
Date: Thu, 22 Apr 2010 20:15:34 +0800
Delivery-date: Thu, 22 Apr 2010 05:16:36 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=AHTw/mMkzdK95ni/joF6d3KCtysq9J+JK0xibU4ejH8=; b=s4fperGCk8Hv1m6m3XsWX5953hQofZnjckNmOl31SHotEefeCQkkLraHKXw4bz7sPV oEEOncZsOMMAc11LS6Sl2SzxU6h+asyuqi943qpbHuIvpKA9wKPhI9wLTKzYsFsvceLC hoNUym1D9Pq5YEfjidL3rXbk8IwNTWi8YnyMo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Z52W2mXsyCtcCjAKBlmHDMfyrCoM6TEz3RAos5VDTZ9i5B/bzSHNcitCuwbC4Nyswn nytOmwptxbxlGSR895zWcvVVAp6Gpan3F4GWlskUC16dadZdR/KLn4oelSygiU7S3QAl Mg/ffjtLyoTgar4nntjTpaLsl/OMjH8fmBsgE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hello, everyone,

I'm having several problems with xen hvm. The Xen version is 3.3.0, domain 0 is Fedora 8, and hvm domainU is Windows XP.


1. My hvm(Win_xp) can not access to the internet because it can not connet to the default gateway. My config file is listed below and my domain 0 can access internet normally.


2. The option "full-screen" in the config file seems to not work. When setting "full-screen=1", I can not create the hvm. The detail error like this:

   [root@localhost windowsxp]# xm create winxp.hvm --vncviewer
    Using config file "./winxp.hvm".
    Error: Errors were found at line 219 while processing ./winxp.hvm:
            full-screen=1


3. The option "usbdevice" in the config file seems to not work correctly, when there are more than one "usbdevice" options are set. I mean that only the last option can work correctly when more than one "usbdevice" options are set. For example, in my winxp.hvm file (as following), the "usbdevice='tablet'" can not work. However, the last one, "usbdevice="host:0ea0:2168" can work correctly.



My winxp.hvm file as following:
#=============================
======================
import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'

#----------------------------------------------------------------------------
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 1024
name = "WinXp_HVMDomain"
vcpus=1
pae=1
vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0, model=ne2k_pci' ]
disk = [ 'file:/root/mycode/img/windowsxp/winxp.img,ioemu:hda,w' ]
> on_reboot   = 'restart'
on_crash    = 'restart'
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot="c"
sdl=0
opengl=1
vnc=1
vnclisten="0.0.0.0"
vncdisplay=1
vncunused=0
vncpasswd='123'
stdvga=0
serial='pty'
monitor=1
localtime=8
#full-screen=0
#---Usb Setting------
usb=1
#usbdevice='mouse'
usbdevice='tablet'
usbdevice="host:0ea0:2168"



Your early reply is my great appreciation. Thank you very much.

Yours Sincerely,
gavin
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Network Problem with the HVM windowsXP domainU, BEI GUAN <=