From: Kashyap Chamarthy <kchamart@redhat.com>
To: Andrea Bolognani <abologna@redhat.com>
Cc: qemu-devel@nongnu.org,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Daniel P. Berrangé" <berrange@redhat.com>
Subject: Re: [PATCH] docs/interop/firmware: Add riscv64 to FirmwareArchitecture
Date: Wed, 10 Sep 2025 16:39:50 +0200 [thread overview]
Message-ID: <CAJ=Wi4qhxwZH3d6gN4nJf0Ei3ECu9GFPZvhVjG_yu0zYkdnNww@mail.gmail.com> (raw)
In-Reply-To: <20250910121501.676219-1-abologna@redhat.com>
On Wed, Sep 10, 2025 at 2:15 PM Andrea Bolognani <abologna@redhat.com> wrote:
>
> Descriptors using this value have been shipped for years
> by distros, so we just need to update the spec to match
> reality.
>
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
> docs/interop/firmware.json | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/docs/interop/firmware.json b/docs/interop/firmware.json
> index 6bbe2cce0a..ccbfaf828d 100644
> --- a/docs/interop/firmware.json
> +++ b/docs/interop/firmware.json
> @@ -85,12 +85,14 @@
> #
> # @loongarch64: 64-bit LoongArch. (since: 7.1)
> #
> +# @riscv64: 64-bit RISC-V.
> +#
> # @x86_64: 64-bit x86.
> #
> # Since: 3.0
> ##
> { 'enum' : 'FirmwareArchitecture',
> - 'data' : [ 'aarch64', 'arm', 'i386', 'loongarch64', 'x86_64' ] }
> + 'data' : [ 'aarch64', 'arm', 'i386', 'loongarch64', 'riscv64', 'x86_64' ] }
Thanks :-)
Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>
> ##
> # @FirmwareTarget:
> --
> 2.51.0
>
next prev parent reply other threads:[~2025-09-10 14:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-10 12:15 [PATCH] docs/interop/firmware: Add riscv64 to FirmwareArchitecture Andrea Bolognani
2025-09-10 14:39 ` Kashyap Chamarthy [this message]
2025-09-15 2:01 ` Alistair Francis
2025-10-04 7:03 ` Michael Tokarev
2025-10-06 8:08 ` Andrea Bolognani
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='CAJ=Wi4qhxwZH3d6gN4nJf0Ei3ECu9GFPZvhVjG_yu0zYkdnNww@mail.gmail.com' \
--to=kchamart@redhat.com \
--cc=abologna@redhat.com \
--cc=berrange@redhat.com \
--cc=philmd@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).