]> git.proxmox.com Git - mirror_qemu.git/commit
Remove the deprecated moxie target
authorThomas Huth <thuth@redhat.com>
Fri, 30 Apr 2021 16:03:55 +0000 (18:03 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 12 May 2021 15:42:23 +0000 (17:42 +0200)
commit875bb7e35b78c609252187dc7bd68d90bf742da9
treee7ca74d7de49fb172c8f5d1f54de5ee27507f650
parenta67b996e7894edfafbcd3fd007c9f58f26d25908
Remove the deprecated moxie target

There are no known users of this CPU anymore, and there are no
binaries available online which could be used for regression tests,
so the code has likely completely bit-rotten already. It's been
marked as deprecated since two releases now and nobody spoke up
that there is still a need to keep it, thus let's remove it now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210430160355.698194-1-thuth@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
[Commit message typos fixed, trivial conflicts resolved]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
38 files changed:
.gitlab-ci.yml
MAINTAINERS
default-configs/devices/moxie-softmmu.mak [deleted file]
default-configs/targets/moxie-softmmu.mak [deleted file]
disas/meson.build
disas/moxie.c [deleted file]
docs/system/deprecated.rst
docs/system/removed-features.rst
fpu/softfloat-specialize.c.inc
hw/Kconfig
hw/meson.build
hw/moxie/Kconfig [deleted file]
hw/moxie/meson.build [deleted file]
hw/moxie/moxiesim.c [deleted file]
include/disas/dis-asm.h
include/elf.h
include/exec/poison.h
include/hw/elf_ops.h
include/sysemu/arch_init.h
meson.build
qapi/machine.json
qapi/misc-target.json
softmmu/arch_init.c
target/meson.build
target/moxie/cpu-param.h [deleted file]
target/moxie/cpu.c [deleted file]
target/moxie/cpu.h [deleted file]
target/moxie/helper.c [deleted file]
target/moxie/helper.h [deleted file]
target/moxie/machine.c [deleted file]
target/moxie/machine.h [deleted file]
target/moxie/meson.build [deleted file]
target/moxie/mmu.c [deleted file]
target/moxie/mmu.h [deleted file]
target/moxie/translate.c [deleted file]
tests/qtest/boot-serial-test.c
tests/qtest/machine-none-test.c
tests/qtest/meson.build