Fix patch to actually apply
parent
18e08b3f76
commit
1821e087f2
|
@ -155,8 +155,8 @@ index c9fdb99..698e39c 100644
|
||||||
+++ b/tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.args
|
+++ b/tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.args
|
||||||
@@ -2,7 +2,7 @@ LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=spice \
|
@@ -2,7 +2,7 @@ LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=spice \
|
||||||
/usr/bin/qemu -S -M pc -m 214 -smp 1 -nodefaults -monitor \
|
/usr/bin/qemu -S -M pc -m 214 -smp 1 -nodefaults -monitor \
|
||||||
unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -hda \
|
unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -usb -hda \
|
||||||
/dev/HostVG/QEMUGuest1 -usb -spice port=5903,tls-port=5904,addr=127.0.0.1,\
|
/dev/HostVG/QEMUGuest1 -spice port=5903,tls-port=5904,addr=127.0.0.1,\
|
||||||
-x509-dir=/etc/pki/libvirt-spice,tls-channel=main,plaintext-channel=inputs,\
|
-x509-dir=/etc/pki/libvirt-spice,tls-channel=main,plaintext-channel=inputs,\
|
||||||
+x509-dir=/etc/pki/libvirt-spice,tls-channel=default,tls-channel=main,plaintext-channel=inputs,\
|
+x509-dir=/etc/pki/libvirt-spice,tls-channel=default,tls-channel=main,plaintext-channel=inputs,\
|
||||||
image-compression=auto_glz,jpeg-wan-compression=auto,zlib-glz-wan-compression=auto,\
|
image-compression=auto_glz,jpeg-wan-compression=auto,zlib-glz-wan-compression=auto,\
|
||||||
|
|
Loading…
Reference in New Issue