The GVT-d emulation tries to allocate some specific memory. It could
happen that this address doesn't exist. In that case, GVT-d will fall
back to allocate any address. Nevertheless, this only works if the e820
fails with an error instead of exiting on an assertion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 51408 Build 48299: arc lint + arc unit
Event Timeline
usr.sbin/bhyve/e820.c | ||
---|---|---|
199 | Please add a comment describing the scenario where this happens. |