]> git.proxmox.com Git - qemu-server.git/commitdiff
test: cfg2cmd: fix command output
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Nov 2021 15:45:57 +0000 (16:45 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Nov 2021 15:46:28 +0000 (16:46 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
test/cfg2cmd/efi-secboot-and-tpm-q35.conf.cmd

index b2a26624c3208e0300331f0718c294092aaed262..6b2c9bd4b24a53b4a917ac91e81e56d5deb1750f 100644 (file)
@@ -17,8 +17,8 @@
   -vnc 'unix:/var/run/qemu-server/8006.vnc,password=on' \
   -cpu kvm64,enforce,+kvm_pv_eoi,+kvm_pv_unhalt,+lahf_lm,+sep \
   -m 512 \
-  -readconfig /usr/share/qemu-server/pve-q35-4.0.cfg
-  -device 'usb-tablet,id=tablet,bus=ehci.0,port=1'
+  -readconfig /usr/share/qemu-server/pve-q35-4.0.cfg \
+  -device 'usb-tablet,id=tablet,bus=ehci.0,port=1' \
   -chardev 'socket,id=tpmchar,path=/var/run/qemu-server/8006.swtpm' \
   -tpmdev 'emulator,id=tpmdev,chardev=tpmchar' \
   -device 'tpm-tis,tpmdev=tpmdev' \