qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM
@ 2025-02-01  9:15 Philippe Mathieu-Daudé
  2025-02-01  9:15 ` [PATCH 1/7] hw/arm/raspi4b: Declare machine types using DEFINE_TYPES() macro Philippe Mathieu-Daudé
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-02-01  9:15 UTC (permalink / raw)
  To: qemu-devel
  Cc: Jared Mauch, Peter Maydell, qemu-arm, devel,
	Philippe Mathieu-Daudé

- Deprecate the 'raspi4b' machine name, renaming it as
  'raspi4b-1g' on 32-bit hosts, 'raspi4b-2g' otherwise.
- Add the 'raspi4b-4g' and 'raspi4b-8g' machines, with
  respectively 4GB and 8GB of DRAM.

Philippe Mathieu-Daudé (7):
  hw/arm/raspi4b: Declare machine types using DEFINE_TYPES() macro
  hw/arm/raspi4b: Introduce abstract raspi4-base machine type
  hw/arm/raspi4b: Split raspi4b_machine_class_init() in two (1g and 2g)
  hw/arm/raspi4b: Rename as raspi4b-1g / raspi4b-2g, deprecating old
    name
  hw/arm/raspi4b: Expose the raspi4b-1g machine on 64-bit hosts
  hw/arm/raspi4b: Add the raspi4b-4g machine
  hw/arm/raspi4b: Add the raspi4b-8g machine

 docs/about/deprecated.rst |  6 +++
 hw/arm/raspi4b.c          | 91 +++++++++++++++++++++++++++++++--------
 2 files changed, 79 insertions(+), 18 deletions(-)

-- 
2.47.1



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

end of thread, other threads:[~2025-02-03 23:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-01  9:15 [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM Philippe Mathieu-Daudé
2025-02-01  9:15 ` [PATCH 1/7] hw/arm/raspi4b: Declare machine types using DEFINE_TYPES() macro Philippe Mathieu-Daudé
2025-02-01  9:15 ` [PATCH 2/7] hw/arm/raspi4b: Introduce abstract raspi4-base machine type Philippe Mathieu-Daudé
2025-02-01  9:15 ` [PATCH 3/7] hw/arm/raspi4b: Split raspi4b_machine_class_init() in two (1g and 2g) Philippe Mathieu-Daudé
2025-02-01  9:15 ` [PATCH 4/7] hw/arm/raspi4b: Rename as raspi4b-1g / raspi4b-2g, deprecating old name Philippe Mathieu-Daudé
2025-02-01 14:30   ` Philippe Mathieu-Daudé
2025-02-01  9:15 ` [PATCH 5/7] hw/arm/raspi4b: Expose the raspi4b-1g machine on 64-bit hosts Philippe Mathieu-Daudé
2025-02-01  9:15 ` [PATCH 6/7] hw/arm/raspi4b: Add the raspi4b-4g machine Philippe Mathieu-Daudé
2025-02-01  9:15 ` [PATCH 7/7] hw/arm/raspi4b: Add the raspi4b-8g machine Philippe Mathieu-Daudé
2025-02-01 12:57 ` [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM BALATON Zoltan
2025-02-01 13:51   ` Peter Maydell
2025-02-03 14:29     ` Alex Bennée
2025-02-03 14:33       ` Daniel P. Berrangé
2025-02-03 14:45         ` Peter Maydell
2025-02-03 14:50           ` Daniel P. Berrangé
2025-02-03 15:05             ` Peter Maydell
2025-02-03 16:19             ` Philippe Mathieu-Daudé
2025-02-03 23:20               ` BALATON Zoltan

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).