From: Andrea Bolognani Date: Wed, 10 Sep 2025 12:15:01 +0000 (+0200) Subject: docs/interop/firmware: Add riscv64 to FirmwareArchitecture X-Git-Tag: v10.1.1~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c25be2649cb9be3dcf16d11d7a0c8bbaf2790d21;p=thirdparty%2Fqemu.git docs/interop/firmware: Add riscv64 to FirmwareArchitecture 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 Reviewed-by: Kashyap Chamarthy Message-ID: <20250910121501.676219-1-abologna@redhat.com> Signed-off-by: Alistair Francis (cherry picked from commit da14767b356c2342197708a997eeb0da053262a0) Signed-off-by: Michael Tokarev --- diff --git a/docs/interop/firmware.json b/docs/interop/firmware.json index 6bbe2cce0af..ccbfaf828d6 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' ] } ## # @FirmwareTarget: