summary refs log tree commit diff stats
path: root/hw/usb-net.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2011-12-16 11:54:11 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-01-13 10:25:44 +0100
commit097db4384860b4363364eb531285296f616d89e5 (patch)
treed011fd4dbb6fd36dbe01974f0ea43002756400d6 /hw/usb-net.c
parent515aa3c57986b3e26558d72ecaeb7545ecd30510 (diff)
downloadfocaccia-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-net.c')
0 files changed, 0 insertions, 0 deletions