Re: [Qemu-devel] [RFC v2 00/24] Add RISC-V TCG backend support

2018-11-29 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [RFC v2 00/24] Add RISC-V TCG backend support Message-id: cover.1543352682.git.alistair.fran...@wdc.com === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

Re: [Qemu-devel] [RFC v2 00/24] Add RISC-V TCG backend support

2018-11-27 Thread Alistair Francis
On Tue, Nov 27, 2018 at 1:06 PM Alistair Francis wrote: It looks like the cover was lost, here it is: This patch set adds RISC-V backend support to QEMU. This is based on Michael Clark's original work with some patches ontop. This has been slightly tested and can run other architecture softmmu

[Qemu-devel] [RFC v2 00/24] Add RISC-V TCG backend support

2018-11-27 Thread Alistair Francis
Alistair Francis (24): elf.h: Add the RISCV ELF magic numbers linux-user: Add host dependency for RISC-V 32-bit linux-user: Add host dependency for RISC-V 64-bit exec: Add RISC-V GCC poison macro riscv: Add the tcg-target header file riscv: Add the tcg target registers riscv: tcg-ta