The ioctl might fail because it's run in a jail which doesn't have
permission to invoke ppt ioctls.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 70359 Build 67242: arc lint + arc unit
Event Timeline
| usr.sbin/bhyve/pci_passthru.c | ||
|---|---|---|
| 994 | Shouldn't we print an error message in other cases? Failing without any error message at all doesn't seem to be much better than a misleading error message. | |
| usr.sbin/bhyve/pci_passthru.c | ||
|---|---|---|
| 994 | We do get an error from the top level, when init_pci() fails. But yes we might as well print something here too. | |