]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/microblaze: Remove the big-endian variants of ml605 and xlnx-zynqmp-pmu
authorThomas Huth <thuth@redhat.com>
Thu, 15 May 2025 13:20:18 +0000 (15:20 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 30 May 2025 07:52:08 +0000 (09:52 +0200)
commit0e259fa5a13a3d0ff65aa4199b1e03832e51e1b2
treed1bdf9cdb223f9a2655d71f329474cb0b3ff72bd
parent6c5477558490cf76dc6d521fe906a2bfbc96ee27
hw/microblaze: Remove the big-endian variants of ml605 and xlnx-zynqmp-pmu

Both machines were added with little-endian in mind only (the
"endianness" CPU property was hard-wired to "true", see commits
133d23b3ad1 and a88bbb006a52), so the variants that showed up
on the big endian target likely never worked. We deprecated these
non-working machine variants two releases ago, and so far nobody
complained, so it should be fine now to disable them. Hard-wire
the machines to little endian now.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250515132019.569365-4-thuth@redhat.com>
docs/about/deprecated.rst
docs/about/removed-features.rst
hw/microblaze/petalogix_ml605_mmu.c
hw/microblaze/xlnx-zynqmp-pmu.c