Home | History | Annotate | Download | only in qemu

Lines Matching refs:max_cpus

3943     machine->max_cpus = machine->max_cpus ?: 1; /* Default to UP */
3944 if (smp_cpus > machine->max_cpus) {
3947 machine->max_cpus);