Home | History | Annotate | Download | only in qemu

Lines Matching refs:max_cpus

2790     machine->max_cpus = machine->max_cpus ?: 1; /* Default to UP */
2791 if (smp_cpus > machine->max_cpus) {
2794 machine->max_cpus);