diff mbox series

[v18,15/29] target/rx: Add RX to SysEmuTarget

Message ID 20190607153725.18055-16-philmd@redhat.com
State New
Headers show
Series None | expand

Commit Message

Philippe Mathieu-Daudé June 7, 2019, 3:37 p.m. UTC
From: Richard Henderson <richard.henderson@linaro.org>


Fixes check-qtest-rx: tests/qmp-cmd-test

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

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

Message-Id: <20190607091116.49044-13-ysato@users.sourceforge.jp>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>

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

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

-- 
2.20.1

Comments

Eric Blake June 7, 2019, 6:04 p.m. UTC | #1
On 6/7/19 10:37 AM, Philippe Mathieu-Daudé wrote:
> From: Richard Henderson <richard.henderson@linaro.org>

> 

> Fixes check-qtest-rx: tests/qmp-cmd-test


Is that in master? If so, what commit id; if not, why not just squash
this into that patch before merging it?

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org
Philippe Mathieu-Daudé June 7, 2019, 6:08 p.m. UTC | #2
On 6/7/19 8:04 PM, Eric Blake wrote:
> On 6/7/19 10:37 AM, Philippe Mathieu-Daudé wrote:

>> From: Richard Henderson <richard.henderson@linaro.org>

>>

>> Fixes check-qtest-rx: tests/qmp-cmd-test

> 

> Is that in master? If so, what commit id; if not, why not just squash

> this into that patch before merging it?


Right, we should squash it in "[PATCH v18 18/29] Add rx-softmmu" IMO.
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' ] }