summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2014-10-26 04:44:28 +0000
committerneel <neel@FreeBSD.org>2014-10-26 04:44:28 +0000
commiteb58530f9bb9d086a7a00af1e840a2c1d49f56ca (patch)
treeb8049f7eda99ce6b0c7d3a4c2b78de5a46539072 /usr.sbin/bhyve/Makefile
parenta76d8ee4e9b6e0f73c4210907a7f9773ca25c154 (diff)
downloadFreeBSD-src-eb58530f9bb9d086a7a00af1e840a2c1d49f56ca.zip
FreeBSD-src-eb58530f9bb9d086a7a00af1e840a2c1d49f56ca.tar.gz
Move the ACPI PM timer emulation into vmm.ko.
This reduces variability during timer calibration by keeping the emulation "close" to the guest. Additionally having all timer emulations in the kernel will ease the transition to a per-VM clock source (as opposed to using the host's uptime keep track of time). Discussed with: grehan
Diffstat (limited to 'usr.sbin/bhyve/Makefile')
-rw-r--r--usr.sbin/bhyve/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index 1c95f77..377a2e6 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -31,7 +31,6 @@ SRCS= \
pci_virtio_rnd.c \
pci_uart.c \
pm.c \
- pmtmr.c \
post.c \
rtc.c \
smbiostbl.c \
OpenPOWER on IntegriCloud