On Aug 12 16:02, Peter Maydell wrote:
> On Mon, 12 Aug 2019 at 15:46, Aaron Lindsay OS via Qemu-arm
> wrote:
> >
> > Treat EM_AARCH64 as a valid value when checking the ELF's machine-type
> > header.
> >
> > Signed-off-by: Aaron Lindsay
> > ---
> > include/hw/elf_ops.h | 6 ++
> > 1 file cha
On Mon, 12 Aug 2019 at 15:46, Aaron Lindsay OS via Qemu-arm
wrote:
>
> Treat EM_AARCH64 as a valid value when checking the ELF's machine-type
> header.
>
> Signed-off-by: Aaron Lindsay
> ---
> include/hw/elf_ops.h | 6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git a/include/hw/elf_ops.