diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2013-01-23 14:15:38 +0100 |
|---|---|---|
| committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-02-19 12:30:05 +0100 |
| commit | 4075975d832c55abdfc951726e54f9a28a2421c8 (patch) | |
| tree | 21dfc6cf02427fa6960b431967c7fd135868e4c9 /configure | |
| parent | 9db7c41419e89adee5650a5868ac91e83614abf5 (diff) | |
| download | focaccia-qemu-4075975d832c55abdfc951726e54f9a28a2421c8.tar.gz focaccia-qemu-4075975d832c55abdfc951726e54f9a28a2421c8.zip | |
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>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index bf5970f74b..42cb3144a5 100755 --- a/configure +++ b/configure @@ -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 |