[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] Document MAX_CPUMASK_BITS and use it when limit
From: |
Eduardo Habkost |
Subject: |
[Qemu-devel] [PATCH 0/2] Document MAX_CPUMASK_BITS and use it when limiting max_cpus |
Date: |
Tue, 18 Mar 2014 16:29:22 -0300 |
Small rework of patches 6/7 and 7/7 from the previous APIC-ID-limit series I
sent (which broke the build and where reverted).
Instead of renaming MAX_CPUMASK_BITS like I did previously, just document it
and use it on the (max_cpus > 255) check on vl.c.
Eduardo Habkost (2):
sysemu.h: Document what MAX_CPUMASK_BITS really limits
vl.c: Use MAX_CPUMASK_BITS macro instead of hardcoded constant
include/sysemu/sysemu.h | 7 +++++++
vl.c | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
--
1.8.5.3
- [Qemu-devel] [PATCH 0/2] Document MAX_CPUMASK_BITS and use it when limiting max_cpus,
Eduardo Habkost <=