diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2011-12-16 11:54:11 +0100 |
|---|---|---|
| committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-01-13 10:25:44 +0100 |
| commit | 097db4384860b4363364eb531285296f616d89e5 (patch) | |
| tree | d011fd4dbb6fd36dbe01974f0ea43002756400d6 /hw/usb-msd.c | |
| parent | 515aa3c57986b3e26558d72ecaeb7545ecd30510 (diff) | |
| download | focaccia-qemu-097db4384860b4363364eb531285296f616d89e5.tar.gz focaccia-qemu-097db4384860b4363364eb531285296f616d89e5.zip | |
usb-host: rip out legacy procfs support
This patch removes support for parsing /proc/bus/usb/devices for device discovery. The code lacks a few features compared to the sysfs code and is also bitrotting as everybody has sysfs these days. This implies having sysfs mounted is mandatory now to use the usb-host driver. udev isn't required though. qemu will prefer the udev-managed device nodes below /dev/bus/usb, but in case this directory isn't preset qemu will use the device nodes below /proc/bus/usb (default usbfs mount point). Bottom line: make sure you have both sysfs and usbfs mounted properly, and everything should continue to work as it did before. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb-msd.c')
0 files changed, 0 insertions, 0 deletions