mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-29 15:54:48 -05:00
qemu: pass -usb and usb hubs earlier, so USB disks with static address are handled properly
This commit is contained in:
committed by
Michal Privoznik
parent
8f708761c0
commit
81af5336ac
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user