freebsd-dev/usr.sbin/bhyve
John Baldwin cff92ffd4d Always emit an error message on passthru configuration errors.
Previously, many errors (such as the PCI device not being attached
to the ppt(4) driver) resulted in bhyve silently exiting without
starting the virtual machine.  Now any errors encountered when
configuring a virtual slot for a PCI passthru device should be noted
on stderr.

Reviewed by:	neel
Differential Revision:	https://reviews.freebsd.org/D5990
2016-04-19 20:43:05 +00:00
..
acpi.c
acpi.h
ahci.h
atkbdc.c
bhyve.8
bhyverun.c Remove unused variable after r292981 to unbreak the build. 2015-12-31 10:55:50 +00:00
bhyverun.h
block_if.c Cleanup unused-but-set-variable spotted by gcc-4.9. 2016-01-26 07:17:21 +00:00
block_if.h
bootrom.c
bootrom.h
consport.c
dbgport.c
dbgport.h
fwctl.c
fwctl.h
inout.c
inout.h
ioapic.c
ioapic.h
Makefile MFH 2016-04-11 15:24:59 +00:00
Makefile.depend
mem.c
mem.h
mevent_test.c
mevent.c
mevent.h
mptbl.c
mptbl.h
pci_ahci.c bhyve: Remove unneeded variable ncq. 2016-04-05 19:30:19 +00:00
pci_emul.c pci_emul_dior(): fix uninitialized scalar variable. 2016-03-31 19:07:03 +00:00
pci_emul.h Handle PBA that shares a page with MSI-X table for passthrough devices. 2016-04-13 18:39:33 +00:00
pci_hostbridge.c
pci_irq.c
pci_irq.h
pci_lpc.c
pci_lpc.h
pci_passthru.c Always emit an error message on passthru configuration errors. 2016-04-19 20:43:05 +00:00
pci_uart.c
pci_virtio_block.c
pci_virtio_net.c Fix typo: nmd->cur_tx_ring should be used in pci_vtnet_netmap_writev() 2016-03-14 08:48:16 +00:00
pci_virtio_rnd.c
pm.c
post.c
rtc.c
rtc.h
smbiostbl.c
smbiostbl.h
spinup_ap.c
spinup_ap.h
task_switch.c
uart_emul.c
uart_emul.h
virtio.c
virtio.h
xmsr.c
xmsr.h