]> git.proxmox.com Git - mirror_qemu.git/commit
Drop the deprecated unicore32 target
authorMarkus Armbruster <armbru@redhat.com>
Mon, 3 May 2021 08:40:34 +0000 (10:40 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 12 May 2021 16:20:52 +0000 (18:20 +0200)
commit4369223902a79b7fc56ca076d99b88ff14964ddd
treedf1318df98ee820d0ccf3a698efb91b3a523cafd
parent9d49bcf6992a2ba77f79d2512e23b8ca26d72f6a
Drop the deprecated unicore32 target

Target unicore32 was deprecated in commit 8e4ff4a8d2b, v5.2.0.  See
there for rationale.

Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210503084034.3804963-3-armbru@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
42 files changed:
.gitlab-ci.yml
MAINTAINERS
configure
default-configs/devices/unicore32-softmmu.mak [deleted file]
default-configs/targets/unicore32-softmmu.mak [deleted file]
docs/system/deprecated.rst
docs/system/removed-features.rst
fpu/softfloat-specialize.c.inc
hw/Kconfig
hw/dma/meson.build
hw/dma/puv3_dma.c [deleted file]
hw/gpio/meson.build
hw/gpio/puv3_gpio.c [deleted file]
hw/intc/meson.build
hw/intc/puv3_intc.c [deleted file]
hw/meson.build
hw/misc/meson.build
hw/misc/puv3_pm.c [deleted file]
hw/timer/meson.build
hw/timer/puv3_ost.c [deleted file]
hw/unicore32/Kconfig [deleted file]
hw/unicore32/meson.build [deleted file]
hw/unicore32/puv3.c [deleted file]
include/elf.h
include/exec/poison.h
include/hw/unicore32/puv3.h [deleted file]
include/sysemu/arch_init.h
qapi/machine.json
softmmu/arch_init.c
target/meson.build
target/unicore32/cpu-param.h [deleted file]
target/unicore32/cpu-qom.h [deleted file]
target/unicore32/cpu.c [deleted file]
target/unicore32/cpu.h [deleted file]
target/unicore32/helper.c [deleted file]
target/unicore32/helper.h [deleted file]
target/unicore32/meson.build [deleted file]
target/unicore32/op_helper.c [deleted file]
target/unicore32/softmmu.c [deleted file]
target/unicore32/translate.c [deleted file]
target/unicore32/ucf64_helper.c [deleted file]
tests/qtest/machine-none-test.c