Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144003924
D55070.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
480 B
Referenced Files
None
Subscribers
None
D55070.id.diff
View Options
diff --git a/usr.sbin/bhyve/pci_passthru.c b/usr.sbin/bhyve/pci_passthru.c
--- a/usr.sbin/bhyve/pci_passthru.c
+++ b/usr.sbin/bhyve/pci_passthru.c
@@ -987,8 +987,11 @@
}
if (vm_assign_pptdev(pi->pi_vmctx, bus, slot, func) != 0) {
- warnx("PCI device at %d/%d/%d is not using the ppt(4) driver",
- bus, slot, func);
+ if (errno == ENOENT) {
+ EPRINTLN(
+ "PCI device at %d/%d/%d is not using the ppt driver",
+ bus, slot, func);
+ }
goto done;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 4, 5:48 AM (3 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28427651
Default Alt Text
D55070.id.diff (480 B)
Attached To
Mode
D55070: bhyve: Fix a misleading error message
Attached
Detach File
Event Timeline
Log In to Comment