Searched hist:"38688 fdbe9c5db9ca5ed22f9f6881ab444abcb1d" (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/rx/ |
H A D | gdbstub.c | diff 38688fdbe9c5db9ca5ed22f9f6881ab444abcb1d Tue Aug 25 14:20:48 CDT 2020 Eduardo Habkost <ehabkost@redhat.com> 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>
|
H A D | helper.c | diff 38688fdbe9c5db9ca5ed22f9f6881ab444abcb1d Tue Aug 25 14:20:48 CDT 2020 Eduardo Habkost <ehabkost@redhat.com> 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>
|
H A D | cpu-qom.h | diff 38688fdbe9c5db9ca5ed22f9f6881ab444abcb1d Tue Aug 25 14:20:48 CDT 2020 Eduardo Habkost <ehabkost@redhat.com> 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>
|
H A D | translate.c | diff 38688fdbe9c5db9ca5ed22f9f6881ab444abcb1d Tue Aug 25 14:20:48 CDT 2020 Eduardo Habkost <ehabkost@redhat.com> 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>
|
H A D | cpu.c | diff 38688fdbe9c5db9ca5ed22f9f6881ab444abcb1d Tue Aug 25 14:20:48 CDT 2020 Eduardo Habkost <ehabkost@redhat.com> 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>
|
/openbmc/qemu/hw/rx/ |
H A D | rx-gdbsim.c | diff 38688fdbe9c5db9ca5ed22f9f6881ab444abcb1d Tue Aug 25 14:20:48 CDT 2020 Eduardo Habkost <ehabkost@redhat.com> 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>
|