mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemuhotplugtest: Remove tests for legacy cpu hotplug on x86
Modern cpu hotplug was introduced in qemu-2.7, thus all qemu versions actually support it. Remove the tests for the legacy hotplug. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -874,7 +874,6 @@ mymain(void)
|
||||
} while (0)
|
||||
|
||||
DO_TEST_CPU_GROUP("x86-modern-bulk", 7, true, false);
|
||||
DO_TEST_CPU_GROUP("x86-old-bulk", 7, false, false);
|
||||
DO_TEST_CPU_GROUP("ppc64-modern-bulk", 24, true, false);
|
||||
DO_TEST_CPU_GROUP("ppc64-modern-bulk", 15, true, true);
|
||||
DO_TEST_CPU_GROUP("ppc64-modern-bulk", 23, true, true);
|
||||
|
||||
Reference in New Issue
Block a user