Re: [RFC PATCH 0/3] single-binary: make QAPI generated files common

2025-04-29 Thread BALATON Zoltan
there or we may use multi:name format for those that cannot have a main architecture. Or we can list them with multiple names, one for each arch so any of them could be used and on start to select the machine and the binary can check that all of the listed archs are compiled in. Specifying the a

Re: [PATCH v2 11/12] hw/arm/raspi: Deprecate old raspiX machine names

2025-02-04 Thread BALATON Zoltan
ap`` is now an alias for ``raspi,model=3A+`` +- `raspi3b`` is now an alias for ``raspi,model=3B`` +- `raspi4b`` is now an alias for ``raspi,model=4B`` This is not how we typically handle "we have a bunch of different devboards in one family". What's wrong with the existing

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

2025-02-03 Thread BALATON Zoltan
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 'rasp

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

2025-02-01 Thread BALATON Zoltan
th -memory so that could also select the revision as a convenience if this is tied to a specific revision. Regards, BALATON Zoltan 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