diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2021-08-05 22:31:19 -0400 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-08-25 10:48:50 +0100 |
commit | 80d60a6d1efebcf35ff96e2d0a51373b0383bc10 (patch) | |
tree | 34af9e822a5b977cb33e83543a11eb71ffb7d408 /include/hw/arm | |
parent | 77844cc51aa0714d54ae6f5a12279ce0e7f5ef55 (diff) | |
download | qemu-80d60a6d1efebcf35ff96e2d0a51373b0383bc10.zip qemu-80d60a6d1efebcf35ff96e2d0a51373b0383bc10.tar.gz qemu-80d60a6d1efebcf35ff96e2d0a51373b0383bc10.tar.bz2 |
sbsa-ref: Rename SBSA_GWDT enum value
The SBSA_GWDT enum value conflicts with the SBSA_GWDT() QOM type
checking helper, preventing us from using a OBJECT_DEFINE* or
DEFINE_INSTANCE_CHECKER macro for the SBSA_GWDT() wrapper.
If I understand the SBSA 6.0 specification correctly, the signal
being connected to IRQ 16 is the WS0 output signal from the
Generic Watchdog. Rename the enum value to SBSA_GWDT_WS0 to be
more explicit and avoid the name conflict.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-id: 20210806023119.431680-1-ehabkost@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/arm')
0 files changed, 0 insertions, 0 deletions