From: "Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>
To: Peter Maydell <peter.maydell@linaro.org>,
qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: "Pierrick Bouvier" <pierrick.bouvier@oss.qualcomm.com>,
"Philippe Mathieu-Daudé" <philmd@mailo.com>,
"Jan Kiszka" <jan.kiszka@web.de>
Subject: Re: [PATCH 3/5] hw/arm: Remove the 'musicpal' machine
Date: Thu, 20 Aug 2026 12:55:51 +0200 [thread overview]
Message-ID: <2cceefa5-e087-4c91-a57d-391963cfdb7b@oss.qualcomm.com> (raw)
In-Reply-To: <20260819185430.3467629-4-peter.maydell@linaro.org>
On 19/8/26 20:54, Peter Maydell wrote:
> The 'musicpal' machine emulates the Freecom MusicPal, which was an
> "internet radio" released in the mid-2000s. The stock system used a
> 2.6.16 Linux kernel, but as far as I'm aware, support for the
> hardware was never upstreamed to the mainline kernel.
>
> There are a number of reasons for deprecating this board:
> * The hardware is now solidly obsolete
> * It was never supported in mainline Linux
> * The SoC is a Marvell one with no public datasheet
> * The only QEMU changes to it have been the usual tree wide
> updates and refactoring work
> * The only bug report we've ever had about it has been one of
> the usual "bug found by static analysis" kind
>
> But in fact we can just drop it immediately, because in commit
> 59754f85ed35 ("target/arm: Do memory type alignment check when
> translation disabled") in 2024 we broke the boot of the standard
> firmware image for this board. (The image's u-boot does a LDRH to an
> unaligned address, which is UNPREDICTABLE; we used to let it through,
> but that commit makes it take a Data Abort, so the image crashes
> before it boots the kernel.) Since nobody complained, we can deduce
> that nobody's actually using this machine.
>
> Remove the machine proper, and note this in the docs. Devices used
> only by this board will be removed in subsequent commits.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> MAINTAINERS | 10 -
> configs/devices/arm-softmmu/default.mak | 1 -
> docs/about/removed-features.rst | 10 +
> docs/system/arm/musicpal.rst | 19 -
> docs/system/target-arm.rst | 1 -
> hw/arm/Kconfig | 12 -
> hw/arm/meson.build | 1 -
> hw/arm/musicpal.c | 1388 -----------------------
> 8 files changed, 10 insertions(+), 1432 deletions(-)
> delete mode 100644 docs/system/arm/musicpal.rst
> delete mode 100644 hw/arm/musicpal.c
Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
next prev parent reply other threads:[~2026-08-20 10:56 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-19 18:54 [PATCH 0/5] arm: Remove the 'musicpal' machine Peter Maydell
2026-08-19 18:54 ` [PATCH 1/5] tests/qtest/pflash-cfi02-test: Don't use musicpal machine for testing Peter Maydell
2026-08-20 11:13 ` Philippe Mathieu-Daudé
2026-08-19 18:54 ` [PATCH 2/5] hw/arm: Remove spurious WM8750 dependency from Realview Kconfig Peter Maydell
2026-08-19 19:37 ` Richard Henderson
2026-08-20 10:55 ` Philippe Mathieu-Daudé
2026-08-21 8:32 ` Peter Maydell
2026-08-19 18:54 ` [PATCH 3/5] hw/arm: Remove the 'musicpal' machine Peter Maydell
2026-08-19 19:35 ` Richard Henderson
2026-08-20 10:55 ` Philippe Mathieu-Daudé [this message]
2026-08-19 18:54 ` [PATCH 4/5] hw: Remove Marvell 88W8618 devices Peter Maydell
2026-08-19 19:35 ` Richard Henderson
2026-08-20 10:59 ` Philippe Mathieu-Daudé
2026-08-21 8:37 ` Peter Maydell
2026-08-19 18:54 ` [PATCH 5/5] hw/audio: Remove wm8750 I2C audio device Peter Maydell
2026-08-19 19:36 ` Richard Henderson
2026-08-20 11:15 ` Philippe Mathieu-Daudé
2026-08-20 10:13 ` [PATCH 0/5] arm: Remove the 'musicpal' machine Jan Kiszka
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=2cceefa5-e087-4c91-a57d-391963cfdb7b@oss.qualcomm.com \
--to=philmd@oss.qualcomm.com \
--cc=jan.kiszka@web.de \
--cc=peter.maydell@linaro.org \
--cc=philmd@mailo.com \
--cc=pierrick.bouvier@oss.qualcomm.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@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.