All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans
@ 2021-08-26 18:07 Philippe Mathieu-Daudé
  2021-08-26 18:07 ` [PATCH 1/2] hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-08-26 18:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, qemu-arm, Philippe Mathieu-Daudé

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




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-31 20:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 18:07 [PATCH 0/2] hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans Philippe Mathieu-Daudé
2021-08-26 18:07 ` [PATCH 1/2] hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix Philippe Mathieu-Daudé
2021-08-31 16:53   ` Richard Henderson
2021-08-26 18:07 ` [PATCH 2/2] hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans Philippe Mathieu-Daudé
2021-08-31 16:56   ` Richard Henderson
2021-08-31 20:30 ` [PATCH 0/2] " Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.