[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] usb passthrough
> > If I understand the docs > (http://www.nabble.com/-RFC--PATCH-0-4--PVUSB:-add-paravirtualized-USB-s > upport-for-Xen-td22550607.html), I can't have a USB harddisk used by > Dom0 and also pass through another USB harddisk to DomU, because Dom0 > will claim the device. > > Is this a fundamental issue that can't be solved without a lot of > mucking around or is there an easier way around it? > I have found that I can do the following: echo -n "1-7:1.0" >/sys/bus/usb/drivers/usb-storage/unbind echo -n "1-7:1.0" >/sys/bus/usb/drivers/usbback/bind which will cause usb-storage to unbind from the device and then get usbback to bind to it. Not completely ideal but it should work for the testing I want to do. It would be nicer if we could do something like "echo -n '1-7:1.0' >/sys/bus/usb/drivers/usb-storage/never_bind" or something to permanently block a driver from binding to a specific device, but that's a post for another list :) James _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |