|
@@ -16,6 +16,8 @@
|
|
|
# individual target constants are not documented here, for the time
|
|
|
# being.
|
|
|
#
|
|
|
+# @rx: since 5.0
|
|
|
+#
|
|
|
# Notes: 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".
|
|
@@ -26,7 +28,7 @@
|
|
|
'data' : [ 'aarch64', 'alpha', 'arm', 'cris', 'hppa', 'i386', 'lm32',
|
|
|
'm68k', 'microblaze', 'microblazeel', 'mips', 'mips64',
|
|
|
'mips64el', 'mipsel', 'moxie', 'nios2', 'or1k', 'ppc',
|
|
|
- 'ppc64', 'riscv32', 'riscv64', 's390x', 'sh4',
|
|
|
+ 'ppc64', 'riscv32', 'riscv64', 'rx', 's390x', 'sh4',
|
|
|
'sh4eb', 'sparc', 'sparc64', 'tricore', 'unicore32',
|
|
|
'x86_64', 'xtensa', 'xtensaeb' ] }
|
|
|
|