]> Git Repo - qemu.git/blobdiff - tests/cpu-plug-test.c
Include hw/qdev-properties.h less
[qemu.git] / tests / cpu-plug-test.c
index f4a677d23809c70627acaf31924cabce7401e8d0..668f00144e7eafcb07558eedb38e3c1df158c1c1 100644 (file)
@@ -157,9 +157,7 @@ static void add_pc_test_case(const char *mname)
         (strcmp(mname, "pc-0.15") == 0) ||
         (strcmp(mname, "pc-0.14") == 0) ||
         (strcmp(mname, "pc-0.13") == 0) ||
-        (strcmp(mname, "pc-0.12") == 0) ||
-        (strcmp(mname, "pc-0.11") == 0) ||
-        (strcmp(mname, "pc-0.10") == 0)) {
+        (strcmp(mname, "pc-0.12") == 0)) {
         path = g_strdup_printf("cpu-plug/%s/init/%ux%ux%u&maxcpus=%u",
                                mname, data->sockets, data->cores,
                                data->threads, data->maxcpus);
This page took 0.023127 seconds and 4 git commands to generate.