Revision | fc5d00e0187a834702ebce894c608b95c0b3b692 (tree) |
---|---|
Time | 2019-09-12 12:16:38 |
Author | Yoshinori Sato <ysato@user...> |
Commiter | Yoshinori Sato |
qapi/machine.json: Add RX cpu.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
@@ -28,7 +28,7 @@ | ||
28 | 28 | 'data' : [ 'aarch64', 'alpha', 'arm', 'cris', 'hppa', 'i386', 'lm32', |
29 | 29 | 'm68k', 'microblaze', 'microblazeel', 'mips', 'mips64', |
30 | 30 | 'mips64el', 'mipsel', 'moxie', 'nios2', 'or1k', 'ppc', |
31 | - 'ppc64', 'riscv32', 'riscv64', 's390x', 'sh4', | |
31 | + 'ppc64', 'riscv32', 'riscv64', 'rx', 's390x', 'sh4', | |
32 | 32 | 'sh4eb', 'sparc', 'sparc64', 'tricore', 'unicore32', |
33 | 33 | 'x86_64', 'xtensa', 'xtensaeb' ] } |
34 | 34 |