[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] VNC access in qemU-system-aarch64 binary
From: |
Peter Maydell |
Subject: |
Re: [Qemu-discuss] VNC access in qemU-system-aarch64 binary |
Date: |
Sat, 22 Nov 2014 12:31:09 +0000 |
On 22 November 2014 at 09:39, harsh jain <address@hidden> wrote:
> Thanks Peter for quick reply.
> The VM is redirecting the serial port output to text file in Host
> machine. Find below the libvirt.xml file content.
>
> <console type='file'>
> <source
> path='/etc/nova/instances/784ec496-bab6-4349-91f0-42effad0afa6/console.log'/>
> <target type='serial' port='0'/>
> <alias name='serial0'/>
> </console>
>
> As per my research, We cannot have more than 1 serial device as
> console.Correct me if I am wrong.
There's only one console. If you don't want it to go to a
text file then you should change your libvirt config to
send it to somewhere that you do want it to go (eg stdout,
or a TCP socket).
thanks
-- PMM