Re: [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM

2025-02-03 Thread BALATON Zoltan
On Mon, 3 Feb 2025, Philippe Mathieu-Daudé wrote: On 3/2/25 15:50, Daniel P. Berrangé wrote: On Mon, Feb 03, 2025 at 02:45:06PM +, Peter Maydell wrote: On Mon, 3 Feb 2025 at 14:33, Daniel P. Berrangé wrote: On Mon, Feb 03, 2025 at 02:29:49PM +, Alex Bennée wrote: Peter Maydell writ

Re: [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM

2025-02-03 Thread Philippe Mathieu-Daudé
On 3/2/25 15:50, Daniel P. Berrangé wrote: On Mon, Feb 03, 2025 at 02:45:06PM +, Peter Maydell wrote: On Mon, 3 Feb 2025 at 14:33, Daniel P. Berrangé wrote: On Mon, Feb 03, 2025 at 02:29:49PM +, Alex Bennée wrote: Peter Maydell writes: On Sat, 1 Feb 2025 at 12:57, BALATON Zoltan

Re: [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM

2025-02-03 Thread Peter Maydell
On Mon, 3 Feb 2025 at 14:50, Daniel P. Berrangé wrote: > > On Mon, Feb 03, 2025 at 02:45:06PM +, Peter Maydell wrote: > > For Arm embedded boards we mostly tend to "restrict the user > > to what you can actually do", except for older boards where > > we tended not to write any kind of sanity c

Re: [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM

2025-02-03 Thread Daniel P . Berrangé
On Mon, Feb 03, 2025 at 02:45:06PM +, Peter Maydell wrote: > On Mon, 3 Feb 2025 at 14:33, Daniel P. Berrangé wrote: > > > > On Mon, Feb 03, 2025 at 02:29:49PM +, Alex Bennée wrote: > > > Peter Maydell writes: > > > > > > > On Sat, 1 Feb 2025 at 12:57, BALATON Zoltan wrote: > > > >> > > >

Re: [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM

2025-02-03 Thread Peter Maydell
On Mon, 3 Feb 2025 at 14:33, Daniel P. Berrangé wrote: > > On Mon, Feb 03, 2025 at 02:29:49PM +, Alex Bennée wrote: > > Peter Maydell writes: > > > > > On Sat, 1 Feb 2025 at 12:57, BALATON Zoltan wrote: > > >> > > >> On Sat, 1 Feb 2025, Philippe Mathieu-Daudé wrote: > > >> > - Deprecate the

Re: [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM

2025-02-03 Thread Daniel P . Berrangé
On Mon, Feb 03, 2025 at 02:29:49PM +, Alex Bennée wrote: > Peter Maydell writes: > > > On Sat, 1 Feb 2025 at 12:57, BALATON Zoltan wrote: > >> > >> On Sat, 1 Feb 2025, Philippe Mathieu-Daudé wrote: > >> > - Deprecate the 'raspi4b' machine name, renaming it as > >> > 'raspi4b-1g' on 32-bit h

Re: [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM

2025-02-03 Thread Alex Bennée
Peter Maydell writes: > On Sat, 1 Feb 2025 at 12:57, BALATON Zoltan wrote: >> >> On Sat, 1 Feb 2025, Philippe Mathieu-Daudé wrote: >> > - Deprecate the 'raspi4b' machine name, renaming it as >> > 'raspi4b-1g' on 32-bit hosts, 'raspi4b-2g' otherwise. >> > - Add the 'raspi4b-4g' and 'raspi4b-8g'

Re: [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM

2025-02-01 Thread Peter Maydell
On Sat, 1 Feb 2025 at 12:57, BALATON Zoltan wrote: > > On Sat, 1 Feb 2025, Philippe Mathieu-Daudé wrote: > > - 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 > > respectivel

Re: [PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM

2025-02-01 Thread BALATON Zoltan
On Sat, 1 Feb 2025, Philippe Mathieu-Daudé wrote: - 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. IMHO (meaning you can ignore it, just my opin

[PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM

2025-02-01 Thread 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