freebsd-dev/usr.sbin/bhyve
Baptiste Daroussin 86bdfe1565 Improve error message when failing to open a backing file
When bhyve cannot open a backing file, it now says explicitly which file
could not be opened

Note that the change has only be maed in block_if.c and not in
pci_virtio_block.c as the error will always be catched by the first

PR:		202321 (different patch)
Reviewed by:	grehan
MFC after:	3 day
Sponsored by:	Gandi.net
Differential Revision:	https://reviews.freebsd.org/D6576
2016-05-27 11:46:54 +00:00
..
acpi.c Use strlcpy() instead of strncpy() because subsequent mkstemps expects 2015-09-17 18:11:26 +00:00
acpi.h
ahci.h
atkbdc.c
bhyve.8 Update the bhyve(8) man page: 2016-04-20 06:29:03 +00:00
bhyverun.c Remove unused variable after r292981 to unbreak the build. 2015-12-31 10:55:50 +00:00
bhyverun.h
block_if.c Improve error message when failing to open a backing file 2016-05-27 11:46:54 +00:00
block_if.h Temporarily revert r282922 which bumped the max descriptors. 2015-05-21 04:19:22 +00:00
bootrom.c Restructure memory allocation in bhyve to support "devmem". 2015-06-18 06:00:17 +00:00
bootrom.h Restructure memory allocation in bhyve to support "devmem". 2015-06-18 06:00:17 +00:00
consport.c
dbgport.c add SO_REUSEADDR when starting debug port, lets you still bind when 2015-06-20 07:49:08 +00:00
dbgport.h
fwctl.c Use MIN()/MAX() macros from sys/param.h. 2016-04-22 06:25:32 +00:00
fwctl.h Simple sysctl-like firmware query interface. Similar in operation 2015-10-02 21:09:49 +00:00
inout.c Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup(). 2015-05-06 16:25:20 +00:00
inout.h
ioapic.c
ioapic.h
Makefile Don't use SYSDIR to avoid conflicts with existing usage. 2016-04-20 17:05:32 +00:00
Makefile.depend Updated depends 2015-07-03 06:11:54 +00:00
mem.c
mem.h
mevent_test.c
mevent.c
mevent.h
mptbl.c
mptbl.h
pci_ahci.c Use MIN()/MAX() macros from sys/param.h. 2016-04-22 06:25:32 +00:00
pci_emul.c bhyve: consider the bogus case of a negative bar idx. 2016-05-13 14:59:02 +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 The 'hostbridge' device exists to allow guests to infer msi/msix 2015-05-21 20:11:52 +00:00
pci_irq.c
pci_irq.h
pci_lpc.c Restructure memory allocation in bhyve to support "devmem". 2015-06-18 06:00:17 +00:00
pci_lpc.h Restructure memory allocation in bhyve to support "devmem". 2015-06-18 06:00:17 +00:00
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 bhyve: replace uninitialized variable "offset". 2016-05-13 14:38:04 +00:00
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 Set the subvendor field in config space to the vendor ID. 2015-05-13 17:38:07 +00:00
pm.c
post.c
rtc.c
rtc.h
smbiostbl.c
smbiostbl.h
spinup_ap.c
spinup_ap.h
task_switch.c Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup(). 2015-05-06 16:25:20 +00:00
uart_emul.c Always assert DCD and DSR in bhyve's uart emulation. 2015-07-06 19:33:29 +00:00
uart_emul.h
virtio.c Handling indirect descriptors is a capability of the host and 2015-05-11 21:24:10 +00:00
virtio.h
xmsr.c
xmsr.h