Home | History | Annotate | Download | only in qemu

Lines Matching refs:max_cpus

3890     machine->max_cpus = machine->max_cpus ?: 1; /* Default to UP */
3891 if (smp_cpus > machine->max_cpus) {
3894 machine->max_cpus);