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

2018-02-16 Thread Jintack Lim
On Fri, Feb 16, 2018 at 1:38 AM, Thomas Huth <th...@redhat.com> wrote: > 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

[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

Re: [Qemu-discuss] DMAR errors with iommu emulation enabled

2017-02-07 Thread Jintack Lim
On Tue, Feb 7, 2017 at 1:03 PM, Alex Williamson <alex.william...@redhat.com> wrote: > On Tue, 7 Feb 2017 12:53:04 -0500 > Jintack Lim <jint...@cs.columbia.edu> wrote: > >> Thanks Alex, I appreciate your help. >> >> On Tue, Feb 7, 2017 at 12:09 PM, Alex Wi

Re: [Qemu-discuss] DMAR errors with iommu emulation enabled

2017-02-07 Thread Jintack Lim
Thanks Alex, I appreciate your help. On Tue, Feb 7, 2017 at 12:09 PM, Alex Williamson <alex.william...@redhat.com> wrote: > On Tue, 7 Feb 2017 11:46:57 -0500 > Jintack Lim <jint...@cs.columbia.edu> wrote: > >> Adding CC and some more information. > > $ ./scrip