[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] Add emulation of AmigaOne XE board
From: |
BALATON Zoltan |
Subject: |
[PATCH v2 0/3] Add emulation of AmigaOne XE board |
Date: |
Mon, 9 Oct 2023 21:54:04 +0200 (CEST) |
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
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
--
2.30.9
- [PATCH v2 0/3] Add emulation of AmigaOne XE board,
BALATON Zoltan <=
- [PATCH v2 1/3] via-ide: Fix legacy mode emulation, BALATON Zoltan, 2023/10/09
- Re: [PATCH v2 1/3] via-ide: Fix legacy mode emulation, Mark Cave-Ayland, 2023/10/14
- Re: [PATCH v2 1/3] via-ide: Fix legacy mode emulation, BALATON Zoltan, 2023/10/14
- Re: [PATCH v2 1/3] via-ide: Fix legacy mode emulation, Bernhard Beschow, 2023/10/15
- Re: [PATCH v2 1/3] via-ide: Fix legacy mode emulation, Mark Cave-Ayland, 2023/10/15
- Re: [PATCH v2 1/3] via-ide: Fix legacy mode emulation, BALATON Zoltan, 2023/10/15
- Re: [PATCH v2 1/3] via-ide: Fix legacy mode emulation, BALATON Zoltan, 2023/10/16
- Re: [PATCH v2 1/3] via-ide: Fix legacy mode emulation, Mark Cave-Ayland, 2023/10/17
- Re: [PATCH v2 1/3] via-ide: Fix legacy mode emulation, BALATON Zoltan, 2023/10/17
- Re: [PATCH v2 1/3] via-ide: Fix legacy mode emulation, BALATON Zoltan, 2023/10/14