From: "Nicholas Piggin" <npiggin@gmail.com>
To: "BALATON Zoltan" <balaton@eik.bme.hu>, <qemu-devel@nongnu.org>,
<qemu-ppc@nongnu.org>
Cc: "Daniel Henrique Barboza" <danielhb413@gmail.com>, <clg@kaod.org>,
<philmd@linaro.org>, "Bernhard Beschow" <shentey@gmail.com>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Rene Engel" <ReneEngel80@emailn.de>, <vr_qemu@t-online.de>
Subject: Re: [PATCH v3 0/3] Add emulation of AmigaOne XE board
Date: Tue, 17 Oct 2023 13:59:18 +1000 [thread overview]
Message-ID: <CWAEWI5YNWTD.11GO4ENF2OC5M@wheely> (raw)
In-Reply-To: <81c6d451-a457-16ad-2f5d-5764bd32b4d5@eik.bme.hu>
On Tue Oct 17, 2023 at 8:25 AM AEST, BALATON Zoltan wrote:
> 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?
Hey,
I could take patch 2/3 via ppc tree, although I don't know much about
platform and pci so some review/ack would be good.
I guess you could submit the Amiga stuff yourself too if you wanted,
you have much better understanding of it and I don't really know how to
test either (other than a few of the free to download installer images
for one or two of those OSes).
Thanks,
Nick
>
> 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
> >
> >
next prev parent reply other threads:[~2023-10-17 4:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-14 19:37 [PATCH v3 0/3] Add emulation of AmigaOne XE board BALATON Zoltan
2023-10-14 19:37 ` [PATCH v3 1/3] via-ide: Fix legacy mode emulation BALATON Zoltan
2023-10-15 14:04 ` Mark Cave-Ayland
2023-10-14 19:37 ` [PATCH v3 2/3] hw/pci-host: Add emulation of Mai Logic Articia S BALATON Zoltan
2023-10-14 19:37 ` [PATCH v3 3/3] hw/ppc: Add emulation of AmigaOne XE board BALATON Zoltan
2023-10-16 22:25 ` [PATCH v3 0/3] " BALATON Zoltan
2023-10-17 3:59 ` Nicholas Piggin [this message]
2023-10-24 16:11 ` BALATON Zoltan
2023-10-17 6:41 ` Cédric Le Goater
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CWAEWI5YNWTD.11GO4ENF2OC5M@wheely \
--to=npiggin@gmail.com \
--cc=ReneEngel80@emailn.de \
--cc=balaton@eik.bme.hu \
--cc=clg@kaod.org \
--cc=danielhb413@gmail.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=shentey@gmail.com \
--cc=vr_qemu@t-online.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.