qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v7 23/23] RISC-V Build Infrastructure


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v7 23/23] RISC-V Build Infrastructure
Date: Mon, 26 Feb 2018 17:02:15 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 02/26/2018 04:18 PM, Michael Clark wrote:
This adds RISC-V into the build system enabling the following targets:

- riscv32-softmmu
- riscv64-softmmu
- riscv32-linux-user
- riscv64-linux-user

This adds defaults configs for RISC-V, enables the build for the RISC-V
CPU core, hardware, and Linux User Emulation. The 'qemu-binfmt-conf.sh'
script is updated to add the RISC-V ELF magic.

Expected checkpatch errors for consistency reasons:

ERROR: line over 90 characters
FILE: scripts/qemu-binfmt-conf.sh

Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Michael Clark <address@hidden>
---

+++ b/qapi-schema.json

  ##
  # @CpuInfo:
@@ -452,6 +454,7 @@
              'ppc': 'CpuInfoPPC',
              'mips': 'CpuInfoMIPS',
              'tricore': 'CpuInfoTricore',
+            'riscv': 'CpuInfoRISCV',
              'other': 'CpuInfoOther' } }

Hmm - we're trying to deprecate CpuInfo in parallel, in favor of the new query-cpus-fast. CpuInfoRISCV will be useless once that happens, but it doesn't invalidate your pull request.

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

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