Lines Matching full:path
52 if (qdict_haskey(cpu, "qom-path")) { in test_plug_with_device_add()
83 char *path; in add_pc_test_case() local
99 path = g_strdup_printf("cpu-plug/%s/device-add/%ux%ux%u&maxcpus=%u", in add_pc_test_case()
102 qtest_add_data_func_full(path, data, test_plug_with_device_add, in add_pc_test_case()
104 g_free(path); in add_pc_test_case()
109 char *path; in add_pseries_test_case() local
125 path = g_strdup_printf("cpu-plug/%s/device-add/%ux%ux%u&maxcpus=%u", in add_pseries_test_case()
128 qtest_add_data_func_full(path, data, test_plug_with_device_add, in add_pseries_test_case()
130 g_free(path); in add_pseries_test_case()
135 char *path; in add_s390x_test_case() local
151 path = g_strdup_printf("cpu-plug/%s/device-add/%ux%ux%u&maxcpus=%u", in add_s390x_test_case()
154 qtest_add_data_func_full(path, data, test_plug_with_device_add, in add_s390x_test_case()
156 g_free(path); in add_s390x_test_case()
161 char *path; in add_loongarch_test_case() local
173 path = g_strdup_printf("cpu-plug/%s/device-add/%ux%ux%u&maxcpus=%u", in add_loongarch_test_case()
176 qtest_add_data_func_full(path, data, test_plug_with_device_add, in add_loongarch_test_case()
178 g_free(path); in add_loongarch_test_case()