[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Network Problem with the HVM windowsXP domainU
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |