All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Add emulation of AmigaOne XE board
@ 2023-10-18 20:42 BALATON Zoltan
  2023-10-18 20:42 ` [PATCH v5 1/4] via-ide: Fix legacy mode emulation BALATON Zoltan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: BALATON Zoltan @ 2023-10-18 20:42 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc
  Cc: Nicholas Piggin, Daniel Henrique Barboza, clg, philmd,
	Bernhard Beschow, Mark Cave-Ayland, Rene Engel, vr_qemu

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 (4):
  via-ide: Fix legacy mode emulation
  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/ide/via.c                            |  43 +++-
 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 +++
 11 files changed, 575 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
 create mode 100644 tests/avocado/ppc_amiga.py

-- 
2.30.9



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-19 14:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-18 20:42 [PATCH v5 0/4] Add emulation of AmigaOne XE board BALATON Zoltan
2023-10-18 20:42 ` [PATCH v5 1/4] via-ide: Fix legacy mode emulation BALATON Zoltan
2023-10-19 14:48   ` Mark Cave-Ayland
2023-10-18 20:42 ` [PATCH v5 2/4] hw/pci-host: Add emulation of Mai Logic Articia S BALATON Zoltan
2023-10-18 20:42 ` [PATCH v5 3/4] hw/ppc: Add emulation of AmigaOne XE board BALATON Zoltan
2023-10-18 20:42 ` [PATCH v5 4/4] tests/avocado: Add test for amigaone board BALATON Zoltan

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.