control-vm.sh: Remove trailing whitespaces
This commit is contained in:
parent
aa41eae50d
commit
72a4b1b2cd
@ -13,7 +13,7 @@
|
||||
# 2. qemu-img commit
|
||||
# 3. clipboard support via spice
|
||||
# 4. Support boot from CD for first installations.
|
||||
# 5. query status
|
||||
# 5. query status
|
||||
# 6. save and stop in a single command?
|
||||
# same for restore: stop, restore, cont(inue)
|
||||
# 7. shared dir without smb, but via FUSE
|
||||
@ -132,7 +132,7 @@ QEMU_DISPLAY_NONE_ARGS=( -vga none -display none )
|
||||
QEMU_DISPLAY_VIRTIO_ARGS=( -vga virtio )
|
||||
QEMU_DISPLAY_STD_ARGS=( -vga std )
|
||||
QEMU_DISPLAY_SPICE_ARGS=( -spice unix=on,addr="${SPICE_SOCKET}",disable-ticketing=on,gl=on )
|
||||
QEMU_CLIPBOARD_SPICE_ARGS=(
|
||||
QEMU_CLIPBOARD_SPICE_ARGS=(
|
||||
-device virtio-serial-pci
|
||||
-device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0
|
||||
-chardev spicevmc,id=spicechannel0,name=vdagent
|
||||
|
Loading…
Reference in New Issue
Block a user