From df2373adbb235e3c1868835adf2681ba23cf9f0e Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 24 Mar 2023 10:25:05 +0100 Subject: [PATCH] testutilsqemu: Drop fake capability testing infrastructure for 'aarch64' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that all tests were converted to use real capabilities we don't need it any more. Remove it so that no new tests are added with it. 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 f3199755f6..b75241d545 100644 --- a/tests/testutilsqemu.c +++ b/tests/testutilsqemu.c @@ -29,7 +29,6 @@ static virCPUDef *cpuPower10; static const char *qemu_emulators[VIR_ARCH_LAST] = { [VIR_ARCH_I686] = "/usr/bin/qemu-system-i386", [VIR_ARCH_X86_64] = "/usr/bin/qemu-system-x86_64", - [VIR_ARCH_AARCH64] = "/usr/bin/qemu-system-aarch64", }; static const char *const i386_machines[] = { @@ -39,20 +38,15 @@ static const char *const i386_machines[] = { static const char *const x86_64_machines[] = { "pc", "q35", NULL }; -static const char *const aarch64_machines[] = { - "virt", "virt-2.6", "versatilepb", NULL -}; static const char *const *qemu_machines[VIR_ARCH_LAST] = { [VIR_ARCH_I686] = i386_machines, [VIR_ARCH_X86_64] = x86_64_machines, - [VIR_ARCH_AARCH64] = aarch64_machines, }; static const char *qemu_default_ram_id[VIR_ARCH_LAST] = { [VIR_ARCH_I686] = "pc.ram", [VIR_ARCH_X86_64] = "pc.ram", - [VIR_ARCH_AARCH64] = "mach-virt.ram", }; char *