From: Richard Henderson Date: Thu, 5 Feb 2026 03:06:15 +0000 (+1000) Subject: qapi: Add hexagon to SysEmuTarget X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fdc58a30bfb268e2e7722254f060217bb1e7b51;p=thirdparty%2Fqemu.git qapi: Add hexagon to SysEmuTarget Signed-off-by: Richard Henderson Reviewed-by: Brian Cain Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier Message-ID: <20260205030617.266625-2-richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/qapi/machine.json b/qapi/machine.json index 907cb25f75..ef8575b6eb 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -28,6 +28,8 @@ # # @loongarch64: since 7.1 # +# @hexagon: since 11.0 +# # .. note:: The resulting QMP strings can be appended to the # "qemu-system-" prefix to produce the corresponding QEMU # executable name. This is true even for "qemu-system-x86_64". @@ -35,7 +37,7 @@ # Since: 3.0 ## { 'enum' : 'SysEmuTarget', - 'data' : [ 'aarch64', 'alpha', 'arm', 'avr', 'hppa', 'i386', + 'data' : [ 'aarch64', 'alpha', 'arm', 'avr', 'hexagon', 'hppa', 'i386', 'loongarch64', 'm68k', 'microblaze', 'microblazeel', 'mips', 'mips64', 'mips64el', 'mipsel', 'or1k', 'ppc', 'ppc64', 'riscv32', 'riscv64', 'rx', 's390x', 'sh4',