freebsd-dev/usr.sbin/bhyve
Neel Natu 445e089e21 Add support for MSI-X interrupts in the virtio block device and make that
the default.

The current behavior of advertising a single MSI vector can be requested by
setting the environment variable "BHYVE_USE_MSI" to "yes". The use of MSI
is not compliant with the virtio specification and will be eventually phased
out.

Submitted by:	Gopakumar T
Obtained from:	NetApp
2013-02-01 16:58:59 +00:00
..
acpi.c Rename fbsdrun.* -> bhyverun.* 2012-12-13 01:58:11 +00:00
acpi.h
atpic.c
bhyverun.c Use <vmname> in a consistent manner in usage messages output by 'bhyve', 2013-01-20 03:47:13 +00:00
bhyverun.h Rename fbsdrun.* -> bhyverun.* 2012-12-13 01:58:11 +00:00
consport.c
dbgport.c
dbgport.h
elcr.c
inout.c Mask the %eax register properly based on whether the "out" instruction is 2012-11-21 00:14:03 +00:00
inout.h
ioapic.c Rename fbsdrun.* -> bhyverun.* 2012-12-13 01:58:11 +00:00
ioapic.h
Makefile Rename fbsdrun.* -> bhyverun.* 2012-12-13 01:58:11 +00:00
mem.c Cleanup the user-space paging exit handler now that the unified instruction 2012-11-28 13:34:44 +00:00
mem.h Cleanup the user-space paging exit handler now that the unified instruction 2012-11-28 13:34:44 +00:00
mevent_test.c
mevent.c Change thread name for the main kqueue event loop to "<vmname> mevent" so 2012-12-20 23:01:53 +00:00
mevent.h
mptbl.c Rename fbsdrun.* -> bhyverun.* 2012-12-13 01:58:11 +00:00
mptbl.h
pci_emul.c Fix a bug in the passthru implementation where it would assume that all 2013-02-01 02:41:47 +00:00
pci_emul.h Fix a bug in the passthru implementation where it would assume that all 2013-02-01 02:41:47 +00:00
pci_hostbridge.c
pci_passthru.c Fix a broken assumption in the passthru implementation that the MSI-X table 2013-02-01 03:49:09 +00:00
pci_uart.c Don't completely drain the read file descriptor. Instead, only 2013-01-07 07:33:48 +00:00
pci_virtio_block.c Add support for MSI-X interrupts in the virtio block device and make that 2013-02-01 16:58:59 +00:00
pci_virtio_net.c Fix a bug in the passthru implementation where it would assume that all 2013-02-01 02:41:47 +00:00
pit_8254.c Rename fbsdrun.* -> bhyverun.* 2012-12-13 01:58:11 +00:00
pit_8254.h
pmtmr.c Use the correct type (uint64_t) to retrieve sysctl machdep.tsc_freq. 2013-01-25 06:27:03 +00:00
post.c
rtc.c Improve correctness of rtc register implementation. 2013-01-25 22:43:20 +00:00
spinup_ap.c The "unrestricted guest" capability is a feature of Intel VT-x that allows 2013-01-04 02:04:41 +00:00
spinup_ap.h
uart.c
virtio.h Add support for MSI-X interrupts in the virtio network device and make that 2013-01-30 04:30:36 +00:00
xmsr.c
xmsr.h