qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: USB support


From: Matthew Mastracci
Subject: [Qemu-devel] Re: USB support
Date: Sat, 05 Nov 2005 16:39:08 -0700
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

1) The host OS must not use the USB device. It means in particular that no host OS driver must be present for that device. The solution I am using is to rename the host kernel module "usb-storage.o" to "usb-storage.o.disabled" so that it is not loaded by Linux. Then QEMU can exclusively access to the corresponding host storage USB device. The same apply to every other type of USB devices.

For those using Fedora Core (and possibly a number of other Linux distributions), you can add your module to /etc/hotplug/blacklist to ensure it won't load. I've been using this trick to get the USB support in VMWare to work for some time.

Matt.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]