mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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:
parent
9db7c41419
commit
4075975d83
5 changed files with 191 additions and 102 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue