Page MenuHomeFreeBSD

bhyve: don't panic if e820 finds no available memory
ClosedPublic

Authored by corvink on May 10 2023, 12:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 16, 10:38 PM
Unknown Object (File)
Tue, Sep 3, 8:58 PM
Unknown Object (File)
Sun, Sep 1, 11:15 AM
Unknown Object (File)
Sun, Sep 1, 11:15 AM
Unknown Object (File)
Sun, Sep 1, 11:15 AM
Unknown Object (File)
Sun, Sep 1, 11:15 AM
Unknown Object (File)
Wed, Aug 28, 1:59 AM
Unknown Object (File)
Aug 19 2024, 3:20 PM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

usr.sbin/bhyve/e820.c
199

Please add a comment describing the scenario where this happens.

  • add comment to explain when adding an e820 entry is intended to fail
This revision is now accepted and ready to land.May 11 2023, 2:35 PM