From: "Nicholas Piggin" <npiggin@gmail.com>
To: "Cédric Le Goater" <clg@redhat.com>, qemu-devel@nongnu.org
Cc: <qemu-ppc@nongnu.org>, "Daniel Henrique Barboza" <danielhb413@gmail.com>
Subject: Re: [PATCH v2 0/3] ppc: Remove ref405ep
Date: Mon, 10 Feb 2025 21:51:48 +1000 [thread overview]
Message-ID: <D7OQSUZR3065.2W7CYPR1UJMWT@gmail.com> (raw)
In-Reply-To: <20250204080649.836155-1-clg@redhat.com>
On Tue Feb 4, 2025 at 6:06 PM AEST, Cédric Le Goater wrote:
> Hello,
>
> The PPC 405 CPU and ref405ep machine was deprecated in QEMU 9.1
> because there are no known users, firmware images are not available,
> OpenWRT dropped support in 2019, U-Boot in 2017, and Linux in 2024.
>
> Continue the phase-out process and remove tests, plus boards. The 405
> CPU implementation is kept for a while because it is possible to model
> the power management (OCC) co-processor found on the IBM POWER [8-11]
> processors.
>
> Thanks,
Thanks Cedric, this looks fine. Daniel mentioned updating the MAINTAINER
file, but I think since you've removed the board then the entry can just
be removed as you have since there is no separate MAINTAINER entry for
the 405 CPU emulation. I think the note in the deprecated doc should be
sufficient for that.
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
>
> C.
>
> Changes in v2:
>
> - keep CPU implementation (for OCC possible models)
>
> Cédric Le Goater (3):
> ppc/ppc405: Remove tests
> ppc/ppc405: Remove boards
> hw/ppc: Deprecate 405 CPUs
>
> MAINTAINERS | 6 -
> docs/about/deprecated.rst | 17 +-
> docs/about/removed-features.rst | 7 +
> docs/system/ppc/embedded.rst | 1 -
> hw/ppc/ppc405.h | 186 -----
> hw/ppc/ppc405_boards.c | 520 -------------
> hw/ppc/ppc405_uc.c | 1216 ------------------------------
> tests/qtest/m48t59-test.c | 5 -
> hw/ppc/Kconfig | 9 -
> hw/ppc/meson.build | 3 -
> tests/functional/meson.build | 1 -
> tests/functional/test_ppc_405.py | 37 -
> tests/qtest/meson.build | 1 -
> 13 files changed, 16 insertions(+), 1993 deletions(-)
> delete mode 100644 hw/ppc/ppc405.h
> delete mode 100644 hw/ppc/ppc405_boards.c
> delete mode 100644 hw/ppc/ppc405_uc.c
> delete mode 100755 tests/functional/test_ppc_405.py
next prev parent reply other threads:[~2025-02-10 11:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-04 8:06 [PATCH v2 0/3] ppc: Remove ref405ep Cédric Le Goater
2025-02-04 8:06 ` [PATCH v2 1/3] ppc/ppc405: Remove tests Cédric Le Goater
2025-02-04 8:06 ` [PATCH v2 2/3] ppc/ppc405: Remove boards Cédric Le Goater
2025-02-04 8:06 ` [PATCH v2 3/3] hw/ppc: Deprecate 405 CPUs Cédric Le Goater
2025-02-10 11:51 ` Nicholas Piggin [this message]
2025-03-11 6:25 ` [PATCH v2 0/3] ppc: Remove ref405ep Nicholas Piggin
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=D7OQSUZR3065.2W7CYPR1UJMWT@gmail.com \
--to=npiggin@gmail.com \
--cc=clg@redhat.com \
--cc=danielhb413@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/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.