Re: [Qemu-devel] [PATCH] elf: Allow loading AArch64 ELF files

2019-08-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/2019081212.30027-1-aa...@os.amperecomputing.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH] elf: Allow loading AArch64 ELF files Message-id: 2019081212.30027-1-aa

[Qemu-devel] [PATCH] elf: Allow loading AArch64 ELF files

2019-08-12 Thread Aaron Lindsay OS via Qemu-devel
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.h b/include/hw/elf_ops.h index 690f9238c8..f12faa90a1 100644 ---