]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/interop/firmware: Add riscv64 to FirmwareArchitecture
authorAndrea Bolognani <abologna@redhat.com>
Wed, 10 Sep 2025 12:15:01 +0000 (14:15 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 4 Oct 2025 06:57:01 +0000 (09:57 +0300)
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>
Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>
Message-ID: <20250910121501.676219-1-abologna@redhat.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
(cherry picked from commit da14767b356c2342197708a997eeb0da053262a0)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
docs/interop/firmware.json

index 745d21d8223298c37826ca9cd18e669abab85086..ea88da0fec748f3616330414ba6f339db32b80a0 100644 (file)
 #
 # @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: