summaryrefslogtreecommitdiff
path: root/usr/src/lib/libvmmapi/common/vmmapi.h
diff options
context:
space:
mode:
authorJason King <jasonbking@users.noreply.github.com>2021-03-08 14:57:47 -0600
committerGitHub <noreply@github.com>2021-03-08 14:57:47 -0600
commita6033573eedd94118d2b9e65f45deca0bf4b42f7 (patch)
tree92b8a87d98df9c991d1713c6fd6282eb1f2ece20 /usr/src/lib/libvmmapi/common/vmmapi.h
parenta20b12c5450be0d2fc1b64450605364b6f188003 (diff)
downloadillumos-joyent-a6033573eedd94118d2b9e65f45deca0bf4b42f7.tar.gz
OS-8005 bhyve memory pressure needs to target ARC better (#354)
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/lib/libvmmapi/common/vmmapi.h')
-rw-r--r--usr/src/lib/libvmmapi/common/vmmapi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/libvmmapi/common/vmmapi.h b/usr/src/lib/libvmmapi/common/vmmapi.h
index 72e43a4e3d..cad555e498 100644
--- a/usr/src/lib/libvmmapi/common/vmmapi.h
+++ b/usr/src/lib/libvmmapi/common/vmmapi.h
@@ -38,7 +38,7 @@
* http://www.illumos.org/license/CDDL.
*
* Copyright 2015 Pluribus Networks Inc.
- * Copyright 2019 Joyent, Inc.
+ * Copyright 2020 Joyent, Inc.
* Copyright 2020 Oxide Computer Company
*/
@@ -310,6 +310,7 @@ int vm_get_run_state(struct vmctx *ctx, int vcpu, enum vcpu_run_state *state,
uint8_t *sipi_vector);
int vm_set_run_state(struct vmctx *ctx, int vcpu, enum vcpu_run_state state,
uint8_t sipi_vector);
+int vm_arc_resv(struct vmctx *ctx, size_t);
#endif /* __FreeBSD__ */
#ifdef __FreeBSD__