diff mbox series

[v16,12/23] target/rx: Add RX to SysEmuTarget

Message ID 20190531134315.4109-13-richard.henderson@linaro.org
State New
Headers show
Series Add RX architecture | expand

Commit Message

Richard Henderson May 31, 2019, 1:43 p.m. UTC
Fixes check-qtest-rx: tests/qmp-cmd-test

Cc: Eric Blake <eblake@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

---
 qapi/common.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.17.1

Comments

Philippe Mathieu-Daudé June 4, 2019, 5:32 a.m. UTC | #1
On 5/31/19 3:43 PM, Richard Henderson wrote:
> Fixes check-qtest-rx: tests/qmp-cmd-test

> 

> Cc: Eric Blake <eblake@redhat.com>

> Cc: Markus Armbruster <armbru@redhat.com>

> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

> ---

>  qapi/common.json | 3 ++-

>  1 file changed, 2 insertions(+), 1 deletion(-)

> 

> diff --git a/qapi/common.json b/qapi/common.json

> index 99d313ef3b..d0fc931159 100644

> --- a/qapi/common.json

> +++ b/qapi/common.json

> @@ -183,6 +183,7 @@

>  #        is true even for "qemu-system-x86_64".

>  #

>  # ppcemb: dropped in 3.1

> +# rx: added in 4.1

>  #

>  # Since: 3.0

>  ##

> @@ -190,6 +191,6 @@

>    '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' ] }

> 


Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
diff mbox series

Patch

diff --git a/qapi/common.json b/qapi/common.json
index 99d313ef3b..d0fc931159 100644
--- a/qapi/common.json
+++ b/qapi/common.json
@@ -183,6 +183,7 @@ 
 #        is true even for "qemu-system-x86_64".
 #
 # ppcemb: dropped in 3.1
+# rx: added in 4.1
 #
 # Since: 3.0
 ##
@@ -190,6 +191,6 @@ 
   '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' ] }