Hi there ! I´m trying to configure multiple usb devices for one of my windows VMs without success. Below is my configuration file: # Automatically generated xen config file name = "windows" builder = "hvm" memory = "384" uuid = "d129300b-275a-aa93-e64b-c148c116c2c8" disk = [ ''phy:/dev/bluegene/qemu,ioemu:hda,w'' ] vif = [ ''type=ioemu,bridge=xenbr0,mac=00:16:3e:63:a7:a3'' ] on_reboot = ''restart'' on_crash = ''restart'' kernel = ''/usr/lib/xen/boot/hvmloader'' device_model = ''/usr/lib64/xen/bin/qemu-dm'' sdl = 0 # use SDL for graphics vnc = 1 # use VNC for graphics vncviewer = 0 # spawn vncviewer by default nographic = 0 # don''t use graphics serial=''pty'' # enable serial console vncpasswd="XXXXXXXX" usb=1 usbdevice = ''tablet'' The VM itself works perfectly. The problem is using more than one usb device at same time. I already tried usbdevice = [ ''tablet'', ''host:0b4d:110a'' ] without success. If I specify only one (tablet OR host:0b4d:110a), it works perfectly. I spend some time trying to find the correct sintax but, I didn´t find it. Ideas ? TIA ! Claudio Cuqui _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users