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

2018-02-15 Thread Thomas Huth
On 16.02.2018 04:45, Jintack Lim wrote: > Hi, > > I was able to add an additional console to the VM on ARM like this, > > -chardev socket,server,host=*,nowait,port=,telnet,id=mychardev0 > -device virtio-serial-device > -device virtconsole,chardev=mychardev0 > > But the same command gave an e

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

2018-02-15 Thread Jintack Lim
Hi, I was able to add an additional console to the VM on ARM like this, -chardev socket,server,host=*,nowait,port=,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-de