qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 0/3] Add emulation of AmigaOne XE board


From: BALATON Zoltan
Subject: Re: [PATCH v3 0/3] Add emulation of AmigaOne XE board
Date: Tue, 17 Oct 2023 00:25:10 +0200 (CEST)

On Sat, 14 Oct 2023, BALATON Zoltan wrote:
Changes in v3:
- Update values, comment and commit message in patch 1 again

Changes in v2:
- Update comment and commit message in patch 1 (Mark)
- Fix irq mapping in patch 2 (Volker)

Regards,
BALATON Zoltan

BALATON Zoltan (3):
 via-ide: Fix legacy mode emulation
 hw/pci-host: Add emulation of Mai Logic Articia S
 hw/ppc: Add emulation of AmigaOne XE board

Nick, Daniel, Cédric,

Patch 1 is not related to PPC and is still debated but just to make sure we don't get too close to freeze again I ask about patch 2 and 3 in the maintime. Not sure who will merge this series at the end but if you can give an Acked-by for the last two patches maybe Philippe can take care of the series or is any of you plan to take it via ppc?

Regards,
BALATON Zoltan

MAINTAINERS                             |   8 +
configs/devices/ppc-softmmu/default.mak |   1 +
hw/ide/via.c                            |  41 +++-
hw/pci-host/Kconfig                     |   5 +
hw/pci-host/articia.c                   | 293 ++++++++++++++++++++++++
hw/pci-host/meson.build                 |   2 +
hw/ppc/Kconfig                          |   7 +
hw/ppc/amigaone.c                       | 164 +++++++++++++
hw/ppc/meson.build                      |   2 +
include/hw/pci-host/articia.h           |  17 ++
10 files changed, 535 insertions(+), 5 deletions(-)
create mode 100644 hw/pci-host/articia.c
create mode 100644 hw/ppc/amigaone.c
create mode 100644 include/hw/pci-host/articia.h


reply via email to

[Prev in Thread] Current Thread [Next in Thread]