libuvmem: usermode port of vmem(9)
The quantum cache is disabled, there is no uma. Intent is to use this for resource allocation in bhyve(8), for start. Addition of -luvmem to bhyve linking was done to test changes to share/mk. Reviewed by: bnovkov, markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D27220
This commit is contained in:
@@ -97,7 +97,7 @@ CFLAGS+=-I${.CURDIR} \
|
||||
-I${.CURDIR}/../../contrib/lib9p \
|
||||
-I${SRCTOP}/sys
|
||||
|
||||
LIBADD+= vmmapi md nv pthread z util sbuf cam 9p
|
||||
LIBADD+= vmmapi md nv uvmem pthread z util sbuf cam 9p
|
||||
|
||||
.if ${MK_BHYVE_SNAPSHOT} != "no"
|
||||
LIBADD+= ucl xo
|
||||
|
||||
Reference in New Issue
Block a user