usb-host: move legacy cmd line bits

The code handling the "-usbdevice host:..." legacy command line
syntax is moved to the new hw/usb/host-legacy.c file.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2013-01-23 14:15:38 +01:00
parent 9db7c41419
commit 4075975d83
5 changed files with 191 additions and 102 deletions

2
configure vendored
View file

@ -3723,7 +3723,7 @@ fi
# USB host support
case "$usb" in
linux)
echo "HOST_USB=linux" >> $config_host_mak
echo "HOST_USB=linux legacy" >> $config_host_mak
;;
bsd)
echo "HOST_USB=bsd" >> $config_host_mak