summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2012-11-20 07:01:26 +0000
committergrehan <grehan@FreeBSD.org>2012-11-20 07:01:26 +0000
commit6f600a733a70db5bd790d25fb885e348be51f240 (patch)
tree28db48660a2fd77c4f543ef17f35afab0f76302f /usr.sbin/bhyve/Makefile
parent5a600cdfe44adae619eca970bef1539b3ac6ae35 (diff)
downloadFreeBSD-src-6f600a733a70db5bd790d25fb885e348be51f240.zip
FreeBSD-src-6f600a733a70db5bd790d25fb885e348be51f240.tar.gz
ACPI support for bhyve.
The -A option will create the minimal set of required ACPI tables in guest memory. Since ACPI mandates an IOAPIC, the -I option must also be used. Template ASL files are created, and then passed to the iasl compiler to generate AML files. These are then loaded into guest physical mem. In support of this, the ACPI PM timer is implemented, in 32-bit mode. Tested on 7.4/8.*/9.*/10-CURRENT. Reviewed by: neel Obtained from: NetApp Discussed with: jhb (a long while back)
Diffstat (limited to 'usr.sbin/bhyve/Makefile')
-rw-r--r--usr.sbin/bhyve/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index 3cae422..9dc7a53 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -4,11 +4,13 @@
PROG= bhyve
-SRCS= atpic.c consport.c dbgport.c elcr.c fbsdrun.c inout.c
+DEBUG_FLAGS= -g -O0
+
+SRCS= acpi.c atpic.c consport.c dbgport.c elcr.c fbsdrun.c inout.c
SRCS+= instruction_emul.c ioapic.c mem.c mevent.c mptbl.c
SRCS+= pci_emul.c pci_hostbridge.c pci_passthru.c pci_virtio_block.c
-SRCS+= pci_virtio_net.c pci_uart.c pit_8254.c post.c rtc.c uart.c xmsr.c
-SRCS+= spinup_ap.c
+SRCS+= pci_virtio_net.c pci_uart.c pit_8254.c pmtmr.c post.c rtc.c uart.c
+SRCS+= xmsr.c spinup_ap.c
NO_MAN=
OpenPOWER on IntegriCloud