Hi qemu friends,
I have noticed that when debugging a 32 bit arm (AA32) kvm guest running in a
64 bit ARM (aarch64 / AA64) host with "qemu-system-aarch64" and the
"aarch64=off" flag set that a remote gdb debugger still thinks that it's
debugging ARM64. This results in GDB being unable to proper
> From: "Berto Furth"
> To: qemu-discuss@nongnu.org
> Date: 01/08/2021 05:48 AM
> Subject: Debugging 32 bit ARM guests running under QEMU KVM on 64
> bit ARM hosts with gdb
> I have noticed that when debugging a 32 bit arm (AA32) kvm guest
> running in a 64 bit ARM (aarch64 / AA64) host with "q