qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] ARMv8 (aarch64) emulator with vnc


From: Peter Maydell
Subject: Re: [Qemu-arm] ARMv8 (aarch64) emulator with vnc
Date: Mon, 25 Feb 2019 14:36:36 +0000

On Mon, 25 Feb 2019 at 14:22, Benny Baraz <address@hidden> wrote:
> I run the qemu-system-aarch64 on Fedora on Xen.
>
> qemu-system-aarch64 -boot d -cdrom 
> /root/Download/QEMU/CentOS-7-aarch64-Minimal-1810.iso -m 8000 -hda 
> centos7-arm.img -machine virt -nographic -device e1000,netdev=net0 -netdev 
> user,id=net0,hostfwd=tcp::5555-:22
>
> From another window I run
> ssh localhost -p 5555 -v
> Connection established but still there is no answer (black screen) until 
> Connection reset by peer
>
> Do you have any idea how I can solve it?

You should debug this in the same way you would debug
not being able to connect via ssh on a real hardware
machine (this isn't specific to QEMU). Look at the logs
inside the guest to see what its sshd is doing -- is the
sshd running, does it see connections, and so on.

thanks
-- PMM



reply via email to

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