bhyve: Remove VM_MAXCPU from the userspace API/ABI.

Reviewed by:	grehan
Differential Revision:	https://reviews.freebsd.org/D34494
This commit is contained in:
John Baldwin 2022-03-09 15:39:28 -08:00
parent c76e4b89d9
commit f1d450ddee

View File

@ -469,7 +469,9 @@ void vm_copyout(struct vm *vm, int vcpuid, const void *kaddr,
int vcpu_trace_exceptions(struct vm *vm, int vcpuid);
#endif /* KERNEL */
#ifdef _KERNEL
#define VM_MAXCPU 16 /* maximum virtual cpus */
#endif
/*
* Identifiers for optional vmm capabilities