summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2013-09-10 03:48:18 +0000
committergrehan <grehan@FreeBSD.org>2013-09-10 03:48:18 +0000
commit3d2b366a366c56edb8a86a84ee95f0de06fa61a4 (patch)
tree9b365b6d634cf76760a5d9a14f8709441d660814 /sys/amd64/include
parenta23043347caa65ac4c8e91f806ab2319dbbd657c (diff)
downloadFreeBSD-src-3d2b366a366c56edb8a86a84ee95f0de06fa61a4.zip
FreeBSD-src-3d2b366a366c56edb8a86a84ee95f0de06fa61a4.tar.gz
Go way past 11 and bump bhyve's max vCPUs to 16.
This should be sufficient for 10.0 and will do until forthcoming work to avoid limitations in this area is complete. Thanks to Bela Lubkin at tidalscale for the headsup on the apic/cpu id/io apic ASL parameters that are actually hex values and broke when written as decimal when 11 vCPUs were configured. Approved by: re@
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/vmm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/vmm.h b/sys/amd64/include/vmm.h
index 617c682..b741247 100644
--- a/sys/amd64/include/vmm.h
+++ b/sys/amd64/include/vmm.h
@@ -150,7 +150,7 @@ void vm_interrupt_hostcpu(struct vm *vm, int vcpu);
#include <machine/vmm_instruction_emul.h>
-#define VM_MAXCPU 8 /* maximum virtual cpus */
+#define VM_MAXCPU 16 /* maximum virtual cpus */
/*
* Identifiers for events that can be injected into the VM
OpenPOWER on IntegriCloud