]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 266125:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Jul 2014 03:14:37 +0000 (03:14 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Jul 2014 03:14:37 +0000 (03:14 +0000)
commitb177c00e58f3cffc57d2db3b367fa4e8d89c0a0a
tree60ebdda4ab095737aad1e22d1f84da4708e9a68c
parent27fc17b068a3788ace30c03042a84a9a88e65aef
MFC 266125:
Implement a PCI interrupt router to route PCI legacy INTx interrupts to
the legacy 8259A PICs.

git-svn-id: svn://svn.freebsd.org/base/stable/10@268972 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
19 files changed:
lib/libvmmapi/vmmapi.c
lib/libvmmapi/vmmapi.h
sys/amd64/include/vmm.h
sys/amd64/include/vmm_dev.h
sys/amd64/vmm/io/vatpic.c
sys/amd64/vmm/io/vatpic.h
sys/amd64/vmm/vmm_dev.c
usr.sbin/bhyve/Makefile
usr.sbin/bhyve/acpi.c
usr.sbin/bhyve/acpi.h
usr.sbin/bhyve/bhyverun.c
usr.sbin/bhyve/mptbl.c
usr.sbin/bhyve/pci_emul.c
usr.sbin/bhyve/pci_emul.h
usr.sbin/bhyve/pci_irq.c [new file with mode: 0644]
usr.sbin/bhyve/pci_irq.h [new file with mode: 0644]
usr.sbin/bhyve/pci_lpc.c
usr.sbin/bhyve/pci_lpc.h
usr.sbin/bhyve/pm.c