qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-discuss] Adding an additional console to the VM on x86


From: Jintack Lim
Subject: [Qemu-discuss] Adding an additional console to the VM on x86
Date: Thu, 15 Feb 2018 22:45:45 -0500

Hi,

I was able to add an additional console to the VM on ARM like this,

-chardev socket,server,host=*,nowait,port=6666,telnet,id=mychardev0
-device virtio-serial-device
-device virtconsole,chardev=mychardev0

But the same command gave an error on x86.

qemu-system-x86_64: -device virtio-serial-device: No 'virtio-bus' bus
found for device 'virtio-serial-device'

I wonder what would be the correct option to do that on x86?

Thanks,
Jintack




reply via email to

[Prev in Thread] Current Thread [Next in Thread]