mbox series

[v4,0/8] hw/arm/raspi: QOM housekeeping to be able to add more machines

Message ID 20200924111808.77168-1-f4bug@amsat.org
Headers show
Series hw/arm/raspi: QOM housekeeping to be able to add more machines | expand

Message

Philippe Mathieu-Daudé Sept. 24, 2020, 11:18 a.m. UTC
Machine-specific patches extracted from v2 [*] and rebased.

Series now fully reviewed.

Since v3:
- Fixed typos (Luc)
- Added Luc tags

[*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg680135.html

Based-on: <20200921034729.432931-1-f4bug@amsat.org>
"hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2"

Philippe Mathieu-Daudé (8):
  hw/arm/raspi: Display the board revision in the machine description
  hw/arm/raspi: Load the firmware on the first core
  hw/arm/raspi: Move arm_boot_info structure to RaspiMachineState
  hw/arm/raspi: Avoid using TypeInfo::class_data pointer
  hw/arm/raspi: Use more specific machine names
  hw/arm/raspi: Introduce RaspiProcessorId enum
  hw/arm/raspi: Use RaspiProcessorId to set the firmware load address
  hw/arm/raspi: Remove use of the 'version' value in the board code

 hw/arm/raspi.c | 152 +++++++++++++++++++++++++++----------------------
 1 file changed, 83 insertions(+), 69 deletions(-)

Comments

Peter Maydell Oct. 1, 2020, 1:24 p.m. UTC | #1
On Thu, 24 Sep 2020 at 12:18, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> Machine-specific patches extracted from v2 [*] and rebased.
>
> Series now fully reviewed.
>
> Since v3:
> - Fixed typos (Luc)
> - Added Luc tags
>
> [*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg680135.html
>
> Based-on: <20200921034729.432931-1-f4bug@amsat.org>
> "hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2"



Applied to target-arm.next, thanks.

-- PMM