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-26 09:09:22 +00:00
committed by Michal Privoznik
parent 8f708761c0
commit 81af5336ac
234 changed files with 463 additions and 461 deletions

View File

@@ -1,4 +1,4 @@
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu -S -M \
pc -m 214 -smp 1 -nographic -monitor unix:/tmp/test-monitor,server,nowait \
-no-acpi -boot c -hda /dev/HostVG/QEMUGuest2 -net none -serial none -parallel \
none -usb -pcidevice host=06:12.5
-no-acpi -boot c -usb -hda /dev/HostVG/QEMUGuest2 -net none -serial none -parallel \
none -pcidevice host=06:12.5