diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2019-01-21 05:18:59 -0800 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-03-19 17:58:05 +0100 |
commit | c8c35e5f51c4d54bced7aa05fbd8e2371e493182 (patch) | |
tree | f9a35fd7ee55811b354d06a7e477829f5e02c686 /include/exec/poison.h | |
parent | e43917cce55e18cc62db47026c4c3880523ed27a (diff) | |
download | qemu-c8c35e5f51c4d54bced7aa05fbd8e2371e493182.zip qemu-c8c35e5f51c4d54bced7aa05fbd8e2371e493182.tar.gz qemu-c8c35e5f51c4d54bced7aa05fbd8e2371e493182.tar.bz2 |
Add rx-softmmu
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
[PMD: Squashed patches from Richard Henderson modifying
qapi/common.json and tests/machine-none-test.c]
Message-Id: <20200224141923.82118-21-ysato@users.sourceforge.jp>
[PMD: Added @since 5.0 tag in SysEmuTarget]
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'include/exec/poison.h')
-rw-r--r-- | include/exec/poison.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/poison.h b/include/exec/poison.h index 955eb86..7b9ac36 100644 --- a/include/exec/poison.h +++ b/include/exec/poison.h @@ -26,6 +26,7 @@ #pragma GCC poison TARGET_PPC #pragma GCC poison TARGET_PPC64 #pragma GCC poison TARGET_ABI32 +#pragma GCC poison TARGET_RX #pragma GCC poison TARGET_S390X #pragma GCC poison TARGET_SH4 #pragma GCC poison TARGET_SPARC |