qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] hw/arm: Create the RAM in the board
@ 2019-10-21 19:06 Philippe Mathieu-Daudé
  2019-10-21 19:06 ` [PATCH v2 1/6] hw/arm/xilinx_zynq: Use the IEC binary prefix definitions Philippe Mathieu-Daudé
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-10-21 19:06 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell
  Cc: Philippe Mathieu-Daudé, Alistair Francis, Richard Henderson,
	qemu-arm, Antony Pavlov, Edgar E. Iglesias

Hi Peter,

This series contains the ARM patches extracted from the
"Let the machine be the owner of the system memory" series [1]
reviewed by Richard.

These are cleanups moving the creation of the system ram at
the board level. The other series will enforce
memory_region_allocate_system_memory() get called with a
MachineState argument, this preliminary cleanup is required.

Regard,

Phil.

[1] https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg05085.html

Philippe Mathieu-Daudé (6):
  hw/arm/xilinx_zynq: Use the IEC binary prefix definitions
  hw/arm/mps2: Use the IEC binary prefix definitions
  hw/arm/collie: Create the RAM in the board
  hw/arm/omap2: Create the RAM in the board
  hw/arm/omap1: Create the RAM in the board
  hw/arm/digic4: Inline digic4_board_setup_ram() function

 hw/arm/collie.c       |  8 ++++++--
 hw/arm/digic_boards.c |  9 ++-------
 hw/arm/mps2-tz.c      |  3 ++-
 hw/arm/mps2.c         |  3 ++-
 hw/arm/nseries.c      | 10 +++++++---
 hw/arm/omap1.c        | 12 +++++-------
 hw/arm/omap2.c        | 13 +++++--------
 hw/arm/omap_sx1.c     |  8 ++++++--
 hw/arm/palm.c         |  8 ++++++--
 hw/arm/strongarm.c    |  7 +------
 hw/arm/strongarm.h    |  4 +---
 hw/arm/xilinx_zynq.c  |  3 ++-
 include/hw/arm/omap.h | 10 +++-------
 13 files changed, 48 insertions(+), 50 deletions(-)

-- 
2.21.0



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

end of thread, other threads:[~2019-10-22 13:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-21 19:06 [PATCH v2 0/6] hw/arm: Create the RAM in the board Philippe Mathieu-Daudé
2019-10-21 19:06 ` [PATCH v2 1/6] hw/arm/xilinx_zynq: Use the IEC binary prefix definitions Philippe Mathieu-Daudé
2019-10-21 19:06 ` [PATCH v2 2/6] hw/arm/mps2: " Philippe Mathieu-Daudé
2019-10-21 19:06 ` [PATCH v2 3/6] hw/arm/collie: Create the RAM in the board Philippe Mathieu-Daudé
2019-10-21 19:06 ` [PATCH v2 4/6] hw/arm/omap2: " Philippe Mathieu-Daudé
2019-10-21 19:06 ` [PATCH v2 5/6] hw/arm/omap1: " Philippe Mathieu-Daudé
2019-10-21 19:06 ` [PATCH v2 6/6] hw/arm/digic4: Inline digic4_board_setup_ram() function Philippe Mathieu-Daudé
2019-10-21 20:54 ` [PATCH v2 0/6] hw/arm: Create the RAM in the board Alistair Francis
2019-10-22 13:06 ` 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).