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

Philippe Mathieu-Daudé posted 2 patches 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210826180704.2131949-1-philmd@redhat.com
hw/intc/arm_gicv3_dist.c | 205 +++++++++++++++++++++------------------
1 file changed, 108 insertions(+), 97 deletions(-)
[PATCH 0/2] hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans
Posted by Philippe Mathieu-Daudé 2 years, 7 months ago
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(-)

-- 
2.31.1


Re: [PATCH 0/2] hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans
Posted by Peter Maydell 2 years, 7 months ago
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