qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] hw/arm: Minor cleanups around MPCore code
@ 2025-01-30 11:26 Philippe Mathieu-Daudé
  2025-01-30 11:26 ` [PATCH v2 1/6] hw/arm/boot: Propagate vCPU to arm_load_dtb() Philippe Mathieu-Daudé
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-01-30 11:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm, Peter Maydell, Philippe Mathieu-Daudé

(series fully reviewed)

Hi,

This series contains the non-controversial and already
reviewed patches (rebased) from this previous series:
"Remove one use of qemu_get_cpu() in A7/A15 MPCore priv"
https://lore.kernel.org/qemu-devel/20231212162935.42910-1-philmd@linaro.org/

Posted separately to avoid keeping rebasing.

Regards,

Phil.

Philippe Mathieu-Daudé (6):
  hw/arm/boot: Propagate vCPU to arm_load_dtb()
  hw/arm/fsl-imx6: Add local 'mpcore/gic' variables
  hw/arm/fsl-imx6ul: Add local 'mpcore/gic' variables
  hw/arm/fsl-imx7: Add local 'mpcore/gic' variables
  hw/cpu/arm: Alias 'num-cpu' property on TYPE_REALVIEW_MPCORE
  hw/cpu/arm: Declare CPU QOM types using DEFINE_TYPES() macro

 include/hw/arm/boot.h    |  4 ++-
 hw/arm/boot.c            | 11 +++----
 hw/arm/fsl-imx6.c        | 52 +++++++++++++-------------------
 hw/arm/fsl-imx6ul.c      | 64 +++++++++++++++++-----------------------
 hw/arm/fsl-imx7.c        | 52 +++++++++++++++-----------------
 hw/arm/virt.c            |  2 +-
 hw/cpu/a15mpcore.c       | 21 ++++++-------
 hw/cpu/a9mpcore.c        | 21 ++++++-------
 hw/cpu/arm11mpcore.c     | 21 ++++++-------
 hw/cpu/realview_mpcore.c | 29 +++++++-----------
 10 files changed, 118 insertions(+), 159 deletions(-)

-- 
2.47.1



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

end of thread, other threads:[~2025-02-04 14:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 11:26 [PATCH v2 0/6] hw/arm: Minor cleanups around MPCore code Philippe Mathieu-Daudé
2025-01-30 11:26 ` [PATCH v2 1/6] hw/arm/boot: Propagate vCPU to arm_load_dtb() Philippe Mathieu-Daudé
2025-01-30 11:26 ` [PATCH v2 2/6] hw/arm/fsl-imx6: Add local 'mpcore/gic' variables Philippe Mathieu-Daudé
2025-01-30 11:26 ` [PATCH v2 3/6] hw/arm/fsl-imx6ul: " Philippe Mathieu-Daudé
2025-01-30 11:26 ` [PATCH v2 4/6] hw/arm/fsl-imx7: " Philippe Mathieu-Daudé
2025-01-30 11:26 ` [PATCH v2 5/6] hw/cpu/arm: Alias 'num-cpu' property on TYPE_REALVIEW_MPCORE Philippe Mathieu-Daudé
2025-01-30 11:26 ` [PATCH v2 6/6] hw/cpu/arm: Declare CPU QOM types using DEFINE_TYPES() macro Philippe Mathieu-Daudé
2025-02-04 14:03 ` [PATCH v2 0/6] hw/arm: Minor cleanups around MPCore code Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).