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 v6 0/3] Add emulation of AmigaOne XE board
Date: Wed, 25 Oct 2023 14:21:16 +1000 [thread overview]
Message-ID: <CWH8DOBKCA46.7I53VPCZYZSB@wheely> (raw)
In-Reply-To: <cover.1698190128.git.balaton@eik.bme.hu>
Okay good, I could merge it via ppc tree then.
Sorry haven't done a PR yet, I've been struggling to get much time :(
Thanks,
Nick
On Wed Oct 25, 2023 at 9:49 AM AEST, BALATON Zoltan wrote:
> Changes in v6:
> - Dropped patch 1, now it's
> Based-on: <20231024224056.842607-1-mark.cave-ayland@ilande.co.uk>
> ([PATCH v2 0/3] ide: implement simple legacy/native mode switching for PCI IDE controllers)
> - Added Tested-by from Rene
>
> Changes in v5:
> - Fixed avocado test
>
> Changes in v4:
> - Found typo in comment in patch 1 so ended up rewording it again
> trying to make it more concise. Also take the idea of using
> range_covers_byte from Mark's patch
> - Added RFC patch for avocado test (untested, I don't have Avocado)
>
> 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):
> hw/pci-host: Add emulation of Mai Logic Articia S
> hw/ppc: Add emulation of AmigaOne XE board
> tests/avocado: Add test for amigaone board
>
> MAINTAINERS | 8 +
> configs/devices/ppc-softmmu/default.mak | 1 +
> 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 ++
> tests/avocado/ppc_amiga.py | 38 +++
> 10 files changed, 537 insertions(+)
> create mode 100644 hw/pci-host/articia.c
> create mode 100644 hw/ppc/amigaone.c
> create mode 100644 include/hw/pci-host/articia.h
> create mode 100644 tests/avocado/ppc_amiga.py
prev parent reply other threads:[~2023-10-25 4:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-24 23:49 [PATCH v6 0/3] Add emulation of AmigaOne XE board BALATON Zoltan
2023-10-24 23:49 ` [PATCH v6 1/3] hw/pci-host: Add emulation of Mai Logic Articia S BALATON Zoltan
2023-10-24 23:49 ` [PATCH v6 2/3] hw/ppc: Add emulation of AmigaOne XE board BALATON Zoltan
2023-10-24 23:49 ` [PATCH v6 3/3] tests/avocado: Add test for amigaone board BALATON Zoltan
2023-10-25 4:21 ` Nicholas Piggin [this message]
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=CWH8DOBKCA46.7I53VPCZYZSB@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).