nfr/control-vm
nfr
/
control-vm
Archived
0
0
Fork 0

control-vm.sh: Remove trailing whitespaces

This commit is contained in:
Nils Freydank 2021-09-30 19:25:03 +02:00
parent aa41eae50d
commit 72a4b1b2cd
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 2 additions and 2 deletions

View File

@ -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