summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/bhyverun.h
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2013-10-22 00:58:51 +0000
committerneel <neel@FreeBSD.org>2013-10-22 00:58:51 +0000
commitb31f0060b59a4d7ad2b7ddb3261a49fbdce0dad1 (patch)
tree9dfed47515f37a1e3685838506fddfadda2af8dd /usr.sbin/bhyve/bhyverun.h
parent44f5357aec14c32040c49f1703b1d4c2cac5d080 (diff)
downloadFreeBSD-src-b31f0060b59a4d7ad2b7ddb3261a49fbdce0dad1.zip
FreeBSD-src-b31f0060b59a4d7ad2b7ddb3261a49fbdce0dad1.tar.gz
MFC r256645.
Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to expose 'invpcid' instruction to the guest. Currently bhyve will try to enable this capability unconditionally if it is available. Consolidate code in bhyve to set the capabilities so it is no longer duplicated in BSP and AP bringup. Add a sysctl 'vm.pmap.invpcid_works' to display whether the 'invpcid' instruction is available. Approved by: re (hrs)
Diffstat (limited to 'usr.sbin/bhyve/bhyverun.h')
-rw-r--r--usr.sbin/bhyve/bhyverun.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bhyve/bhyverun.h b/usr.sbin/bhyve/bhyverun.h
index 27c858e..f5246d4 100644
--- a/usr.sbin/bhyve/bhyverun.h
+++ b/usr.sbin/bhyve/bhyverun.h
@@ -41,6 +41,7 @@ extern char *vmname;
void *paddr_guest2host(struct vmctx *ctx, uintptr_t addr, size_t len);
+void fbsdrun_set_capabilities(struct vmctx *ctx, int cpu);
void fbsdrun_addcpu(struct vmctx *ctx, int cpu, uint64_t rip);
int fbsdrun_muxed(void);
int fbsdrun_vmexit_on_hlt(void);
OpenPOWER on IntegriCloud