All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: pbonzini@redhat.com, alistair.francis@wdc.com, qemu-devel@nongnu.org
Subject: Re: [PATCH for-6.2] meson.build: Merge riscv32 and riscv64 cpu family
Date: Tue, 16 Nov 2021 12:06:15 +0100	[thread overview]
Message-ID: <bbc810f9-03d2-51ba-d1a9-4f04379cd1e1@linaro.org> (raw)
In-Reply-To: <CAFEAcA9-BfaXq=3pH2PM58TrmW=sOhA2EgG+V=eYTDpnY6AiXA@mail.gmail.com>

On 11/16/21 11:53 AM, Peter Maydell wrote:
>>   cpu = host_machine.cpu_family()
>> +
>> +# Unify riscv* to a single family.
>> +if cpu in ['riscv32', 'riscv64']
>> +  cpu = 'riscv'
>> +endif
> 
> Needing to do this seems kinda awkward :-(

Yeah, well.  It's either once here, or multiple times later.

Or, we admit that riscv32 will never be supported as a host and rename all of our other 
bits (tcg/riscv and */host/riscv/) to riscv64.


r~


  reply	other threads:[~2021-11-16 11:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-16  9:50 [PATCH for-6.2] meson.build: Merge riscv32 and riscv64 cpu family Richard Henderson
2021-11-16 10:37 ` Philippe Mathieu-Daudé
2021-11-16 10:53 ` Peter Maydell
2021-11-16 11:06   ` Richard Henderson [this message]
2021-11-16 23:00 ` Alistair Francis
2021-11-17  0:38 ` Alistair Francis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bbc810f9-03d2-51ba-d1a9-4f04379cd1e1@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=alistair.francis@wdc.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.