Lines Matching refs:cli
26 g_autofree char *cli = NULL; in test_mon_explicit() local
28 cli = make_cli(data, "-machine smp.cpus=8 -numa node,nodeid=0,memdev=ram,cpus=0-3 " in test_mon_explicit()
30 qts = qtest_init(cli); in test_mon_explicit()
43 g_autofree char *cli = NULL; in test_def_cpu_split() local
45 cli = make_cli(data, "-machine smp.cpus=8,smp.sockets=8 " in test_def_cpu_split()
47 qts = qtest_init(cli); in test_def_cpu_split()
60 g_autofree char *cli = NULL; in test_mon_partial() local
62 cli = make_cli(data, "-machine smp.cpus=8 " in test_mon_partial()
65 qts = qtest_init(cli); in test_mon_partial()
88 g_autofree char *cli = NULL; in test_query_cpus() local
90 cli = make_cli(data, "-machine smp.cpus=8 -numa node,memdev=ram,cpus=0-3 " in test_query_cpus()
92 qts = qtest_init(cli); in test_query_cpus()
126 g_autofree char *cli = NULL; in pc_numa_cpu() local
128 cli = make_cli(data, in pc_numa_cpu()
135 qts = qtest_init(cli); in pc_numa_cpu()
180 g_autofree char *cli = NULL; in spapr_numa_cpu() local
182 cli = make_cli(data, "-machine smp.cpus=4,smp.cores=4 " in spapr_numa_cpu()
188 qts = qtest_init(cli); in spapr_numa_cpu()
225 g_autofree char *cli = NULL; in aarch64_numa_cpu() local
227 cli = make_cli(data, "-machine " in aarch64_numa_cpu()
232 qts = qtest_init(cli); in aarch64_numa_cpu()
275 g_autofree char *cli = NULL; in loongarch64_numa_cpu() local
277 cli = make_cli(data, "-machine " in loongarch64_numa_cpu()
282 qts = qtest_init(cli); in loongarch64_numa_cpu()
323 g_autofree char *cli = NULL; in pc_dynamic_cpu_cfg() local
325 cli = make_cli(data, "-nodefaults --preconfig " in pc_dynamic_cpu_cfg()
327 qs = qtest_init(cli); in pc_dynamic_cpu_cfg()
382 g_autofree char *cli = NULL; in pc_hmat_build_cfg() local
384 cli = make_cli(data, "-nodefaults --preconfig -machine hmat=on " in pc_hmat_build_cfg()
393 qs = qtest_init(cli); in pc_hmat_build_cfg()
511 g_autofree char *cli = NULL; in pc_hmat_off_cfg() local
513 cli = make_cli(data, "-nodefaults --preconfig " in pc_hmat_off_cfg()
519 qs = qtest_init(cli); in pc_hmat_off_cfg()
550 g_autofree char *cli = NULL; in pc_hmat_erange_cfg() local
552 cli = make_cli(data, "-nodefaults --preconfig -machine hmat=on " in pc_hmat_erange_cfg()
561 qs = qtest_init(cli); in pc_hmat_erange_cfg()