hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 26 Aug 2021 18:07:03 +0000 (20:07 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Sep 2021 10:08:15 +0000 (11:08 +0100)
commitc0bb7d611403ba0fff050a6a065e76ab54d7ab77
tree39e5a896368bc496abc8f0eac41c35d1624d929c
parent57469ed384b1f83788f0f1995af673b735f4f790
hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix

QEMU load/store API (docs/devel/loads-stores.rst) uses the 'q'
suffix for 64-bit accesses. Rename the current 'll' suffix to
have the GIC dist accessors better match the rest of the codebase.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20210826180704.2131949-2-philmd@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/arm_gicv3_dist.c