qemu: command: Always assume support for '-msg timestamp=on'

All supported QEMU versions have this option so there's no need for us
to base it on the capability.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa
2021-08-10 17:07:10 +02:00
parent 5d87897591
commit c7a85b5b77
564 changed files with 1127 additions and 571 deletions

View File

@@ -24,4 +24,5 @@ QEMU_AUDIO_DRV=none \
-no-shutdown \
-usb \
-chardev pty,id=charserial0 \
-device spapr-vty,chardev=charserial0,id=serial0,reg=0x30000000
-device spapr-vty,chardev=charserial0,id=serial0,reg=0x30000000 \
-msg timestamp=on