diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2020-05-15 15:54:22 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2020-05-15 15:54:22 +0000 |
| commit | 8a68ae80f67adcb35e6f9712384a3da6dca26de2 (patch) | |
| tree | 759861464c206768f72c1a5c998d28a4a180bfb2 /usr.sbin/bhyve/bhyverun.c | |
| parent | e240ce42bf1fe705bbd2ba78a4761eee675fb786 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bhyve/bhyverun.c')
| -rw-r--r-- | usr.sbin/bhyve/bhyverun.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/bhyve/bhyverun.c b/usr.sbin/bhyve/bhyverun.c index 8d73bd38cae4..ef98ef80c4ab 100644 --- a/usr.sbin/bhyve/bhyverun.c +++ b/usr.sbin/bhyve/bhyverun.c @@ -92,6 +92,7 @@ __FBSDID("$FreeBSD$"); #include "fwctl.h" #include "gdb.h" #include "ioapic.h" +#include "kernemu_dev.h" #include "mem.h" #include "mevent.h" #include "mptbl.h" @@ -1268,6 +1269,7 @@ main(int argc, char *argv[]) init_mem(); init_inout(); + kernemu_dev_init(); init_bootrom(ctx); atkbdc_init(ctx); pci_irq_init(ctx); |
