From 875bb7e35b78c609252187dc7bd68d90bf742da9 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 30 Apr 2021 18:03:55 +0200 Subject: 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 Message-Id: <20210430160355.698194-1-thuth@redhat.com> Reviewed-by: Peter Maydell Reviewed-by: Richard Henderson [Commit message typos fixed, trivial conflicts resolved] Signed-off-by: Markus Armbruster --- MAINTAINERS | 8 -------- 1 file changed, 8 deletions(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 06642d9799..50884fef15 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -258,14 +258,6 @@ MIPS TCG CPUs (nanoMIPS ISA) S: Orphan F: disas/nanomips.* -Moxie TCG CPUs -M: Anthony Green -S: Maintained -F: target/moxie/ -F: disas/moxie.c -F: hw/moxie/ -F: default-configs/*/moxie-softmmu.mak - NiosII TCG CPUs M: Chris Wulff M: Marek Vasut -- cgit v1.2.3 From 09ec85176e4095be15f233ebc870d5680123f024 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 1 May 2021 09:57:47 +0200 Subject: block: Drop the sheepdog block driver It was deprecated in commit e1c4269763, v5.2.0. See that commit message for rationale. Signed-off-by: Markus Armbruster Message-Id: <20210501075747.3293186-1-armbru@redhat.com> ACKed-by: Peter Krempa --- MAINTAINERS | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 50884fef15..c765165e5c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3072,12 +3072,6 @@ L: qemu-block@nongnu.org S: Supported F: block/rbd.c -Sheepdog -M: Liu Yuan -L: qemu-block@nongnu.org -S: Odd Fixes -F: block/sheepdog.c - VHDX M: Jeff Cody L: qemu-block@nongnu.org -- cgit v1.2.3 From 9d49bcf6992a2ba77f79d2512e23b8ca26d72f6a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 3 May 2021 10:40:33 +0200 Subject: Drop the deprecated lm32 target Target lm32 was deprecated in commit d8498005122, v5.2.0. See there for rationale. Some of its code lives on in device models derived from milkymist ones: hw/char/digic-uart.c and hw/display/bcm2835_fb.c. Cc: Michael Walle Signed-off-by: Markus Armbruster Message-Id: <20210503084034.3804963-2-armbru@redhat.com> Acked-by: Michael Walle [Trivial conflicts resolved, reST markup fixed] --- MAINTAINERS | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index c765165e5c..96855fbc73 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -207,19 +207,6 @@ F: disas/hppa.c F: hw/net/*i82596* F: include/hw/net/lasi_82596.h -LM32 TCG CPUs -R: Michael Walle -S: Orphan -F: target/lm32/ -F: disas/lm32.c -F: hw/lm32/ -F: hw/*/lm32_* -F: hw/*/milkymist-* -F: include/hw/display/milkymist_tmu2.h -F: include/hw/char/lm32_juart.h -F: include/hw/lm32/ -F: tests/tcg/lm32/ - M68K TCG CPUs M: Laurent Vivier S: Maintained @@ -1081,18 +1068,6 @@ F: default-configs/*/hppa-softmmu.mak F: hw/hppa/ F: pc-bios/hppa-firmware.img -LM32 Machines -------------- -EVR32 and uclinux BSP -R: Michael Walle -S: Orphan -F: hw/lm32/lm32_boards.c - -milkymist -R: Michael Walle -S: Orphan -F: hw/lm32/milkymist.c - M68K Machines ------------- an5206 -- cgit v1.2.3 From 4369223902a79b7fc56ca076d99b88ff14964ddd Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 3 May 2021 10:40:34 +0200 Subject: Drop the deprecated unicore32 target Target unicore32 was deprecated in commit 8e4ff4a8d2b, v5.2.0. See there for rationale. Cc: Guan Xuetao Signed-off-by: Markus Armbruster Message-Id: <20210503084034.3804963-3-armbru@redhat.com> Acked-by: Thomas Huth --- MAINTAINERS | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 96855fbc73..607648b56c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -318,13 +318,6 @@ F: hw/sparc64/ F: include/hw/sparc/sparc64.h F: disas/sparc.c -UniCore32 TCG CPUs -M: Guan Xuetao -S: Maintained -F: target/unicore32/ -F: hw/unicore32/ -F: include/hw/unicore32/ - X86 TCG CPUs M: Paolo Bonzini M: Richard Henderson @@ -1508,14 +1501,6 @@ F: hw/s390x/s390-pci* F: include/hw/s390x/s390-pci* L: qemu-s390x@nongnu.org -UniCore32 Machines ------------------- -PKUnity-3 SoC initramfs-with-busybox -M: Guan Xuetao -S: Maintained -F: hw/*/puv3* -F: hw/unicore32/ - X86 Machines ------------ PC -- cgit v1.2.3