mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user