qemu-patch-raspberry4/target/rx
Eduardo Habkost 38688fdbe9 rx: Rename QOM type check macros
Currently we have a RXCPU typedef and a RXCPU type checking
macro, but OBJECT_DECLARE* would transform the RXCPU macro into a
function, and the function name would conflict with the typedef
name.

Rename the RXCPU* QOM type check macros to RX_CPU*, so we will
avoid the conflict and make the macro names consistent with the
TYPE_RX_CPU constant name.

This will make future conversion to OBJECT_DECLARE* easier.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20200825192110.3528606-53-ehabkost@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2020-09-02 07:29:25 -04:00
..
cpu-param.h target/rx: CPU definitions 2020-03-19 17:58:05 +01:00
cpu-qom.h rx: Rename QOM type check macros 2020-09-02 07:29:25 -04:00
cpu.c rx: Rename QOM type check macros 2020-09-02 07:29:25 -04:00
cpu.h target/rx: CPU definitions 2020-03-19 17:58:05 +01:00
disas.c meson: target 2020-08-21 06:30:35 -04:00
gdbstub.c rx: Rename QOM type check macros 2020-09-02 07:29:25 -04:00
helper.c rx: Rename QOM type check macros 2020-09-02 07:29:25 -04:00
helper.h target/rx: TCG helpers 2020-03-19 17:15:19 +01:00
insns.decode target/rx: TCG translation 2020-03-19 17:15:19 +01:00
meson.build meson: target 2020-08-21 06:30:35 -04:00
op_helper.c target/rx: TCG helpers 2020-03-19 17:15:19 +01:00
translate.c rx: Rename QOM type check macros 2020-09-02 07:29:25 -04:00