mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
a75069be35
Request that the number be parsed as decimal, to allow 08 and 09. Format it with the leading zero, 1.01 and 1.10 are two different versions. https://bugzilla.redhat.com/show_bug.cgi?id=1210650
15 lines
753 B
Plaintext
15 lines
753 B
Plaintext
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 -nographic -nodefconfig -nodefaults \
|
|
-chardev socket,id=charmonitor,path=/tmp/test-monitor,server,nowait \
|
|
-mon chardev=charmonitor,id=monitor,mode=readline -no-acpi -boot c \
|
|
-usb -chardev spicevmc,id=charredir0,name=usbredir \
|
|
-device 'usb-redir,chardev=charredir0,id=redir0,\
|
|
filter=0x08:0x15E1:0x2007:0x0109:1|0x08:0x15E1:0x2007:0x0940:1|\
|
|
-1:-1:-1:-1:0,bus=usb.0,port=4' \
|
|
-chardev spicevmc,id=charredir1,name=usbredir \
|
|
-device 'usb-redir,chardev=charredir1,id=redir1,\
|
|
filter=0x08:0x15E1:0x2007:0x0109:1|0x08:0x15E1:0x2007:0x0940:1|\
|
|
-1:-1:-1:-1:0,bus=usb.0,port=5' \
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
|