From e5786922db1bea9f7968ad5c49b2d17026b6fd24 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 2 Mar 2023 16:58:06 +0100 Subject: [PATCH] testutilsqemu: Drop support for fake-caps testing of 'sparc' architecture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All tests were converted to use real capabilities so there's no need to support the infrastructure for fake tests. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- tests/testutilsqemu.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/testutilsqemu.c b/tests/testutilsqemu.c index 89c257fe0e..fdd1e68384 100644 --- a/tests/testutilsqemu.c +++ b/tests/testutilsqemu.c @@ -35,7 +35,6 @@ static const char *qemu_emulators[VIR_ARCH_LAST] = { [VIR_ARCH_RISCV32] = "/usr/bin/qemu-system-riscv32", [VIR_ARCH_RISCV64] = "/usr/bin/qemu-system-riscv64", [VIR_ARCH_S390X] = "/usr/bin/qemu-system-s390x", - [VIR_ARCH_SPARC] = "/usr/bin/qemu-system-sparc", }; static const virArch arch_alias[VIR_ARCH_LAST] = { @@ -71,9 +70,6 @@ static const char *const riscv64_machines[] = { static const char *const s390x_machines[] = { "s390-ccw-virtio", NULL }; -static const char *const sparc_machines[] = { - "SS-5", NULL -}; static const char *const *qemu_machines[VIR_ARCH_LAST] = { [VIR_ARCH_I686] = i386_machines, @@ -85,7 +81,6 @@ static const char *const *qemu_machines[VIR_ARCH_LAST] = { [VIR_ARCH_RISCV32] = riscv32_machines, [VIR_ARCH_RISCV64] = riscv64_machines, [VIR_ARCH_S390X] = s390x_machines, - [VIR_ARCH_SPARC] = sparc_machines, }; static const char *const *kvm_machines[VIR_ARCH_LAST] = { @@ -120,7 +115,6 @@ static const char *qemu_default_ram_id[VIR_ARCH_LAST] = { [VIR_ARCH_PPC64] = "ppc_spapr.ram", [VIR_ARCH_PPC] = "ppc_spapr.ram", [VIR_ARCH_S390X] = "s390.ram", - [VIR_ARCH_SPARC] = "sun4m.ram", }; char *