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

[Xen-users] How to specify multiple usb devices - hvm

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] How to specify multiple usb devices - hvm
From: Claudio Cuqui <claudio@xxxxxxxxxxxxxxxx>
Date: Fri, 04 Jan 2008 20:45:31 -0200
Delivery-date: Fri, 04 Jan 2008 14:46:06 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.12 (X11/20070530)
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



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] How to specify multiple usb devices - hvm, Claudio Cuqui <=