diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-11-20 15:08:24 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-11-23 14:10:04 +0000 |
commit | 9997771bc17fa90297085118d7faa8256fe57b12 (patch) | |
tree | 9ab43b8bb89945d935af700056f6996b7fbcfb74 /hw/nios2/generic_nommu.c | |
parent | 4789f9d3a16dbd8139d935ec3c5008d0fbd40f88 (diff) | |
download | qemu-9997771bc17fa90297085118d7faa8256fe57b12.zip qemu-9997771bc17fa90297085118d7faa8256fe57b12.tar.gz qemu-9997771bc17fa90297085118d7faa8256fe57b12.tar.bz2 |
target/nios2: Deprecate the Nios II architecture
See commit 9ba1caf510 ("MAINTAINERS: Mark the Nios II CPU as orphan"),
last contribution from Chris was in 2012 [1] and Marek in 2018 [2].
[1] https://lore.kernel.org/qemu-devel/1352607539-10455-2-git-send-email-crwulff@gmail.com/
[2] https://lore.kernel.org/qemu-devel/805fc7b5-03f0-56d4-abfd-ed010d4fa769@denx.de/
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Marek Vasut <marex@denx.de>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20231117070250.32932-1-philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231120150833.2552739-6-alex.bennee@linaro.org>
Diffstat (limited to 'hw/nios2/generic_nommu.c')
-rw-r--r-- | hw/nios2/generic_nommu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/nios2/generic_nommu.c b/hw/nios2/generic_nommu.c index 48edb3a..defa169 100644 --- a/hw/nios2/generic_nommu.c +++ b/hw/nios2/generic_nommu.c @@ -95,6 +95,7 @@ static void nios2_generic_nommu_machine_init(struct MachineClass *mc) { mc->desc = "Generic NOMMU Nios II design"; mc->init = nios2_generic_nommu_init; + mc->deprecation_reason = "Nios II architecture is deprecated"; } DEFINE_MACHINE("nios2-generic-nommu", nios2_generic_nommu_machine_init); |