[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: |
Fri, 21 Nov 2014 13:11:45 +0000 |
On 21 November 2014 09:47, harsh jain <address@hidden> wrote:
> Hi,
>
> Can we use the -vnc option to launch ARM64 VM to access console.
The only currently supported 64-bit ARM board is "virt", which
has no display (graphics) device at all, so -vnc is not going
to be any use. You want to use QEMU's options for directing
the serial port (UART) output, and configure the guest to send
its console output to the serial port.
thanks
-- PMM