mbox series

[0/2] hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans

Message ID 20210826180704.2131949-1-philmd@redhat.com (mailing list archive)
Headers show
Series hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans | expand

Message

Philippe Mathieu-Daudé Aug. 26, 2021, 6:07 p.m. UTC
Minor cleanups on the GICv3 distributor common accessors to
have the overall codebase better use the MEMTX_* constants.

No logical code change intended.

Philippe Mathieu-Daudé (2):
  hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix
  hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans

 hw/intc/arm_gicv3_dist.c | 205 +++++++++++++++++++++------------------
 1 file changed, 108 insertions(+), 97 deletions(-)

Comments

Peter Maydell Aug. 31, 2021, 8:30 p.m. UTC | #1
On Thu, 26 Aug 2021 at 19:07, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> Minor cleanups on the GICv3 distributor common accessors to
> have the overall codebase better use the MEMTX_* constants.
>
> No logical code change intended.
>
> Philippe Mathieu-Daudé (2):
>   hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix
>   hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans


Applied to target-arm.next, thanks.

Shashi, would you mind updating your ITS patches to match this
cleanup for the next version of them, please ?

thanks
-- PMM