summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2015-10-02 21:09:49 +0000
committergrehan <grehan@FreeBSD.org>2015-10-02 21:09:49 +0000
commitefca27c376e78848fc8d1a1db57fe73d4fdac23d (patch)
treef6ffe12acac9befa6426658e104c86124bcdbafe /usr.sbin/bhyve/Makefile
parent51a61eb49f5e756df0edaa97893e9763c95d55c4 (diff)
downloadFreeBSD-src-efca27c376e78848fc8d1a1db57fe73d4fdac23d.zip
FreeBSD-src-efca27c376e78848fc8d1a1db57fe73d4fdac23d.tar.gz
Simple sysctl-like firmware query interface. Similar in operation
to the qemu one, and uses the same i/o ports but with different messaging. Requires the 'bootrom' option to be enabled. This is used by UEFI (and potentially other BIOSs/firmware) to request information from bhyve. Currently, only the number of vCPUs is made available, with more to follow. A very large thankyou to Ben Perrault who helped out testing an earlier version of this, and bhyve/Windows in general. Reviewed by: tychon Discussed with: neel Sponsored by: Nahanni Systems
Diffstat (limited to 'usr.sbin/bhyve/Makefile')
-rw-r--r--usr.sbin/bhyve/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index be5cb33..0e1a85e 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -16,6 +16,7 @@ SRCS= \
bootrom.c \
consport.c \
dbgport.c \
+ fwctl.c \
inout.c \
ioapic.c \
mem.c \
OpenPOWER on IntegriCloud