Hi, i am trying to pass two USB devices to my winxp domU guest. The following: usbdevice = ''host:1d6b:0002'' OR usbdevice = ''host:04f3:0232'' works fine, but with only for one of this two devices. Obvious thing usbdevice = [ ''host:1c4f:000e'', ''host:04f3:0232'' ] is not working at all - xl complains about syntax error in the configuration file. Any hints (maybe, patches) how to pass two USB device simultaneously?
Stephan Seitz
2012-Jul-04 16:03 UTC
Re: How to pass more then one USB device to HVM guest?
Am Mittwoch, den 04.07.2012, 11:42 +0400 schrieb Alexander Tumin:> Hi, i am trying to pass two USB devices to my winxp domU guest. > > The following: > > usbdevice = ''host:1d6b:0002'' > > OR > > usbdevice = ''host:04f3:0232'' > > works fine, but with only for one of this two devices. > > Obvious thing > > usbdevice = [ ''host:1c4f:000e'', ''host:04f3:0232'' ] > > is not working at all - xl complains about syntax error in the > configuration file. > > Any hints (maybe, patches) how to pass two USB device simultaneously? >If you''re not bound to xl, I''ld try using xm instead.
Casey DeLorme
2012-Jul-04 16:52 UTC
Re: How to pass more then one USB device to HVM guest?
Alternatively you may also be able to add additional usb devices at runtime with "xl usb_add". If it''s anything more than a keyboard and mouse though you may want to investigate PCI Passthrough, since the HVM qemu-dm only yields USB 1.1. http://wiki.xen.org/wiki/Xen_USB_Passthrough This fellow posted something about a patch for the xm toolstack but I didn''t give it a thorough read and I saw no code submitted: http://old-list-archives.xen.org/archives/html/xen-users/2009-03/msg00029.html On Wed, Jul 4, 2012 at 12:03 PM, Stephan Seitz <s.seitz@netzhaut.de> wrote:> > Am Mittwoch, den 04.07.2012, 11:42 +0400 schrieb Alexander Tumin: > > Hi, i am trying to pass two USB devices to my winxp domU guest. > > > > The following: > > > > usbdevice = ''host:1d6b:0002'' > > > > OR > > > > usbdevice = ''host:04f3:0232'' > > > > works fine, but with only for one of this two devices. > > > > Obvious thing > > > > usbdevice = [ ''host:1c4f:000e'', ''host:04f3:0232'' ] > > > > is not working at all - xl complains about syntax error in the > > configuration file. > > > > Any hints (maybe, patches) how to pass two USB device simultaneously? > > > > If you''re not bound to xl, I''ld try using xm instead. > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users