qemu: pass -usb and usb hubs earlier, so USB disks with static address are handled properly

This commit is contained in:
Vladislav Bogdanov
2012-10-30 08:54:32 +01:00
committed by Michal Privoznik
parent 8f708761c0
commit 81af5336ac
234 changed files with 463 additions and 461 deletions
@@ -1,4 +1,4 @@
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=none \
/usr/bin/qemu -S -M pc -m 214 -smp 1 -monitor unix:/tmp/test-monitor,server,\
nowait -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none \
-parallel none -usb -vnc '[2001:1:2:3:4:5:1234:1234]:3'
nowait -no-acpi -boot c -usb -hda /dev/HostVG/QEMUGuest1 -net none -serial none \
-parallel none -vnc '[2001:1:2:3:4:5:1234:1234]:3'